| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the new profile tcl tests work with tcl 8.3 | Greg Hudson | 2010-08-31 | 1 | -4/+4 |
| * | Fix a resource leak in the profile include support | Greg Hudson | 2010-08-29 | 1 | -5/+8 |
| * | Revise the profile include design so that included files are | Greg Hudson | 2010-08-25 | 2 | -15/+52 |
| * | Correct a comment | Greg Hudson | 2010-08-24 | 1 | -2/+2 |
| * | add profile include support | Greg Hudson | 2010-08-24 | 3 | -14/+156 |
| * | Fail properly when profile can't be accessed | Greg Hudson | 2010-08-23 | 1 | -4/+9 |
| * | Stop exporting some profile symbols that aren't either published in | Ken Raeburn | 2010-05-16 | 1 | -27/+0 |
| * | The "comment" field of prf_data_t was never actually set nor used, so | Ken Raeburn | 2009-12-28 | 2 | -8/+0 |
| * | Mark and reindent util, with some exceptions | Tom Yu | 2009-12-07 | 11 | -2212/+2223 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -18/+17 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 14 | -200/+195 |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -16/+16 |
| * | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 1 | -16/+16 |
| * | reduce some mutex performance problems in profile library | Ken Raeburn | 2009-06-18 | 3 | -21/+19 |
| * | remove some remnants of krb4-related config file options | Ken Raeburn | 2009-01-28 | 1 | -2/+0 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -41/+39 |
| * | 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 |