summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Check for malloc failureKen Raeburn2008-08-061-0/+5
* Removed unused (and unpassed) argument to process_k5beta7_policyKen Raeburn2008-08-061-1/+0
* cstatus() takes no argumentsKen Raeburn2008-08-061-1/+1
* Fix test for accept failureKen Raeburn2008-08-061-1/+1
* bad free in kpropKen Raeburn2008-08-061-1/+1
* Fix bug in array size calculationKen Raeburn2008-08-061-1/+1
* Always use unsigned for one-bit fieldsKen Raeburn2008-08-061-2/+2
* fix cleanup code in allocating preauth infoKen Raeburn2008-08-061-2/+2
* Fix possible locking protocol failure in error handling pathKen Raeburn2008-08-062-2/+4
* error in socket number range check in kdcKen Raeburn2008-08-051-3/+9
* specify return type of 'harmless'Ken Raeburn2008-08-051-1/+1
* some comments from LoveKen Raeburn2008-08-041-0/+12
* 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
* Use load/store_32_be instead of open-codingKen Raeburn2008-08-021-8/+2
* 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-022-5/+5
* 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
* note lack of policy propagationKen Raeburn2008-07-311-0/+8
* Reuse more k5beta7 code for ipropKen Raeburn2008-07-311-61/+1
* Additional implementation of the KerberosAgentAlexandra Ellwood2008-07-3019-6244/+3419
* Delete decls for nonexistent functions, and an unused typedefKen Raeburn2008-07-301-15/+0
* Remove unused fileKen Raeburn2008-07-301-209/+0
* fix possible uninit variable use in error pathKen Raeburn2008-07-251-0/+1
* Return extended krb5 error stringsAlexandra Ellwood2008-07-2419-566/+666
* In the gss rpc package, replace the type used for a Jeffrey Altman2008-07-237-29/+36
* 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
* The NIM error reporting functions (in src/windows/identity/kherr ) keepJeffrey Altman2008-07-231-1/+1
* This patch modifies the NIM Kerberos v5 plug-in to use the Jeffrey Altman2008-07-234-8/+64
* Jeffrey Altman2008-07-232-0/+9
* cw_handle_header_msg():Jeffrey Altman2008-07-231-6/+2
* Add Apple Inc. to copyright listsAlexandra Ellwood2008-07-222-0/+63
* Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2008-07-224-12/+23
* A step towards ensuring we check mutex lock attempt results..Ken Raeburn2008-07-221-15/+12
* 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