aboutsummaryrefslogtreecommitdiffstats
path: root/kerberos.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace most strncpy() by strlcpy() calls.Matthias Andree2019-05-121-4/+2
|
* Fix function signature to match prototype.Matthias Andree2011-06-171-1/+1
| | | | Found by Lars Hecking.
* Correct call arguments to gen_transact().Matthias Andree2011-05-111-1/+1
|
* Fix des_pcbc_encrypt compile warnings in kerberos.c line 246.Matthias Andree2006-05-141-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4830
* Fix more compiler warnings.Matthias Andree2006-03-141-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4736
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4734
* Properly cast arguments of ctype is*()/to*() functions to unsigned char.Matthias Andree2005-09-251-2/+2
| | | | svn path=/trunk/; revision=4324
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-4/+4
| | | | svn path=/trunk/; revision=4186
* Berkeley ports fix for Kerberos IV.Eric S. Raymond2002-09-041-1/+1
| | | | svn path=/trunk/; revision=3690
* Easy bug fixes for this round.Eric S. Raymond2001-11-081-1/+1
| | | | svn path=/trunk/; revision=3543
* Security audit fix.Eric S. Raymond2001-10-031-2/+2
| | | | svn path=/trunk/; revision=3534
* _( -> GT_(Eric S. Raymond2001-09-261-5/+5
| | | | svn path=/trunk/; revision=3493
* More from HH's patch.Eric S. Raymond2001-04-231-18/+4
| | | | svn path=/trunk/; revision=3295
* Port fix.Eric S. Raymond2001-02-191-0/+1
| | | | svn path=/trunk/; revision=3127
* Fix bad argument type.Eric S. Raymond2001-02-141-1/+1
| | | | svn path=/trunk/; revision=3098
* Fix patch for KerberosEric S. Raymond2001-02-141-2/+6
| | | | svn path=/trunk/; revision=3095
* Initial revisionEric S. Raymond2001-02-121-0/+271
svn path=/trunk/; revision=3074