summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/clnt/client_init.c
Commit message (Expand)AuthorAgeFilesLines
* Fully initialize handle data on allocationKen Raeburn2008-08-061-0/+2
* fix possible uninit variable use in error pathKen Raeburn2008-07-251-0/+1
* Merge from branch sun-ipropKen Raeburn2008-06-241-3/+49
* Disable check for invalid client-side admin config parameters in theKen Raeburn2008-06-181-1/+5
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-26/+22
* Some handy debugging code for gssapi errors in credential acquisition; curren...Ken Raeburn2007-07-041-0/+44
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-5/+7
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-011-0/+1
* Fix additional cases where krb5.h is included before k5-int.h. In most cases,Ken Raeburn2005-11-181-1/+1
* Rename all RPC functions from _1 to _2 to match current program version number;Ken Raeburn2005-08-201-2/+2
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-5/+11
* Implement principal name and auth flavor fallback for kadm5 clientTom Yu2005-02-111-257/+350
* Kevin Coffman's patches to support passing gss context state to kernelTom Yu2004-10-261-0/+2
* Fix no-auth test to use a config mask flag to ask for no-auth, toTom Yu2004-08-211-8/+2
* Use null pointer as service name to request host-based service nameTom Yu2004-06-241-2/+15
* * client_init.c (_kadm5_init_any)[DEBUG]: Print error fromTom Yu2004-06-241-0/+3
* This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu2004-06-161-12/+29
* don't limit enctype lists at init timeKen Raeburn2003-12-131-10/+2
* libkadm5 should allow persistent locksTom Yu2002-10-081-0/+11
* * client_init.c (_kadm5_init_any): If creating a new ccache, put it in memoryKen Raeburn2002-09-181-0/+9
* * client_init.c (_kadm5_init_any): UseTom Yu2002-07-311-1/+1
* Allow rc4 to be used for kadminSam Hartman2001-11-071-0/+1
* * client_init.c (_kadm5_init_any): Add casts to (gss_OID) in callsEzra Peisach2001-06-181-3/+3
* * client_rpc.c: Insure pointer argument type is same as passedEzra Peisach2001-02-181-4/+6
* * client_init.c (_kadm5_init_any): gss_krb5_ccache_name returnsEzra Peisach2000-06-291-3/+7
* pullup from 1.2 branchKen Raeburn2000-06-271-6/+8
* Check for existance of <memory.h>.Wilfredo Sanchez2000-06-011-0/+2
* limit kadm5 net interface to des for now until gssapi mech is fixedKen Raeburn2000-01-271-2/+7
* disable krb5-mech2 for now; from 1.1 branchKen Raeburn1999-09-011-23/+11
* * client_init.c (_kadm5_init_any): Use gss_krb5_ccache_name() toTom Yu1999-05-131-8/+19
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-1/+41
* * client_init.c:Tom Yu1998-02-141-2/+2
* * client_init.c (kadm5_destroy): Free handle->lhandle field, callEzra Peisach1997-10-131-2/+7
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-201-1/+0
* client_init.c (_kadm5_init_any): Use a more fined grained error code,Theodore Tso1996-11-071-2/+2
* * client_init.c (_kadm5_init_any): use DEFAULT_PROFILE_PATHBarry Jaspan1996-08-261-1/+1
* * client_init.c: Revert prior change due to netdb.h shufflingTom Yu1996-07-311-0/+1
* * client_init.c: Remove #include <netdb.h> because rpc/types.hTom Yu1996-07-301-1/+0
* Remove old 1988 version of setenv in preference to calling krb5_setenvSam Hartman1996-07-271-7/+3
* * Makefile.in, configure.in: break out client lib into aTom Yu1996-07-241-0/+554