summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* send_tgs.c:Sam Hartman2009-02-231-30/+33
* Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn2009-02-184-4/+27
* Revert the fopen part of the previous krb5_kuserok change, but keepGreg Hudson2009-02-171-5/+4
* In krb5_kuserok, just try opening .k5login; don't check ahead of timeGreg Hudson2009-02-171-9/+11
* Correct numerous memory leaks on error conditions in the ASN.1Greg Hudson2009-02-133-299/+1030
* In tgs_construct_tgsreq, free scratch even if scratch->data is NULL.Greg Hudson2009-02-131-2/+2
* Implement TGS authenticator subkey usageSam Hartman2009-02-134-35/+52
* Don't apply 'const' twice. Make kg_arcfour_l40 staticKen Raeburn2009-02-121-1/+1
* In krb5_get_in_tkt_with_password, free opte before returning the errorGreg Hudson2009-02-121-1/+1
* Make output parameter of krb5_generate_subkey_extended well-defined onGreg Hudson2009-02-121-7/+15
* Remove useless unsigned >=0 testsKen Raeburn2009-02-121-2/+2
* In krb5_rc_io_open_internal, d->fn is always set for the cleanupGreg Hudson2009-02-121-6/+4
* Modify asn12krb5_buf and asn1_do_full_encode to make output parameterGreg Hudson2009-02-122-18/+27
* Fix allocation failure check in walk_rtreeGreg Hudson2009-02-121-1/+1
* Ensure we have a free function for every data type we have an ASN.1Greg Hudson2009-02-112-7/+44
* Add test for krb5_cc_get_principal and ensure returned value correctEzra Peisach2009-02-111-1/+22
* remove local objects from list for windowsKen Raeburn2009-02-111-3/+3
* remove des425 syms; add some new dce,iov syms needed for gssapiKen Raeburn2009-02-111-9/+18
* pull in unicode stuff on windowsKen Raeburn2009-02-111-2/+2
* hide stat buf init on windowsKen Raeburn2009-02-111-1/+1
* make build on windows, in current makefile frameworkKen Raeburn2009-02-112-5/+3
* Windows version of 'copy a bunch of files around'Ken Raeburn2009-02-111-0/+11
* In krb5_ccache_internalize: fix resource leaks, fix several casesGreg Hudson2009-02-101-25/+46
* In the ccache serialization code, remove some unnecessary checks forGreg Hudson2009-02-101-4/+3
* Fix a memory leak (unlikely to happen in practice) in krb5_mcc_store;Greg Hudson2009-02-101-5/+6
* Adjust the structure of krb5_decode.c functions to initialize outputGreg Hudson2009-02-101-375/+432
* Make asn1buf_destroy return void, since it's a free function. InGreg Hudson2009-02-093-23/+23
* In asn1_k_encode.c, stop inconsistently destroying buf on some errors.Greg Hudson2009-02-091-23/+7
* Fix one more case of an explicit null check before calling a freeKen Raeburn2009-02-091-7/+2
* Check if mem allocation was successfulZhanna Tsitkov2009-02-091-127/+115
* Fix possible free of uninitialized value in walk_rtreeGreg Hudson2009-02-091-1/+1
* Change contract of krb5int_utf8_normalize and fix memory leaksGreg Hudson2009-02-092-42/+49
* Provide omitted return value in last changeKen Raeburn2009-02-091-1/+1
* Remove unused fileKen Raeburn2009-02-091-161/+0
* make krb5_free_* functions ignore NULLKen Raeburn2009-02-096-230/+191
* use unsigned value for shifting, avoiding undefined behaviorKen Raeburn2009-02-091-1/+1
* Memory handling fixes in walk_rtreeGreg Hudson2009-02-061-13/+35
* Fix whitespace on previous commit to ure.c. Correct two other casesGreg Hudson2009-02-061-4/+6
* Pass the correct width argument to fprintf for URE_CHAR inGreg Hudson2009-02-061-1/+2
* Fix error handling in krb5_walk_realm_treeGreg Hudson2009-02-061-1/+1
* Unsigned/signed fixesEzra Peisach2009-02-064-5/+6
* Change variable accepting return from strftime to time_t. ThisEzra Peisach2009-02-061-1/+1
* Do not assume sizeof(bool_t) == sizeof(krb5_boolean)Ezra Peisach2009-02-061-3/+26
* Cleanup some warnings due to getsockname's third argument is sometimesEzra Peisach2009-02-063-4/+15
* remove some redundant or useless qualifiersKen Raeburn2009-02-061-24/+24
* Fix memory handling bug in mk_req_extGreg Hudson2009-02-051-2/+1
* deal with memleaks in migrate mkey projectWill Fiveash2009-02-052-6/+11
* In gc_frm_kdc.c's do_traversal(), fix an assert which was doing anGreg Hudson2009-02-051-1/+1
* In krb5_rc_io_store, check the return value of krb5int_buf_len as wellGreg Hudson2009-02-051-4/+6
* In recvauth_common, initialize ap_option. It can't be usedGreg Hudson2009-02-051-1/+1