summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
...
* In gc_frm_kdc.c's do_traversal(), fix an assert which was doing anGreg Hudson2009-02-051-1/+1
* In recvauth_common, initialize ap_option. It can't be usedGreg Hudson2009-02-051-1/+1
* Add a missing break in the switch statement ofGreg Hudson2009-02-051-0/+1
* Create and use (in several places) a variant ofKen Raeburn2009-02-053-42/+43
* Use macros for config parametersZhanna Tsitkov2009-02-044-39/+39
* prefer structure assignment to memcpyKen Raeburn2009-02-031-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-0220-28/+25
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-022-3/+3
* Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu2009-01-311-1/+1
* krb5_get_server_rcache had some dead (and incorrect) code for cleaningGreg Hudson2009-01-301-13/+5
* In krb5_kdcrep2creds, call the correct free function when cleaning upGreg Hudson2009-01-301-2/+2
* whitespaceKen Raeburn2009-01-291-186/+185
* clear outbuf[0].data to unconfuse coverityKen Raeburn2009-01-291-0/+1
* disable single-DES by defaultTom Yu2009-01-281-2/+15
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-2844-242/+242
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-261-8/+8
* Change 16/32/64-bit big-/little-endian/native unaligned load/storeKen Raeburn2009-01-241-1/+1
* 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
* 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 krb5_rd_rep_dce, initialize repl to NULL to avoid using itsGreg Hudson2009-01-201-1/+1
* 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
* Fix an additional multiple-write case noted by John, where sendauthKen Raeburn2009-01-151-13/+16
* Patch from Luke Howard to:Sam Hartman2009-01-132-1/+10
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-127-1/+13
* Follow "off-path" TGT referralsTom Yu2009-01-091-21/+189
* Add support for referral null realms and use the default realm as krb5_rd_req...Sam Hartman2009-01-061-2/+10
* fix missed var renameKen Raeburn2009-01-051-1/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-914/+912
* Merge mskrb-integ onto trunkSam Hartman2009-01-0327-281/+2152
* Rewrite walk_rtree.c to handle hierarchical traversal better and to beTom Yu2009-01-023-309/+468
* Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2008-12-291-7/+8
* Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2008-12-241-8/+7
* 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-181-5/+0
* Remove krb4 code in libkrb5Greg Hudson2008-12-153-397/+1
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-013-7/+5
* Fix memory leak caught by valgrindKen Raeburn2008-11-241-23/+29
* Lite Client - the following calls are server-side functions:Zhanna Tsitkov2008-11-175-4/+16
* PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov2008-11-172-4/+75
* 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
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-052-2/+2
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-1/+1
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-545/+563
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-302-63/+22
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-253-4/+10
* krb5_build_principal_ext walks off beginning of arrayAlexandra Ellwood2008-10-241-1/+1