summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be less verbose about routing-socket messagesKen Raeburn2009-02-131-4/+15
* Correct numerous memory leaks on error conditions in the ASN.1Greg Hudson2009-02-133-299/+1030
* In krb5_decode_leak.c, work around the oddity thatGreg Hudson2009-02-131-2/+16
* 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-135-38/+60
* Don't pass negative numbers to strerrorKen Raeburn2009-02-121-0/+14
* Don't apply 'const' twice. Make kg_arcfour_l40 staticKen Raeburn2009-02-121-1/+1
* Don't apply 'const' twiceKen 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
* Add a new test harness to facilitate memory leak detection in theGreg Hudson2009-02-113-3/+678
* Ensure we have a free function for every data type we have an ASN.1Greg Hudson2009-02-113-7/+50
* --disable-rpath is not workingEzra Peisach2009-02-111-1/+1
* Add test for krb5_cc_get_principal and ensure returned value correctEzra Peisach2009-02-111-1/+22
* Install ktutil and kadmin into CLIENT_BINDIR instead of ADMIN_BINDIRRuss Allbery2009-02-112-2/+2
* 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
* Updates for current CCAPI code; build krb5 unicode supportKen Raeburn2009-02-111-8/+16
* Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn2009-02-116-11/+20
* 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
* build strlcpy.c, printf.c, ipc_stream.c on windowsKen Raeburn2009-02-111-1/+17
* define SSIZE_MAX forWindowsKen Raeburn2009-02-111-0/+4
* unistd.h is posix onlyKen Raeburn2009-02-111-0/+2
* pull in dependency filesKen Raeburn2009-02-111-0/+5
* updateKen Raeburn2009-02-101-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
* Update t_k5buf.c for the renamed buffer type constantsGreg Hudson2009-02-101-10/+14
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-0928-528/+528
* Add variables for optionally building ipc_stream.c; currently emptyKen Raeburn2009-02-091-0/+5
* Adjust names to not conflict with Windows headersKen Raeburn2009-02-092-23/+23
* Include assert.hKen Raeburn2009-02-091-0/+1
* Use winsock2.h on Windows. Make initializer value staticKen Raeburn2009-02-091-1/+4
* Rename X11 resource file to avoid name conflict on Mac in in-place buildKen Raeburn2009-02-091-0/+0
* 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