| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 2 | -2/+2 |
* | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 2 | -22/+22 |
* | no more -r option for setting krb.conf path | Ken Raeburn | 2009-01-28 | 2 | -11/+1 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -31/+29 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -7/+8 |
* | Remove krb4 support in gssftp and telnet | Greg Hudson | 2008-12-15 | 4 | -303/+7 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -39/+42 |
* | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 1 | -2/+2 |
* | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -12/+9 |
* | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 1 | -4/+8 |
* | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 1 | -5/+5 |
* | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 1 | -3/+5 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 2 | -4/+2 |
* | Don't use private copy of syslog.h. Rebuild dependencies | Ken Raeburn | 2008-06-10 | 1 | -6/+4 |
* | fix CVE-2007-5894: apparent uninit length in ftpd.c:reply() | Tom Yu | 2007-12-14 | 1 | -1/+1 |
* | Attach format attributes to declarations of various message-formatting | Ken Raeburn | 2007-06-29 | 2 | -30/+12 |
* | Move ASN.1 routines for KDB LDAP plugin into main krb5 library, | Ken Raeburn | 2006-10-07 | 1 | -1/+0 |
* | make depend | Tom Yu | 2006-10-06 | 1 | -0/+1 |
* | fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilities | Tom Yu | 2006-08-08 | 1 | -3/+9 |
* | Apply patch from Michael Calmer to fix some uninitialized variables | Tom Yu | 2006-08-02 | 1 | -1/+3 |
* | make depend | Ken Raeburn | 2006-07-17 | 1 | -1/+0 |
* | ftpd's getline conflicts with current glibc headers | Ken Raeburn | 2006-06-16 | 3 | -5/+4 |
* | make depend | Tom Yu | 2006-06-15 | 1 | -0/+1 |
* | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 1 | -4/+5 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -924/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -45/+0 |
* | make depend | Ken Raeburn | 2006-04-01 | 1 | -5/+5 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -24/+27 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -1/+1 |
* | Add a new recursive target "generated-files-mac", for producing the | Ken Raeburn | 2006-03-11 | 2 | -0/+6 |
* | make depend | Ken Raeburn | 2005-12-22 | 1 | -1/+0 |
* | make depend | Tom Yu | 2005-11-29 | 1 | -0/+1 |
* | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -2/+0 |
* | update dependencies | Ken Raeburn | 2005-04-06 | 1 | -1/+0 |
* | * ftpd.c: GCC 4.0 fixes... Move static declaration of gunique out | Ezra Peisach | 2005-01-13 | 2 | -1/+6 |
* | make depend | Tom Yu | 2005-01-06 | 1 | -0/+1 |
* | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -1/+0 |
* | ticket: new | Sam Hartman | 2004-11-26 | 2 | -7/+6 |
* | merge athena ftpd changes for requiring encrypted passwords | Tom Yu | 2004-11-03 | 4 | -4/+35 |
* | Better support for using libutil on systems that need it for various | Tom Yu | 2004-09-22 | 2 | -1/+5 |
* | Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs in | Ken Raeburn | 2004-08-27 | 2 | -1/+7 |
* | Patch from Garry Zacheiss to use krb5_get_init_creds_password in ftpd | Sam Hartman | 2004-08-27 | 2 | -6/+12 |
* | * ftpd.c (main): Use socklen_t for the size of the address from accept | Ken Raeburn | 2004-08-09 | 2 | -1/+7 |
* | update dependencies | Ken Raeburn | 2004-07-16 | 1 | -1/+0 |
* | make depend | Tom Yu | 2004-06-16 | 1 | -0/+1 |
* | Gets a bit closer, still not working.. | Ken Raeburn | 2003-12-13 | 3 | -15/+63 |
* | Use fork not vfork in ftp | Sam Hartman | 2003-06-05 | 2 | -4/+5 |
* | Big step towards integrating libkrb524 into libkrb5: | Ken Raeburn | 2003-05-24 | 2 | -6/+1 |
* | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -1/+0 |
* | Eliminate explicit declarations of errno; include errno.h as needed. | Ken Raeburn | 2003-04-24 | 2 | -1/+4 |