summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
...
* Use hmac-md5 checksum for PA-FOR-USER padataGreg Hudson2011-05-141-8/+2
* Updated documentation for PAC API. Moved PAC type definitions into krb5.hinZhanna Tsitkov2011-05-131-8/+0
* fix regression in r24853: PAC no longer exposedLuke Howard2011-05-091-1/+1
* Properly release resources in krb5_copy_authenticator()Zhanna Tsitkov2011-04-281-3/+1
* Refactor krb5int_rd_chpw_rep() and make it properly handle both framedGreg Hudson2011-04-252-328/+156
* Documentation updates. Mostly GIC relatedZhanna Tsitkov2011-04-121-9/+4
* Add k5_kt_get_principal, an internal krb5 interface to try to get aGreg Hudson2011-04-081-23/+2
* In the authdata framework, determine which authdata sources to queryGreg Hudson2011-04-071-3/+18
* Make dependGreg Hudson2011-04-051-2/+14
* Include krb5_libinit.h always, since we call krb5int_initialize_library alwaysKen Raeburn2011-04-031-3/+0
* Factor out the address checks in krb5_rd_safe and krb5_rd_priv intoGreg Hudson2011-04-024-171/+105
* In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c,Greg Hudson2011-04-026-170/+203
* When doing S4U2Self for the anon principal, use the server realmLuke Howard2011-04-021-4/+12
* s4u2proxy_set_attribute should only return EPERM for its own attributeLuke Howard2011-04-011-8/+2
* Use first principal in keytab when verifying credsGreg Hudson2011-03-284-25/+171
* Resolve a few miscellaneous warningsGreg Hudson2011-03-145-15/+14
* Remove ser_eblk.c, which has been unused since r11001 (October 1998)Greg Hudson2011-03-091-255/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-09102-483/+170
* On make clean remove test programs and object files. In lib/krb5/krbEzra Peisach2011-03-062-1/+14
* Make dependGreg Hudson2011-02-251-393/+329
* Fix memory leak in t_expire_warnEzra Peisach2011-02-231-0/+1
* Don't reject AP-REQs based on PACsGreg Hudson2011-02-161-35/+11
* Reposition a trace call which was dereferencing freed memory afterGreg Hudson2011-02-131-1/+2
* Fix seg faulting trace log message for use of fallback realmGreg Hudson2011-02-081-1/+1
* Improve acceptor name flexibilityGreg Hudson2011-02-074-92/+177
* Add a trace log event for unrecognized enctypes in a profile enctypeGreg Hudson2011-01-212-6/+9
* Renamed static function krb5_rd_safe_basic into rd_safe_basic to avoid confus...Zhanna Tsitkov2011-01-181-5/+5
* In t_expire_warn.py, put the hashbang line at the top, instead ofGreg Hudson2011-01-181-1/+2
* In krb5_set_realm():Greg Hudson2011-01-121-4/+5
* Remove an unnecessary clause from safe_cksumtype() which served onlyGreg Hudson2010-12-161-1/+1
* Fix a regression in the client-side ticket renewal code where KDCGreg Hudson2010-12-141-1/+4
* handle MS PACs that lack server checksumTom Yu2010-12-101-1/+26
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-305-46/+67
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix Windows buildGreg Hudson2010-11-254-11/+16
* Update krb5_gic_opt_private and related code to reflect the change ofTom Yu2010-11-231-1/+1
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-202-7/+7
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-011-5/+3
* Don't fail out from krb5_get_credentials() if we can't store a ticketGreg Hudson2010-10-271-10/+4
* WhitespaceGreg Hudson2010-10-241-1/+2
* Try harder to retain the "brand" string in the shared libraryKen Raeburn2010-10-232-5/+14
* WhitespaceGreg Hudson2010-10-131-5/+7
* Fix leaks in get_init_creds interfaceSam Hartman2010-10-131-3/+9
* set NT-SRV-INST on TGS principal namesTom Yu2010-10-061-1/+12
* Remove support for the old pa-sam-challenge and pa-sam-responseSam Hartman2010-10-011-295/+46
* A cleaner impleentation of r24399 which adds two new auth context APIsGreg Hudson2010-10-011-0/+20
* Whitespace and minor style changesGreg Hudson2010-09-301-8/+9
* kadm5_hook: new plugin interfaceSam Hartman2010-09-291-1/+2
* kpasswd: if a credential cache is present, use FASTSam Hartman2010-09-271-0/+23
* Make dependGreg Hudson2010-09-081-252/+339