summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5
Commit message (Expand)AuthorAgeFilesLines
* * admin_internal.h (_KADM5_CHECK_HANDLE): Change code to ecodeEzra Peisach2001-06-212-2/+6
* oops, missed a changeKen Raeburn2001-06-211-3/+0
* * logger.c (krb5_klog_init) [HAVE_SYSLOG]: Loop over an array of syslogKen Raeburn2001-06-212-51/+44
* * server_internal.h: Add prototype for kdb_iter_entry()Ezra Peisach2001-06-202-1/+7
* Fixed several typos in commentsMitchell Berger2001-06-204-12/+12
* * api.0/init.exp: Silly typo fixedMitchell Berger2001-06-203-2/+8
* * server_dict.c: Silly typo fixedMitchell Berger2001-06-202-1/+5
* * server_misc.c (passwd_check): cast argument toEzra Peisach2001-06-183-6/+14
* * alt_prof.c (krb5_read_realm_params): Cast argument to isspace()Ezra Peisach2001-06-183-6/+13
* * client_init.c (_kadm5_init_any): Add casts to (gss_OID) in callsEzra Peisach2001-06-182-3/+8
* * logger.c (klog_vsyslog): If krb5_klog_init() is not called, doEzra Peisach2001-06-182-1/+21
* * svr_principal.c (check_pw_reuse): Cleanup assignment in conditionalEzra Peisach2001-06-082-4/+9
* * logger.c (krb5_klog_init): Cleanup assignments inEzra Peisach2001-06-044-13/+36
* * svr_principal.c: Cleanup assignments in conditionalsEzra Peisach2001-06-042-109/+135
* str_conv.c: Include adm_proto.h for prototypesEzra Peisach2001-03-112-0/+5
* * server_internal.h: Add prototype forEzra Peisach2001-02-189-47/+212
* * adb_openclose.c, adb_policy.c, server_acl.c, server_dict.c,Ezra Peisach2001-02-1810-175/+210
* * client_rpc.c: Insure pointer argument type is same as passedEzra Peisach2001-02-185-15/+21
* * str_conv.c (krb5_keysalt_iterate): Always use the prototype forKen Raeburn2001-01-172-2/+6
* * clnt_chpass_util.c (kadm5_chpass_principal_util): Change msg_lenEzra Peisach2000-10-172-1/+6
* * svr_chpass_util.c (kadm5_chpass_principal_util): Change msg_lenEzra Peisach2000-10-172-1/+6
* * admin.h (KADM5_PW_FIRST_PROMPT): Get rid of casts fromEzra Peisach2000-10-174-6/+19
* * lock-test.c (main): Cleanup assignments in conditionals. IfEzra Peisach2000-10-128-21/+44
* * server_dict.c (init_dict): Change syslog() to krb5_klog_syslog()Ezra Peisach2000-10-102-3/+9
* admin.h: Add kadm5_free_name_list prototypeEzra Peisach2000-07-032-0/+7
* * Makefile.in: The client library does not depend on the databaseEzra Peisach2000-07-032-4/+6
* * adb.h: Add btinfoTom Yu2000-07-012-0/+3
* * adb_openclose.c (osa_adb_create_db): Default to btree.Tom Yu2000-07-012-12/+34
* * Makefile.in (SHLIB_EXPDEPS): Add libdb.Tom Yu2000-06-304-2/+16
* * configure.in: Remove AIX_DB_LIB kludge as we're now buildingTom Yu2000-06-302-12/+5
* * iter-test.c (main): Code was using ovsec_kadm_ret_t in place ofEzra Peisach2000-06-292-3/+8
* * client_init.c (_kadm5_init_any): gss_krb5_ccache_name returnsEzra Peisach2000-06-292-3/+12
* * alt_prof.c (krb5_aprof_init): profile_init takes aEzra Peisach2000-06-292-2/+7
* pullup from 1.2 branchKen Raeburn2000-06-2717-52/+133
* Check for existance of <memory.h>.Wilfredo Sanchez2000-06-0112-1/+39
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-014-8/+8
* Matt Crawford's kadm acl fixes & enhancementsKen Raeburn2000-03-163-66/+364
* Remove keepold argument from create_principal_3, since it is ratherTom Yu2000-02-2710-12/+32
* * server_acl.c (acl_get_line): Patch from Matt Crawford to permit line contin...Ken Raeburn2000-02-262-13/+40
* fix for vpath and du4.0 makeKen Raeburn2000-02-222-0/+8
* from Bear Giles:Ken Raeburn2000-02-212-13/+22
* * kadm_rpc_xdr.c (xdr_chpass3_arg):Tom Yu2000-02-192-2/+7
* Add client-side stubs and functions with additional capabilities toTom Yu2000-02-1410-15/+501
* * api.1/lock.exp: Since a "wait" directive to the command list ofTom Yu2000-02-082-0/+12
* * lib/lib.t: Call kinit and kdestroy with -5 flag to accomodateTom Yu2000-02-082-2/+7
* limit kadm5 net interface to des for now until gssapi mech is fixedKen Raeburn2000-01-272-2/+14
* * logger.c (klog_vsyslog): Convert pid_t to long for printingKen Raeburn1999-12-063-3/+12
* log tritan's changesTom Yu1999-10-264-0/+28
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-264-6/+6
* replace char arrays with macros for gcc format checking; provide format str t...Ken Raeburn1999-09-292-15/+25