| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -493/+0 |
| * | more DEFS= | Ken Raeburn | 2006-04-04 | 1 | -0/+4 |
| * | Include autoconf.h (or include it earlier) in a bunch of files that are | Ken Raeburn | 2006-04-01 | 1 | -0/+4 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -0/+5 |
| * | * misc.h, misc.c (schpw_util_wrapper): Rename from | Tom Yu | 2005-10-12 | 1 | -0/+15 |
| * | Rename all RPC functions from _1 to _2 to match current program version number; | Ken Raeburn | 2005-08-20 | 1 | -0/+5 |
| * | Use DL_LIB and THREAD_LINKOPTS instead of explicitly specifying the dl | Ken Raeburn | 2005-06-21 | 1 | -0/+3 |
| * | Novell Database Abstraction Layer merge. | Ken Raeburn | 2005-06-21 | 1 | -0/+8 |
| * | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 1 | -0/+4 |
| * | * misc.c (check_min_life): Actually return a value on success | Tom Yu | 2004-10-28 | 1 | -0/+4 |
| * | * misc.c, misc.h: New function check_min_life(), containing common | Tom Yu | 2004-10-27 | 1 | -0/+9 |
| * | * configure.in: Check for sockaddr_in.sin_len and | Tom Yu | 2004-09-21 | 1 | -0/+4 |
| * | renamed acl_* functions to kadm5int_acl_* | Alexandra Ellwood | 2004-08-20 | 1 | -0/+5 |
| * | * ovsec_kadmd.c (log_badverf): Fix a missed rpc_u_int32 | Tom Yu | 2004-06-26 | 1 | -0/+4 |
| * | more namespace cleanup: remove uses of rpc_int32 and rpc_u_int32 | Tom Yu | 2004-06-25 | 1 | -0/+5 |
| * | This commit merges the RPCSEC_GSS integration branch onto the trunk. | Tom Yu | 2004-06-16 | 1 | -0/+25 |
| * | One less kg_get_context call.. | Ken Raeburn | 2004-03-21 | 1 | -0/+7 |
| * | Move daemon.c into a new library of utility routines for linking our programs | Ken Raeburn | 2004-02-24 | 1 | -0/+5 |
| * | Added Apple password server support | Alexandra Ellwood | 2003-09-02 | 1 | -0/+4 |
| * | Copy and build daemon.c in whatever directories need it, instead of building it | Ken Raeburn | 2003-08-30 | 1 | -0/+4 |
| * | * schpw.c (process_chpw_request): Log chpw requests | Tom Yu | 2003-05-27 | 1 | -0/+4 |
| * | * schpw.c (process_chpw_request): Return KRB5_KPASSWD_BAD_VERSION if the | Ken Raeburn | 2003-05-17 | 1 | -0/+5 |
| * | * ovsec_kadmd.c (REQUIRED_PARAMS): Remove | Tom Yu | 2003-03-07 | 1 | -0/+6 |
| * | use kdb keytab for kadmind | Tom Yu | 2003-03-06 | 1 | -0/+8 |
| * | Use socklen_t when passing address to socket functions. | Ken Raeburn | 2003-01-10 | 1 | -0/+5 |
| * | Log entries for Makefile.ov deletion | Ken Raeburn | 2003-01-08 | 1 | -0/+4 |
| * | Fix prototypes for *_wrapper_3 | Sam Hartman | 2002-12-09 | 1 | -0/+5 |
| * | * misc.h: Rename prototypes from chpass_principal_wrapper and | Ezra Peisach | 2002-12-09 | 1 | -0/+6 |
| * | principal can't specify ks_tuples changing own passwd | Tom Yu | 2002-10-08 | 1 | -0/+13 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 1 | -0/+4 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 1 | -0/+4 |
| * | * server_stubs.c: Check return value from unparse_name() in lots | Tom Yu | 2002-08-02 | 1 | -0/+5 |
| * | Get strong random bits at kadmind startup | Sam Hartman | 2002-01-08 | 1 | -0/+5 |
| * | * schpw.c (process_chpw_request): Use GETSOCKNAME_ARG3_TYPE | Ezra Peisach | 2001-10-26 | 1 | -0/+5 |
| * | * misc.c, server_stubs.c: Nuke rcsid | Ezra Peisach | 2001-07-01 | 1 | -0/+11 |
| * | * server_glue_v1.c: Include misc.h for prototypes | Ezra Peisach | 2001-06-26 | 1 | -0/+7 |
| * | * ovsec_kadmd.c: Change prototype for process_chpw_request | Ezra Peisach | 2001-06-22 | 1 | -0/+8 |
| * | * ovsec_kadmd.c: Add prototype for daemon if needed | Ezra Peisach | 2001-06-21 | 1 | -0/+4 |
| * | * ovsec_kadmd.c (main): Make format string to sprintf specify that | Ezra Peisach | 2001-06-08 | 1 | -0/+8 |
| * | * misc.c, schpw.c: Cleanup assignments in conditionals | Ezra Peisach | 2001-06-04 | 1 | -1/+5 |
| * | * kadm_rpc_svc.c, server_stubs.c: Rename all server side dispatch | Ezra Peisach | 2001-02-18 | 1 | -0/+6 |
| * | * ovsec_kadmd.c (do_schpw): Cast arguments to sendto() which take int | Ezra Peisach | 2000-10-17 | 1 | -0/+4 |
| * | pullup from 1.2.1 release | Ken Raeburn | 2000-07-01 | 1 | -0/+4 |
| * | pullup from 1.2-beta4 | Ken Raeburn | 2000-07-01 | 1 | -0/+5 |
| * | Check for existance of <memory.h>. | Wilfredo Sanchez | 2000-06-01 | 1 | -0/+5 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
| * | Matt Crawford's kadm acl fixes & enhancements | Ken Raeburn | 2000-03-16 | 1 | -0/+8 |
| * | Update client and server to reflect removal of keepold argument from | Tom Yu | 2000-02-27 | 1 | -0/+4 |
| * | * kadm_rpc_svc.c (kadm_1): Update to include new api functions | Tom Yu | 2000-02-19 | 1 | -0/+6 |
| * | * server_stubs.c: Add create_principal3_1, chpass_principal3_1, | Tom Yu | 2000-02-18 | 1 | -0/+6 |