summaryrefslogtreecommitdiffstats
path: root/src/kadmin
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Add KRB5_GETSOCKNAME_ARGSEzra Peisach2001-10-262-0/+5
* * schpw.c (process_chpw_request): Use GETSOCKNAME_ARG3_TYPEEzra Peisach2001-10-262-1/+10
* * dump.c (dump_db): Pass krb5_boolean instead of char * asEzra Peisach2001-10-262-1/+8
* * loadv4.c (fixup_database): Don't set SUPPORT_DESMD5 anymoreTom Yu2001-10-252-23/+5
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-113-53/+58
* * kadmin.c (kadmin_parse_name): Properly advance pointer in certain error casesKen Raeburn2001-10-102-1/+7
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-1014-236/+227
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-062-2/+6
* dependenciesKen Raeburn2001-09-016-5/+111
* * string_table.c (str_INITING_KCONTEXT): Variable deleted.Ken Raeburn2001-07-164-5/+10
* * admin_server.c: Provide prototype for do_child and declare staticEzra Peisach2001-07-092-2/+6
* * kadm_server.h: Add prototypes for missing acl_ functionsEzra Peisach2001-07-016-17/+36
* * tcl_kadm5.h: File with prototypes for Tcl_kadm5_init andEzra Peisach2001-07-015-31/+50
* * misc.c, server_stubs.c: Nuke rcsidEzra Peisach2001-07-017-54/+28
* * nstrtok.h: New file with prototype for nstrtokEzra Peisach2001-07-016-37/+22
* * server_glue_v1.c: Include misc.h for prototypesEzra Peisach2001-06-263-3/+11
* * getdate.y: Provide full prototype for getdate_yylex() andEzra Peisach2001-06-262-7/+7
* * adm_conn.c (kadm_get_ccache): Cast return from getpid() to intEzra Peisach2001-06-222-1/+6
* * ovsec_kadmd.c: Change prototype for process_chpw_requestEzra Peisach2001-06-223-10/+20
* * kdb5_util.c (main): Change optarg to koptarg to preventEzra Peisach2001-06-222-9/+14
* drop a log entry for deleting an unused variable - ezra already did it, my lo...Ken Raeburn2001-06-221-1/+0
* * adm_conn.c, kpasswd.c, srv_net.c: Changed various char string variables intoKen Raeburn2001-06-225-54/+71
* * kadm_supp.c (prin_vals): Pass time_t * to localtime instead ofEzra Peisach2001-06-212-1/+7
* * main.c: Add prototype for daemon if neededEzra Peisach2001-06-212-0/+8
* * ovsec_kadmd.c: Add prototype for daemon if neededEzra Peisach2001-06-212-0/+8
* * configure.in: Test system header files for daemon prototypeEzra Peisach2001-06-212-0/+7
* * kdb5_create.c: Include <krb5/adm_proto.h> forEzra Peisach2001-06-202-0/+6
* Fixed several typos in commentsMitchell Berger2001-06-202-9/+2
* Fixed a bunch of typosMitchell Berger2001-06-204-9/+13
* * dump.c (name_matches): Cleanup warning of assignments inEzra Peisach2001-06-182-4/+9
* * kadm_funcs.c: Cast argument to isalnum()/isdigit() to intEzra Peisach2001-06-183-7/+13
* * ktutil_funcs.c (ktutil_add): Cast argument to isxdigit() to intEzra Peisach2001-06-182-1/+5
* * getdate.y: Cast argument to isalpha()/isspace()/isdigit() to intEzra Peisach2001-06-182-8/+13
* * dump.c: Include regex.h if exists and if HAVE_REGCOMPEzra Peisach2001-06-182-1/+6
* * configure.in: Check for regex.hEzra Peisach2001-06-182-1/+5
* * kadm_supp.c: Include string.h for strncpy() prototypeEzra Peisach2001-06-112-0/+6
* * configure.in: Test for existance of arpa/inet.hEzra Peisach2001-06-082-1/+5
* * dumpv4.c: Pass C_Block * to des_read_password() as per prototypeEzra Peisach2001-06-087-4/+23
* * ovsec_kadmd.c (main): Make format string to sprintf specify thatEzra Peisach2001-06-083-1/+13
* kdm_ser_wrap.c: Argument to quad_cksum is C_Block * - not C_Block.Ezra Peisach2001-06-082-1/+8
* * tcl_kadm5.c: Cleanup assignments in conditionalsEzra Peisach2001-06-083-12/+21
* * acl_files.c, admin_server.c, kadm_funcs.c, kadm_ser_wrap.c:Ezra Peisach2001-06-079-32/+186
* * misc.c, schpw.c: Cleanup assignments in conditionalsEzra Peisach2001-06-043-32/+55
* * kadm5_create.c: Add prototype for staticEzra Peisach2001-06-045-35/+55
* * tcl_kadm5.c, tcl_ovsec_kadm.c: Cleanup of assignments inEzra Peisach2001-04-253-95/+123
* *adm_conn.c, adm_rw.c, kadm5_defs.h, kpasswd.c, main.c,Ezra Peisach2001-02-268-162/+191
* * loadv4.c, ovload.c, kdb5_util.h, kdb5_util.c, kadm5_create.c,Ezra Peisach2001-02-268-160/+218
* * ktutil.c, ktutil_funcs.c: Do not shadow system "index" andEzra Peisach2001-02-264-7/+47
* * ss_wrapper.c: Include kadmin.hEzra Peisach2001-02-266-69/+154
* * kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: Compiler warningEzra Peisach2001-02-265-17/+77