aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-08-02Use load/store_32_be instead of open-codingKen Raeburn1-8/+2
2008-08-02Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn7-67/+22
2008-08-02Use GET_HALF_BLOCK to fetch new values instead of open-codingKen Raeburn2-16/+10
2008-08-02Use krb5int_random_string, load_32_be, load_16_be, store_32_be, andKen Raeburn1-66/+6
2008-08-02Rename and export random_string from cc_memory.cKen Raeburn2-5/+5
2008-08-02Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4Ken Raeburn1-18/+1
2008-08-02Two versions of resolver code were almost identical, so unify them and reduce...Ken Raeburn1-37/+11
2008-08-02Pull out code to compute length of quoted name component and copy withKen Raeburn1-78/+68
2008-07-31Reuse more k5beta7 code for ipropKen Raeburn1-61/+1
2008-07-30Additional implementation of the KerberosAgentAlexandra Ellwood19-6244/+3419
2008-07-30Delete decls for nonexistent functions, and an unused typedefKen Raeburn1-15/+0
2008-07-30Remove unused fileKen Raeburn1-209/+0
2008-07-25fix possible uninit variable use in error pathKen Raeburn1-0/+1
2008-07-24Return extended krb5 error stringsAlexandra Ellwood19-566/+666
2008-07-23In the gss rpc package, replace the type used for a Jeffrey Altman7-29/+36
2008-07-23Fix one missed rename of "exit" label to "done"Tom Yu1-1/+1
2008-07-23replace "exit" label with "done"Jeffrey Altman1-4/+4
2008-07-23The NIM error reporting functions (in src/windows/identity/kherr ) keepJeffrey Altman1-1/+1
2008-07-23This patch modifies the NIM Kerberos v5 plug-in to use the Jeffrey Altman4-8/+64
2008-07-23 Jeffrey Altman2-0/+9
2008-07-23cw_handle_header_msg():Jeffrey Altman1-6/+2
2008-07-22Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn4-12/+23
2008-07-22A step towards ensuring we check mutex lock attempt results..Ken Raeburn1-15/+12
2008-07-21Another check for null return from krb5_cc_default_nameKen Raeburn1-11/+19
2008-07-21Check for null name to krb5_cc_resolve, and return an errorKen Raeburn1-1/+3
2008-07-21This patch addresses the issues raised in this ticket and ticket 5936Jeffrey Altman1-18/+19
2008-07-21kadm5_decrypt_key(). This patch prevents the returned keyblock's Jeffrey Altman1-1/+2
2008-07-21krb5_string_to_keysalts()Jeffrey Altman1-1/+1
2008-07-21There are two mutex locking issues that Roland Dowdeswell noticed in Jeffrey Altman1-0/+13
2008-07-21An implementation of opendir() and friends for _WIN32Jeffrey Altman1-6/+145
2008-07-21Assign fixed ordinals to comerr32.dll exportsJeffrey Altman1-7/+7
2008-07-21When reading from the routing socket, only provide enough space forKen Raeburn1-30/+22
2008-07-21ccdefault.c:Jeffrey Altman1-2/+4
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn25-25/+24
2008-07-20Drop $(SUBDIRS_@srcdir@) hack, it's not being used any more, andKen Raeburn1-3/+1
2008-07-18Use mkstemp(), and fstat() the file to make sure that the mkstemp()Tom Yu1-19/+60
2008-07-18Set non-blocking mode on incoming TCP connections.Ken Raeburn1-3/+12
2008-07-18On systems with struct rt_msghdr, open a routing socket and wait forKen Raeburn2-4/+174
2008-07-18Rewrite krb5_db_open flag handling to avoid confusing emacs c-modeKen Raeburn1-6/+6
2008-07-18Revert due to potential file modes race conditionTom Yu1-18/+14
2008-07-18Make krb5_rc_io_creat() use mkstempTom Yu1-14/+18
2008-07-17In krb5_rc_io_creat(), unlink any existing rcache file before tryingTom Yu1-1/+2
2008-07-17CCAPI side of the patchAlexandra Ellwood1-23/+30
2008-07-17Removed _t suffix from KIM typesAlexandra Ellwood9-762/+762
2008-07-17Removed _t suffix from all type namesAlexandra Ellwood28-1067/+1067
2008-07-17Apply patch from Mark Phalan to correctly use progname instead ofTom Yu10-165/+152
2008-07-16Apply patch from Mark Phalan to initialize progname before useTom Yu2-6/+11
2008-07-16Fix indirection on assignment to minor statusTom Yu1-4/+4
2008-07-16Check return value from k5_mutex_lock() to partially mitigate someTom Yu3-11/+25
2008-07-15 r1926@ken-wireless: raeburn | 2008-07-15 16:49:17 -0400Ken Raeburn2-0/+72