| Commit message (Expand) | Author | Age | Files | Lines |
* | Ticket: 6286 | Zhanna Tsitkov | 2008-12-05 | 1 | -1/+1 |
* | Remove unneeded LEAN_CLIENT #define's | Zhanna Tsitkov | 2008-12-02 | 1 | -2/+0 |
* | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
* | Unsigned/signed warnings cleanup | Ezra Peisach | 2008-10-28 | 2 | -8/+10 |
* | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -10/+6 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 2 | -8/+4 |
* | krb5 library-side changes for com_err based error strings | Alexandra Ellwood | 2008-09-30 | 1 | -4/+2 |
* | lean client changes | Zhanna Tsitkov | 2008-08-20 | 1 | -0/+3 |
* | profile write code should only quote empty strings | Alexandra Ellwood | 2008-08-19 | 1 | -1/+1 |
* | Always use unsigned for one-bit fields | Ken Raeburn | 2008-08-06 | 1 | -2/+2 |
* | Use load/store_32_be instead of open-coding | Ken Raeburn | 2008-08-02 | 1 | -8/+2 |
* | Apply patch from Apple to handle missing krb5.conf for zeroconf | Tom Yu | 2008-07-10 | 1 | -2/+5 |
* | Profile library should not call rw_access earlier than needed | Alexandra Ellwood | 2008-05-27 | 3 | -9/+20 |
* | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 4 | -9/+9 |
* | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -0/+2 |
* | profile library memory leaks introduced when malloc returns 0 | Ezra Peisach | 2007-09-26 | 3 | -2/+7 |
* | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -9/+8 |
* | profile stores empty string values without double quotes | Jeffrey Altman | 2007-04-25 | 1 | -2/+4 |
* | Fix PROG_LIBPATH, and use -l instead of an explicit filename to build profile... | Ken Raeburn | 2007-03-25 | 1 | -3/+3 |
* | Delete more stuff for 'clean' and 'distclean' targets | Ken Raeburn | 2007-03-02 | 1 | -1/+1 |
* | use strdup | Ken Raeburn | 2006-10-28 | 1 | -4/+2 |
* | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 1 | -1/+1 |
* | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 1 | -2/+2 |
* | Fix krb5_get_profile to create a new profile duplicating the list of | Ken Raeburn | 2006-06-24 | 2 | -0/+35 |
* | Allow whitespace in front of comments. Patch from Jeremie Koenig | Russ Allbery | 2006-06-12 | 1 | -3/+3 |
* | * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. Generate | Ken Raeburn | 2006-05-18 | 2 | -20/+2 |
* | Compute dependencies for profile_tcl.o | Ken Raeburn | 2006-04-15 | 1 | -1/+4 |
* | * Makefile.in (profile_tcl): Link with MLIBS instead of DEPLIBS and LIBS | Ken Raeburn | 2006-04-15 | 1 | -1/+1 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -1333/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -49/+0 |
* | * Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig automatically | Ken Raeburn | 2006-04-04 | 2 | -1/+6 |
* | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
* | * prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't define | Ken Raeburn | 2006-03-31 | 4 | -19/+17 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -25/+25 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -8/+8 |
* | Add a new recursive target "generated-files-mac", for producing the | Ken Raeburn | 2006-03-11 | 2 | -0/+6 |
* | Merge from plugin branch | Ken Raeburn | 2006-03-07 | 2 | -1/+5 |
* | Back out unwanted change to profile_tcl.c | Sam Hartman | 2006-01-11 | 1 | -745/+311 |
* | Remove krb5_callconv from non-exported internal function | Sam Hartman | 2006-01-11 | 1 | -311/+745 |
* | make depend | Tom Yu | 2005-11-29 | 1 | -16/+8 |
* | Delete setting and testing of STAT_ONCE_PER_SECOND, just always do it | Ken Raeburn | 2005-10-21 | 3 | -10/+7 |
* | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -7/+0 |
* | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 2 | -1/+5 |
* | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -8/+16 |
* | * profile.swg (errcode_t* tcl8 argout typemap): Cast return value from | Ken Raeburn | 2005-06-06 | 3 | -20/+27 |
* | update dependencies | Ken Raeburn | 2005-04-13 | 1 | -16/+16 |
* | * configure.in: Don't check for getpwuid_r here. | Ken Raeburn | 2005-03-26 | 3 | -17/+9 |
* | st_mtim.tv_nsec, not tv_usec | Ken Raeburn | 2005-03-13 | 3 | -4/+4 |
* | profile library should check high-resolution timestamps if available | Ken Raeburn | 2005-03-13 | 4 | -1/+26 |
* | profile_clear_relation doesn't work, iterator still sees deleted nodes | Ken Raeburn | 2005-03-04 | 3 | -0/+50 |