| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Makefile.in (DEFINES): New variable. Define HAS_STDARG for Tcl headers | Ken Raeburn | 2003-01-09 | 2 | -0/+8 |
| * | Log entries for Makefile.ov deletion | Ken Raeburn | 2003-01-08 | 1 | -0/+4 |
| * | nuke old OV makefile stuff | Ken Raeburn | 2003-01-07 | 1 | -34/+0 |
| * | upde dependencies | Tom Yu | 2002-11-27 | 1 | -17/+12 |
| * | update dependencies | Tom Yu | 2002-11-27 | 1 | -12/+17 |
| * | New Makefile variable RPATH_FLAG, possibly used even when we're not | Tom Yu | 2002-11-05 | 2 | -2/+6 |
| * | update dependencies | Ken Raeburn | 2002-08-29 | 1 | -1/+3 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+2 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
| * | * tcl_kadm5.c (unparse_err): Handle KADM5_MISSING_KRB5_CONF_PARAMS | Ken Raeburn | 2002-08-07 | 2 | -0/+13 |
| * | * tcl_kadm5.c: Cleanup warnings for variables set but not used. | Ezra Peisach | 2002-07-15 | 3 | -58/+43 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -9/+8 |
| * | more verbose reporting of unexpected errors | Ken Raeburn | 2002-03-07 | 3 | -4/+15 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -13/+14 |
| * | dependencies | Ken Raeburn | 2001-09-01 | 2 | -1/+34 |
| * | * tcl_kadm5.h: File with prototypes for Tcl_kadm5_init and | Ezra Peisach | 2001-07-01 | 5 | -31/+50 |
| * | * tcl_kadm5.c: Cleanup assignments in conditionals | Ezra Peisach | 2001-06-08 | 3 | -12/+21 |
| * | * tcl_kadm5.c, tcl_ovsec_kadm.c: Cleanup of assignments in | Ezra Peisach | 2001-04-25 | 3 | -95/+123 |
| * | pullup from 1.2-beta4 | Ken Raeburn | 2000-07-01 | 2 | -1/+7 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
| * | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
| * | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -1/+1 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 2 | -0/+7 |
| * | * tcl_kadm5.c (parse_tl_data): Change cast from char * to | Ezra Peisach | 1998-07-16 | 3 | -5/+15 |
| * | Collapse all configure.in files under the kadmin directory into the | Theodore Tso | 1998-02-28 | 3 | -13/+7 |
| * | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 2 | -2/+7 |
| * | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 2 | -0/+6 |
| * | Include either tcl.h or tcl/tcl.h. On debian linux, the tcl development headers | Ezra Peisach | 1997-10-22 | 5 | -0/+21 |
| * | add kadm5_setkey_principal | Barry Jaspan | 1997-04-23 | 2 | -1/+7 |
| * | Merge of libhack_branch | Tom Yu | 1997-02-09 | 3 | -18/+17 |
| * | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 4 | -4/+15 |
| * | On make clean, remove built programs | Ezra Peisach | 1996-11-13 | 2 | -0/+7 |
| * | Remove calls to macros that are a part of CONFIG_RULES; | Tom Yu | 1996-11-08 | 2 | -2/+4 |
| * | (unparse_err): add new finer-grained conf file error codes | Barry Jaspan | 1996-11-07 | 2 | -0/+5 |
| * | * tcl_kadm5.c: don't assume tl_data_contents is null-terminated, | Barry Jaspan | 1996-11-07 | 2 | -2/+10 |
| * | * tcl_kadm5.c (parse_keysalts, parse_tl_data): Do not free memory | Ezra Peisach | 1996-11-07 | 3 | -3/+12 |
| * | * tcl_kadm5.c (unparse_err): update for new tl_data semantics | Barry Jaspan | 1996-11-01 | 2 | -0/+8 |
| * | * tcl_kadm5.c: add unparse ability for V2 principal fields | Barry Jaspan | 1996-10-21 | 2 | -9/+215 |
| * | * tcl_kadm5.c (unparse_principal_ent): don't unparse allocated | Barry Jaspan | 1996-10-18 | 2 | -22/+37 |
| * | Makefile.in, configure.in: Only build programs if Tcl is present | Ezra Peisach | 1996-10-14 | 3 | -6/+23 |
| * | Fix typo. | Ezra Peisach | 1996-09-26 | 1 | -1/+1 |
| * | Link with -ltcl (depends on /mit/gnu/lib - yuck). | Ezra Peisach | 1996-09-26 | 2 | -4/+12 |
| * | convert to use krb5 build system; not totally complete | Barry Jaspan | 1996-09-24 | 3 | -0/+40 |
| * | * Makefile.ov: add $(REGEXLIB) | Barry Jaspan | 1996-08-12 | 2 | -1/+5 |
| * | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 8 | -0/+4681 |