summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Pull out EOC error checks into separate functionsKen Raeburn2008-08-072-12/+34
* Use bitfields for class and construction typeKen Raeburn2008-08-071-0/+7
* Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn2008-08-075-33/+40
* Check fstat result. Close fd on errorKen Raeburn2008-08-061-1/+5
* Remove some 'register' declarationsKen Raeburn2008-08-061-3/+3
* Rewrite conditional test for update log processing to make static analysis si...Ken Raeburn2008-08-061-4/+4
* After freeing dbprinc, reset it to nullKen Raeburn2008-08-061-1/+3
* In loop over entries, make local vars local to each iterationKen Raeburn2008-08-061-11/+11
* Fully initialize handle data on allocationKen Raeburn2008-08-061-0/+2
* Don't coerce fgetc value to char before EOF checkKen Raeburn2008-08-061-2/+4
* fix cleanup code in allocating preauth infoKen Raeburn2008-08-061-2/+2
* specify return type of 'harmless'Ken Raeburn2008-08-051-1/+1
* Use load/store_32/16_be/le functionsKen Raeburn2008-08-023-23/+9
* Pull out two copies of errno mapping into a common functionKen Raeburn2008-08-021-60/+42
* Use load_store_16/32_beKen Raeburn2008-08-022-10/+6
* Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn2008-08-027-67/+22
* Use GET_HALF_BLOCK to fetch new values instead of open-codingKen Raeburn2008-08-022-16/+10
* Use krb5int_random_string, load_32_be, load_16_be, store_32_be, andKen Raeburn2008-08-021-66/+6
* Rename and export random_string from cc_memory.cKen Raeburn2008-08-021-5/+3
* Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4Ken Raeburn2008-08-021-18/+1
* Two versions of resolver code were almost identical, so unify them and reduce...Ken Raeburn2008-08-021-37/+11
* Pull out code to compute length of quoted name component and copy withKen Raeburn2008-08-021-78/+68
* Delete decls for nonexistent functions, and an unused typedefKen Raeburn2008-07-301-15/+0
* fix possible uninit variable use in error pathKen Raeburn2008-07-251-0/+1
* In the gss rpc package, replace the type used for a Jeffrey Altman2008-07-236-29/+32
* Fix one missed rename of "exit" label to "done"Tom Yu2008-07-231-1/+1
* replace "exit" label with "done"Jeffrey Altman2008-07-231-4/+4
* Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2008-07-221-1/+3
* Another check for null return from krb5_cc_default_nameKen Raeburn2008-07-211-11/+19
* Check for null name to krb5_cc_resolve, and return an errorKen Raeburn2008-07-211-1/+3
* This patch addresses the issues raised in this ticket and ticket 5936Jeffrey Altman2008-07-211-18/+19
* kadm5_decrypt_key(). This patch prevents the returned keyblock's Jeffrey Altman2008-07-211-1/+2
* krb5_string_to_keysalts()Jeffrey Altman2008-07-211-1/+1
* There are two mutex locking issues that Roland Dowdeswell noticed in Jeffrey Altman2008-07-211-0/+13
* Assign fixed ordinals to comerr32.dll exportsJeffrey Altman2008-07-211-7/+7
* ccdefault.c:Jeffrey Altman2008-07-211-2/+4
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-206-6/+6
* Use mkstemp(), and fstat() the file to make sure that the mkstemp()Tom Yu2008-07-181-19/+60
* Revert due to potential file modes race conditionTom Yu2008-07-181-18/+14
* Make krb5_rc_io_creat() use mkstempTom Yu2008-07-181-14/+18
* In krb5_rc_io_creat(), unlink any existing rcache file before tryingTom Yu2008-07-171-1/+2
* Fix indirection on assignment to minor statusTom Yu2008-07-161-4/+4
* Check return value from k5_mutex_lock() to partially mitigate someTom Yu2008-07-162-10/+23
* r1926@ken-wireless: raeburn | 2008-07-15 16:49:17 -0400Ken Raeburn2008-07-152-0/+72
* krb5_get_cred_via_tkt() should null out_cred on errorsTom Yu2008-07-151-0/+1
* Use all local addresses except loopback addresses, even if a non-loopbackKen Raeburn2008-07-121-17/+26
* Use autogenerated darwin.exports files for server frameworksAlexandra Ellwood2008-07-094-2/+6
* add copyright to lib/crypto/enc_provider/aes.cTom Yu2008-07-091-0/+26
* Changes to krb5_kt_default_name changed the krb5 ABI. RevertedAlexandra Ellwood2008-07-081-1/+2
* krb5int_gic_opte_copy should copy elements individuallyAlexandra Ellwood2008-07-071-2/+13