summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Create a private header file for local functions missing prototypes.Ezra Peisach2008-12-294-14/+60
* Add prototype for usage. Change invocation of usage to db_usage when using a...Ezra Peisach2008-12-293-5/+5
* krb4 removal missed ldap kdb plugin directoryEzra Peisach2008-12-291-3/+3
* Handle a number of warnings - including missing prototype,Ezra Peisach2008-12-291-19/+8
* whitespaceTom Yu2008-12-2812-628/+633
* Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2008-12-245-25/+14
* Add a new fallback host-to-realm heuristic to try the components of theGreg Hudson2008-12-242-56/+137
* Collect ticket-request logging calls together in one place for easierKen Raeburn2008-12-224-103/+181
* Some cleanup from Shawn Emery: Use INITIAL_TIMER macros instead ofKen Raeburn2008-12-221-1/+2
* Improvements from Shawn Emery: an extra-verbose modeKen Raeburn2008-12-221-12/+275
* Signed/unsigned fix. The function is called with a sizeof - so unsigned isEzra Peisach2008-12-191-1/+1
* Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson2008-12-18176-27187/+139
* KIM: window settingsZhanna Tsitkov2008-12-182-3/+3
* Mem leak fixZhanna Tsitkov2008-12-181-1/+2
* Move prototypes needed in multiple files to misc.h instead ofEzra Peisach2008-12-174-10/+17
* Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument Ezra Peisach2008-12-163-2/+4
* Fix memory leaks in sam and ldap handler testing - there is still a leak w/ ldapEzra Peisach2008-12-164-0/+24
* Remove krb4 code in libkrb5Greg Hudson2008-12-157-540/+4
* Remove krb4 support in gssftp and telnetGreg Hudson2008-12-1517-1363/+19
* Remove krb4 support in the applications. login's ability to run aklogGreg Hudson2008-12-1517-3312/+234
* Remove krb4 support from clients. Some of the code has beenGreg Hudson2008-12-1514-1018/+90
* In the KDC, remove krb4 request handling support and fakeka codeGreg Hudson2008-12-158-2803/+9
* Remove a krb4 conditional block in ktutil_funcs.c which was missed inGreg Hudson2008-12-151-4/+0
* In ktutil, remove code for wst (write srvtab). Reimplement rst (readGreg Hudson2008-12-154-233/+9
* Remove loadv4/dumpv4 code in kdb5_util. (The command table entries forGreg Hudson2008-12-156-1500/+0
* Fixed memory leak in krb5_stdccv3_removeZhanna Tsitkov2008-12-131-1/+5
* Accept digits and = in base64 output to flushKen Raeburn2008-12-121-1/+1
* For Sun Studio compilers, set WARN_CFLAGS to emit warning tag namesKen Raeburn2008-12-111-0/+10
* Clean up some kadmind4 relics left behind in osconf.hinGreg Hudson2008-12-091-12/+0
* Release default credentials before exiting krb5_gss_init_sec_context routineZhanna Tsitkov2008-12-091-1/+3
* Add a configure option --disable-rpath to suppress rpath flags inGreg Hudson2008-12-084-42/+91
* Remove some lingering Saber C cruftGreg Hudson2008-12-055-57/+0
* When storing info into cred cache, remove any dups. Zhanna Tsitkov2008-12-051-4/+9
* Fix data initialization in process_as_req functionZhanna Tsitkov2008-12-051-2/+2
* Ticket: 6286Zhanna Tsitkov2008-12-051-1/+1
* In the dejagnu test suite utilities, use the caller's value ofGreg Hudson2008-12-051-3/+3
* In the rlogin tests, expect to see /bin/sh echoed back after sendingGreg Hudson2008-12-051-0/+2
* Merge in fix from ms-krb-integ branch to avoid modifying input data on aead...Sam Hartman2008-12-051-4/+15
* Fix from Marcus Watts for glob-to-regexp conversion bug.Ken Raeburn2008-12-042-2/+5
* Cleanup warningsSam Hartman2008-12-044-19/+19
* Merge R21122 from mskrb-integSam Hartman2008-12-046-60/+60
* Merge r21120 from mskrb-integSam Hartman2008-12-046-39/+210
* Move warning flags to new variables WARN_CFLAGS and WARN_CXXFLAGS, soGreg Hudson2008-12-032-16/+23
* make dependSam Hartman2008-12-0214-142/+268
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-0235-53/+2683
* Remove unneeded LEAN_CLIENT #define'sZhanna Tsitkov2008-12-022-14/+0
* add k5-platform.h for asprintfTom Yu2008-12-021-0/+2
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-0175-596/+474
* make dependEzra Peisach2008-12-011-1/+1
* Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach2008-12-013-32/+31