aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5/clnt/client_init.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-08Fix a memory leak in libkadm5clnt's get_init_creds()Greg Hudson1-4/+3
2010-06-26Make kadmin work over IPv6Greg Hudson1-21/+53
2010-06-25Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson1-149/+95
2010-06-25Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson1-25/+19
2010-05-18Improve the error message from kadmin when hostname resolution failsGreg Hudson1-3/+1
2009-12-28Whitespace fixes for new anonymous supportGreg Hudson1-2/+3
2009-12-28Anonymous support for KerberosSam Hartman1-22/+38
2009-11-22In _kadm5_init_any on error - if we created a cache entry, destroy itEzra Peisach1-0/+8
2009-11-21Memory leak in _kadm5_init_any introduced with ipropdEzra Peisach1-0/+2
2009-10-31make mark-cstyleTom Yu1-653/+654
2009-10-25Account lockoutGreg Hudson1-1/+11
2009-08-17Modify kadm5 initializers to accept krb5 contextsGreg Hudson1-16/+15
2009-08-13Remove kadmin v1 API supportGreg Hudson1-14/+4
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-3/+2
2009-01-14Force tickets acquired by the kadm5 client library via passwordRuss Allbery1-1/+5
2008-12-16Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument Ezra Peisach1-1/+1
2008-08-06Fully initialize handle data on allocationKen Raeburn1-0/+2
2008-07-25fix possible uninit variable use in error pathKen Raeburn1-0/+1
2008-06-24Merge from branch sun-ipropKen Raeburn1-3/+49
2008-06-18Disable check for invalid client-side admin config parameters in theKen Raeburn1-1/+5
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-26/+22
2007-07-04Some handy debugging code for gssapi errors in credential acquisition; curren...Ken Raeburn1-0/+44
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn1-5/+7
2006-04-01Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn1-0/+1
2005-11-18Fix additional cases where krb5.h is included before k5-int.h. In most cases,Ken Raeburn1-1/+1
2005-08-20Rename all RPC functions from _1 to _2 to match current program version number;Ken Raeburn1-2/+2
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn1-5/+11
2005-02-11Implement principal name and auth flavor fallback for kadm5 clientTom Yu1-257/+350
2004-10-26Kevin Coffman's patches to support passing gss context state to kernelTom Yu1-0/+2
2004-08-21Fix no-auth test to use a config mask flag to ask for no-auth, toTom Yu1-8/+2
2004-06-24Use null pointer as service name to request host-based service nameTom Yu1-2/+15
2004-06-24 * client_init.c (_kadm5_init_any)[DEBUG]: Print error fromTom Yu1-0/+3
2004-06-16This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu1-12/+29
2003-12-13don't limit enctype lists at init timeKen Raeburn1-10/+2
2002-10-08libkadm5 should allow persistent locksTom Yu1-0/+11
2002-09-18* client_init.c (_kadm5_init_any): If creating a new ccache, put it in memoryKen Raeburn1-0/+9
2002-07-31 * client_init.c (_kadm5_init_any): UseTom Yu1-1/+1
2001-11-07Allow rc4 to be used for kadminSam Hartman1-0/+1
2001-06-18 * client_init.c (_kadm5_init_any): Add casts to (gss_OID) in callsEzra Peisach1-3/+3
2001-02-18 * client_rpc.c: Insure pointer argument type is same as passedEzra Peisach1-4/+6
2000-06-29 * client_init.c (_kadm5_init_any): gss_krb5_ccache_name returnsEzra Peisach1-3/+7
2000-06-27pullup from 1.2 branchKen Raeburn1-6/+8
2000-06-01Check for existance of <memory.h>.Wilfredo Sanchez1-0/+2
2000-01-27limit kadm5 net interface to des for now until gssapi mech is fixedKen Raeburn1-2/+7
1999-09-01disable krb5-mech2 for now; from 1.1 branchKen Raeburn1-23/+11
1999-05-13 * client_init.c (_kadm5_init_any): Use gss_krb5_ccache_name() toTom Yu1-8/+19
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-1/+41
1998-02-14 * client_init.c:Tom Yu1-2/+2
1997-10-13 * client_init.c (kadm5_destroy): Free handle->lhandle field, callEzra Peisach1-2/+7
1997-02-20Removed unneeded call to krb5_init_etsRichard Basch1-1/+0