summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-2621-148/+60
* Check asprintf return codes. StylingZhanna Tsitkov2009-01-262-589/+617
* Use a struct in_addr to insure alignment of address - instead ofEzra Peisach2009-01-251-3/+3
* Change 16/32/64-bit big-/little-endian/native unaligned load/storeKen Raeburn2009-01-243-19/+31
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-2311-37/+417
* Remove some null checks in cases where pointers can't be nullGreg Hudson2009-01-233-10/+5
* In krb5_pac_get_buffer, check the correct value for null after callingGreg Hudson2009-01-231-1/+1
* In krb5_pac_parse, change the code around a bit to avoid harmlesslyGreg Hudson2009-01-231-7/+8
* Initialize ds.magic in k5_md5_hmac_hash, to avoid harmlessly copyingGreg Hudson2009-01-231-0/+1
* hash db2 code breaks if st_blksize > 64kKen Raeburn2009-01-231-0/+2
* In krb5_get_init_creds, null out err_reply in a case where we free itGreg Hudson2009-01-231-0/+1
* Always initialize the output parameter in krb5_parse_name and friendsGreg Hudson2009-01-231-0/+2
* In kadmin, free the correct item in an error case (fixes a double-freeGreg Hudson2009-01-231-1/+1
* Add some output parameter initializations n order to eliminate someGreg Hudson2009-01-235-2/+13
* Per coding standards, don't declare variables in inner scopes in newGreg Hudson2009-01-232-10/+6
* Include cksumtypes.h from aead.h to get struct krb5_cksumtypes (movedKen Raeburn2009-01-239-23/+33
* fix trailing whitespaceTom Yu2009-01-2218-47/+42
* whitespaceTom Yu2009-01-2247-1772/+1772
* Adapted patch from Apple: in kadmind's process_chpw_request, make sureGreg Hudson2009-01-221-2/+7
* If USE_VALGRIND, check that source principal is defined before copying.Ken Raeburn2009-01-221-0/+8
* If USE_VALGRIND, check readability of byte string before copyingKen Raeburn2009-01-221-0/+7
* Define valgrind macros as no-ops if not USE_VALGRIND, and use unconditionally...Ken Raeburn2009-01-221-26/+3
* Patch from Love: when opening an existing replay cache, check moreGreg Hudson2009-01-211-14/+40
* Patch from Luke: fix error return of krb5_gss_use_kdc_contextGreg Hudson2009-01-211-1/+10
* When encoding, and compiling with -DUSE_VALGRIND, explicitly get valgrind to ...Ken Raeburn2009-01-201-0/+61
* delete trailing whitespace, including insanely long 'blank' linesKen Raeburn2009-01-201-64/+62
* In krb5_rd_rep_dce, initialize repl to NULL to avoid using itsGreg Hudson2009-01-201-1/+1
* If buffer length is 0, force pointer to NULL, to keep valgrind happier when c...Ken Raeburn2009-01-171-2/+4
* patch from Luke - minor cleanupKen Raeburn2009-01-173-10/+9
* patch from Luke - fix enctype-nego enctype list setupKen Raeburn2009-01-171-16/+8
* patch from Luke - fix sign problemKen Raeburn2009-01-171-2/+2
* include dependencies for decoder testKen Raeburn2009-01-162-1/+13
* Use valgrind in more cases if VALGRIND is setKen Raeburn2009-01-165-12/+96
* Make enctype and checksumtype name mapping table types private to theKen Raeburn2009-01-157-187/+120
* Fix an additional multiple-write case noted by John, where sendauthKen Raeburn2009-01-153-23/+53
* Rework the replay cache extensions to make the hash extension recordsGreg Hudson2009-01-152-60/+224
* updateKen Raeburn2009-01-151-0/+10
* Add new routine krb5int_net_writev using scatter-gather source.Ken Raeburn2009-01-154-24/+49
* If we have a local UDP socket without the PKTINFO option set, it'sKen Raeburn2009-01-141-0/+11
* If recv_from_to is passed a buffer for the local endpoint address,Ken Raeburn2009-01-142-2/+19
* Merge some very simple points of divergence in the two copies of network.c --...Ken Raeburn2009-01-142-27/+18
* Pass s4u name and c_flags to log_tgs_req. If values are supplied, logKen Raeburn2009-01-143-5/+23
* Force tickets acquired by the kadm5 client library via passwordRuss Allbery2009-01-141-1/+5
* Patch from Luke Howard to:Sam Hartman2009-01-1310-62/+198
* /tmp/3Ken Raeburn2009-01-133-91/+39
* FreeBSD compiler errors out on an error "zero or negative size array"Ezra Peisach2009-01-131-0/+8
* Add a call to limit_string that appears to have been accidentally removedSam Hartman2009-01-121-0/+1
* Remove gss_export_name_object and gss_import_name_object.Sam Hartman2009-01-129-243/+0
* Patch from Luke Howard:Sam Hartman2009-01-123-7/+30
* Patch from Luke HowardSam Hartman2009-01-121-5/+2