summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * init_sec_context.c: Include k5-int.h for accessorTom Yu2003-12-192-0/+5
* ticket 2049Jeffrey Altman2003-12-192-5/+12
* The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,Jeffrey Altman2003-12-198-13/+53
* * cc_retr.c: Extract the test to determine if a credential matchesJeffrey Altman2003-12-193-37/+217
* * conv_creds.c (krb5int_encode_v4tkt): Zero out unused parts of ticket. Use aKen Raeburn2003-12-162-4/+18
* make dependKen Raeburn2003-12-1532-1116/+1294
* * cc_msla.c: Enable purging of the MS Kerberos LSA cache when the TGTJeffrey Altman2003-12-152-6/+11
* * when initiating an enumeration of the ccache contents performJeffrey Altman2003-12-152-0/+13
* * krb4_32.def: Remove exports from KfM not yet compiled in KfWJeffrey Altman2003-12-133-7/+23
* * Makefile.in: Remove extraneous spaces ..Jeffrey Altman2003-12-131-0/+5
* * Makefile.in: remove extraneous spaces from ##WIN32## commentedJeffrey Altman2003-12-131-2/+2
* don't limit enctype lists at init timeKen Raeburn2003-12-132-10/+7
* Add 64-bit sequence number support. Do sequence number ordering tests relativeKen Raeburn2003-12-1315-290/+932
* add get_name callback for kdb keytab type, for debuggingKen Raeburn2003-12-132-1/+16
* ignore extra lines output when debugging code enabledKen Raeburn2003-12-132-0/+12
* Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn2003-12-138-45/+166
* * an_to_ln.c (krb5_aname_to_localname): Don't write one byte pastTom Yu2003-12-132-6/+14
* * Makefile.in: Move ##WIN32## constructs from insideTom Yu2003-12-132-9/+12
* * Added new krb5_ccache type "MSLSA" for Windows only.Jeffrey Altman2003-12-128-2/+1314
* Added kg_sync_ccache_name(), kg_get_ccache_name, and kg_set_ccache_name() and...Alexandra Ellwood2003-12-115-33/+177
* Note that krb4 expiration needs to be more conservative than krb5Sam Hartman2003-12-112-0/+18
* Add exports for functions exported by KfMJeffrey Altman2003-12-082-0/+34
* 2003-11-26 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2003-12-082-0/+33
* initial sequence number mask short by 4 bitsTom Yu2003-10-302-1/+6
* * sendto_kdc.c: Sockets must be closed with closesocket() insteadJeffrey Altman2003-10-272-1/+7
* * api.1/lock.exp: Work around a race condition in the Solaris 9Tom Yu2003-10-172-18/+56
* Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu2003-10-087-5/+134
* Apply patch from Cesar Garcia to fix lifetime computation in 524Tom Yu2003-09-022-1/+6
* kill() might overwrite errno. Save it beforehandAlexandra Ellwood2003-09-021-1/+1
* Fixed handling of krb5_net_write() failing (need to call waitpid() on child e...Alexandra Ellwood2003-09-021-14/+8
* Fixed comment (part of adding Apple Password Server support)Alexandra Ellwood2003-09-021-2/+1
* Added Apple password server supportAlexandra Ellwood2003-09-022-0/+149
* In my tests (2GHz P4 Linux, 5 minutes, no pre-existing replay cache), this getsKen Raeburn2003-08-272-10/+30
* * cc_file.c (krb5_fcc_store_int32, krb5_fcc_store_ui_4, krb5_fcc_store_ui_2)Ken Raeburn2003-08-262-51/+6
* make dependKen Raeburn2003-08-211-1/+5
* * dnssrv.c: New file; split out DNS SRV RR query support...Ken Raeburn2003-08-214-225/+281
* * configure.in: Don't substitute LIBOBJS, newer autoconfs don't like itKen Raeburn2003-08-212-4/+5
* * Makefile.in (STLIBOBJS, OBJS): EmptyKen Raeburn2003-08-212-2/+6
* * configure.in: Don't replace any missing system functions. Just set LIBOBJSKen Raeburn2003-08-212-1/+10
* Don't double free the encrypted credential partSam Hartman2003-08-192-5/+5
* krb_check_auth clears the return value for the schedule parameter with a mems...Alexandra Ellwood2003-08-152-1/+6
* * configure.in: Don't check for or replace vfprintf, vsprintf, strerror,Ken Raeburn2003-08-132-1/+6
* use my mit changelog idKen Raeburn2003-08-131-1/+1
* * Makefile.in (OBJS, STLIBOBJS): Drop setenv.o.Ken Raeburn2003-08-134-197/+8
* get_init_creds_password: DNS SRV off causes bogus REALM_UNKNOWNTom Yu2003-08-082-1/+10
* configure.in: Don't assume all darwin boxes are powerpc. (eg: OpenDarwin/x86)Alexandra Ellwood2003-08-062-1/+6
* use new config file tag for master KDCKen Raeburn2003-07-252-1/+8
* Send generalstring not octetstring in etype_info2. Accept eitherSam Hartman2003-07-227-15/+81
* Always register the file ccache in the set of registered ops. TheSam Hartman2003-07-222-2/+14
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-2241-228/+190