summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Shawn's fix for some iprop bugs, with some tweaksKen Raeburn2008-12-011-13/+100
* fix tiny overrunKen Raeburn2008-11-241-1/+1
* Simplify memory management a bit in places, by allocating and freeingKen Raeburn2008-11-241-139/+107
* Test with varying numbers of principal name components, of varying lengths.Ken Raeburn2008-11-241-2/+19
* Use profile_free_list as appropriate. Fix memory leaksKen Raeburn2008-11-241-20/+21
* Fix memory leak caught by valgrindKen Raeburn2008-11-241-23/+29
* Set krb4 and priocntl flags via site.exp instead of command lineKen Raeburn2008-11-174-70/+324
* Fix a memory management bugKen Raeburn2008-11-171-2/+4
* Don't stick '<null>' in log messages. Run kdb5_util dump with input explicit...Ken Raeburn2008-11-171-12/+12
* Log more info if ulog_replay fails. Correctly use supplied keytab nameKen Raeburn2008-11-171-5/+7
* Use correct update log file name in messagesKen Raeburn2008-11-171-6/+6
* Lite Client - the following calls are server-side functions:Zhanna Tsitkov2008-11-176-4/+18
* PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov2008-11-174-10/+86
* Fix test bug: kpropd -S exits after successKen Raeburn2008-11-121-7/+12
* Add basic kprop test, and a little more debugging supportKen Raeburn2008-11-122-3/+179
* Delete replay cache before exiting with success indicationKen Raeburn2008-11-101-0/+6
* Generate separate master-KDC and slave-KDC config files, withKen Raeburn2008-11-109-291/+385
* Fix a krsh bug introduced in r21001 which could cause garbage at theGreg Hudson2008-11-101-0/+1
* Delete the pass (one of twelve) that does all KDC exchanges with TCP;Ken Raeburn2008-11-104-56/+162
* In pa_sam(), free the outer krb5_data structure returned byGreg Hudson2008-11-101-0/+2
* Properly free sam_challenge in pa_sam()Greg Hudson2008-11-101-8/+8
* Re-add repaired iprop (really, update-log creation) test caseKen Raeburn2008-11-071-0/+124
* Back out iprop test; it's not working right after allKen Raeburn2008-11-071-112/+0
* Test that an iprop update log gets properly created and updatedKen Raeburn2008-11-072-0/+131
* fix typo in 'file delete' changeKen Raeburn2008-11-071-1/+1
* Use 'file delete' instead of spawning an 'rm' processKen Raeburn2008-11-071-19/+17
* Recognize 'ticket expired' when trying to get a root shellKen Raeburn2008-11-061-1/+1
* Fix a kadmin bug introduced in a recent set of string handlingGreg Hudson2008-11-061-1/+1
* Only look for IPv4 addresses for the kpasswd server. This is just aKen Raeburn2008-11-051-2/+3
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-0515-33/+33
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-0517-141/+125
* Replace strcpy/strcat/sprintf uses in a couple of sample code filesGreg Hudson2008-11-052-3/+8
* Check in Nalin's patch, and a test case for changing passwords via kinitKen Raeburn2008-11-043-1/+151
* Don't build dependencies for fakeka.cKen Raeburn2008-11-041-14/+1
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-0461-2792/+2935
* Add _with_password credential acquisition functions to KIM APIAlexandra Ellwood2008-11-036-51/+79
* BIND_8_COMPAT no longer needed in LeopardAlexandra Ellwood2008-11-031-2/+0
* Apply Apple patch to null out key->contents after freeing on failure,Greg Hudson2008-11-031-0/+2
* Fix conditionals from last changeKen Raeburn2008-11-032-2/+2
* Maybe include printf.o in t_k5buf buildKen Raeburn2008-11-031-1/+1
* Apply a patch from Apple to correct a few memory leaksGreg Hudson2008-11-033-12/+13
* If we're not making asn1buf_insert_octet an inline function, then makeKen Raeburn2008-11-034-29/+20
* Apply an adapted Sun patch to fix error string leaks in kadmindGreg Hudson2008-11-031-109/+141
* KerberosAgent bindings causing crashesJustin Anderson2008-10-313-37/+62
* No . at end of stringsAlexandra Ellwood2008-10-311-1/+1
* Add a few safeties to the k5buf code, to make static analysis tools happierGreg Hudson2008-10-311-1/+5
* Avoid duplicate identical dialogs in KIMAlexandra Ellwood2008-10-314-6/+34
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-3011-249/+114
* KerberosAgent now saves successfully authenticated identities to favorites au...Justin Anderson2008-10-293-1/+26
* Clear auth prompt on success or cancel. Leave change password fields filled i...Justin Anderson2008-10-292-0/+26