summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * main.c (print_status): Now static. Add format attribute if using GNU CKen Raeburn2000-01-272-2/+11
* Don't use obsolete autoconf macros. Fix up output formatting a little.Ken Raeburn2000-01-273-62/+170
* limit kadm5 net interface to des for now until gssapi mech is fixedKen Raeburn2000-01-272-2/+14
* * init_ctx.c (get_profile_etype_list): Discard DESONLY changes from 1999-09-01,Ken Raeburn2000-01-272-19/+10
* * init_sec_context.c (krb5_gss_init_sec_context): Default to des-cbc-crcKen Raeburn2000-01-272-1/+6
* * k5-int.h [!NEED_SOCKETS]: Declare (but do not define) struct sockaddr ifKen Raeburn2000-01-272-4/+33
* * kpasswd.0/changing.exp: Fix y2k bugTom Yu2000-01-242-1/+5
* * get_myaddress.c (gssrpc_get_myaddress): Copy in from NetBSD;Tom Yu2000-01-242-26/+10
* * krb5_libinit.c: Conditionalize call to stdcc_shutdown()Tom Yu2000-01-242-5/+9
* * configure.in: Fix to build library objects in this directoryTom Yu2000-01-244-5/+16
* * Makefile.in (STLIBOBJS): Properly add gss_libinit.o to permitTom Yu2000-01-244-6/+20
* * crypto_libinit.c: Add terminating newline; use 0 and 1 insteadTom Yu2000-01-242-4/+9
* * krb5.conf: Put primary KDC for Cygnus first. Add GNU.ORG realmKen Raeburn2000-01-222-1/+11
* Moved krb5, gss, and crypto library initialization/cleanup code into new dedi...Miro Jurisic2000-01-2215-35/+195
* Various changes to:Ken Raeburn2000-01-2245-143/+203
* * prng.c (enc): Now static and const, and points to constKen Raeburn2000-01-222-1/+5
* Avoid non-const static data, and gcc warnings Solaris, except afsstring2key.c:Ken Raeburn2000-01-224-15/+42
* from 1.1 branch: use init_secure_contextKen Raeburn1999-12-152-2/+6
* * krb5.hin (krb5_secure_config_files): Delete declaration.Ken Raeburn1999-12-152-3/+7
* 1.1 branch changes -> trunkKen Raeburn1999-12-158-41/+28
* merge from 1.1 branchKen Raeburn1999-12-0612-123/+397
* * logger.c (klog_vsyslog): Convert pid_t to long for printingKen Raeburn1999-12-063-3/+12
* * Makefile.in (LIBMINOR): Update to 2Ken Raeburn1999-12-062-1/+5
* * init_ctx.c (get_profile_etype_list): Report an error if noKen Raeburn1999-12-062-0/+11
* merge 1.1 branch, to 12/1/99Ken Raeburn1999-12-0613-398/+2450
* * krb5_err.et (KRB5_OBSOLETE_FN): New error codeKen Raeburn1999-12-062-0/+5
* * mcc.h (mcc_head): Define as macro to give exported name a krb5 prefixKen Raeburn1999-12-062-1/+6
* merge from 1.1 branchKen Raeburn1999-12-064-10/+44
* On Windows, build error tables if we believe awk is presentDanilo Almeida1999-12-042-1/+17
* * kvno.c (main): Use krb5_free_unparsed_name() isntead of free().Danilo Almeida1999-12-043-12/+12
* Add kvno to Windows build.Danilo Almeida1999-12-042-0/+14
* Make Windows Makefile target creation atomic.Danilo Almeida1999-12-042-26/+38
* Pull changes from krb5-1-1 branchDanilo Almeida1999-12-0410-795/+23
* Pull changes from krb5-1-1 branch: a) Make is soDanilo Almeida1999-12-042-25/+49
* Pull changes in from krb5-1-1 branch (remvove everything under src/mit)Danilo Almeida1999-12-047-337/+0
* Pull src/windows changes from krb5-1-1 branch (rename readme -> README)Danilo Almeida1999-12-041-0/+132
* Pull src/windows changes from krb5-1-1 branchDanilo Almeida1999-12-0415-81/+79
* MacOS: only #define MAXHOSTNAMELEN when not already definedMiro Jurisic1999-11-222-0/+7
* Replaced Kerberos5GlobalsLib calls with CCAPI v3 calls on MacOSMiro Jurisic1999-11-222-6/+34
* Don't need Kerberos5GlobalsLib, use CCAPI v3 insteadMiro Jurisic1999-11-229-460/+0
* Use CCache2.h under MacOS for CCAPI v2 compatMiro Jurisic1999-11-222-2/+2
* Use CCache2.h under MacOS for CCAPI v2 compatibilityMiro Jurisic1999-11-223-2/+7
* Removed globals lib and 68k targetsMiro Jurisic1999-11-221-434/+5
* * krb5_err.et (KRB5_CONFIG_ETYPE_NOSUPP): New error codeKen Raeburn1999-11-032-0/+5
* * t_ref_kerb.out: Fix expected zephyr/zephyr outputKen Raeburn1999-11-032-1/+5
* * klist.c (one_addr): Always use indicated address family and length inKen Raeburn1999-11-022-2/+12
* * configure.in: Invoke KRB5_AC_INET6. Delete most of the 10-17 changes exceptKen Raeburn1999-11-022-1/+8
* * aclocal.m4 (KRB5_AC_INET6): New macro.Ken Raeburn1999-11-023-0/+42
* * localaddr.c (krb5_os_localaddr): Conditionalize INET6 support on newKen Raeburn1999-11-022-2/+7
* * krb5_decode_test.c (main): Add test case for zero-lengthTom Yu1999-11-012-0/+9