summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-222-0/+750
* krb5_get_in_tkt ignores lifetimeSam Hartman2004-04-163-5/+17
* Fix memory leak when not sending to master KDC inSam Hartman2004-04-152-0/+9
* Since we must reserve the single letter prefixes on all platformsJeffrey Altman2004-04-134-8/+12
* Treat keytab and ccache names without prefixes as type FILE:Jeffrey Altman2004-04-134-17/+50
* * ccbase.c: the krb5_cc_resolve() function pointer ccresolverJeffrey Altman2004-04-132-3/+11
* ktbase.c - restore the thread safety changes which were accidentlyJeffrey Altman2004-04-082-16/+44
* On Windows, a single letter followed by colon is used to identifyJeffrey Altman2004-04-082-36/+27
* * cc_mslsa.c:Jeffrey Altman2004-04-062-0/+20
* Delay load the ADVAPI32.DLL and SECUR32.DLL libraries within KRB5_32.DLLJeffrey Altman2004-03-312-8/+97
* Remove t_file.c as it is mostly redundant, does not build and cannotSam Hartman2004-03-264-229/+7
* krb5_fcc_generate_new should use mkstempSam Hartman2004-03-262-2/+12
* * sendto_kdc.c (get_so_error): New function.Ken Raeburn2004-03-222-21/+36
* * sendto_kdc.c (krb5int_sendto): Initialize select_state.end_timeKen Raeburn2004-03-222-0/+5
* Return ERROR_FCC_NOFILE when the principal cannot be determined duringJeffrey Altman2004-03-192-0/+8
* * cc_mslsa.c:Jeffrey Altman2004-03-194-2/+53
* krb5_sendto_kdc passing improper argument to krb5_locate_kdcEzra Peisach2004-03-182-1/+6
* Fix missing case for get_init_creds API changeKen Hornstein2004-03-092-1/+7
* make dependKen Raeburn2004-03-063-3/+5
* For keytab, ccache, and rcache type registries, use const more, andKen Raeburn2004-03-066-21/+101
* * lock_file.c (krb5_lock_file): Initialize flock data on entry, but don'tKen Raeburn2004-03-062-4/+6
* Use more const data in the keytab type registryKen Raeburn2004-03-062-6/+14
* minor formatting, mostly whitespaceKen Raeburn2004-03-031-37/+38
* * rc_base.c: Delete unused and untested semaphore supportKen Raeburn2004-03-033-29/+4
* * gic_pwd.c (krb5_get_in_tkt_with_password): Fix a case Jeff missedKen Raeburn2004-02-282-1/+7
* As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman2004-02-278-23/+76
* * sendto_kdc.c (start_connection): Close socket if connect() call fails for anKen Raeburn2004-02-262-0/+6
* ignore generated shared librariesKen Raeburn2004-02-241-0/+1
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-242-95/+4
* ignore generated krb524 error table codeKen Raeburn2004-02-241-0/+2
* Don't specify defaults for GET{PEER,SOCK}NAME_ARG{2,3}_TYPE macrosKen Raeburn2004-02-144-26/+10
* Call htons for default port of password serverSam Hartman2004-02-092-1/+5
* Enable aes128-cts for clientSam Hartman2004-02-062-0/+5
* Remove reference to the ntstatus.h header in cc_mslsa.cJeffrey Altman2004-02-042-1/+6
* 2004-02-02 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-032-1/+22
* * cc_mslsa.c: the MSLSA code was crashing on Pismere machines whenJeffrey Altman2004-02-022-10/+36
* * cc_mslsa.c: optimize the get_next logic by storing a handle to theJeffrey Altman2004-02-012-18/+30
* Do not export tickets from the LSA if they contain NULL session keys.Jeffrey Altman2004-01-312-6/+19
* 2004-01-30 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-01-312-20/+98
* fix typosJeffrey Altman2004-01-073-5/+5
* Add stub function implementations to support krb5_cc_remove_cred() whichJeffrey Altman2004-01-066-5/+57
* move some basic header and function checks from lib/krb5 to includeKen Raeburn2003-12-242-4/+5
* * dnssrv.c: wrap the entire module in #ifdef KRB5_DNS_LOOKUP to preventJeffrey Altman2003-12-222-0/+7
* * realm_iter.c (krb5_realm_iterator_create): Array NAMES is now constKen Raeburn2003-12-202-1/+4
* * prompter.c (catch_signals, restore_signals): Take pointer to old signalKen Raeburn2003-12-202-28/+37
* * Makefile.in (STLIBOBJS, OBJS, SRCS): Don't build promptusr.cKen Raeburn2003-12-202-8/+2
* oops. actually do the #undef DEBUGKen Raeburn2003-12-201-1/+1
* * sendto_kdc.c (default_debug_handler, put, putstr): Define only if DEBUG isKen Raeburn2003-12-202-1/+11
* * get_in_tkt.c (get_in_tkt_enctypes): Now constKen Raeburn2003-12-202-1/+5
* ticket 2049Jeffrey Altman2003-12-192-5/+12