index
:
krb5.git
master
master-krb5pkgconfig
master-mechdconf
proxymech
Unnamed repository; edit this file 'description' to name the repository.
Günther Deschner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
kadmin
/
cli
Commit message (
Expand
)
Author
Age
Files
Lines
*
* kdb5_util.M: added documentation for some options.
Jen Selby
2002-07-29
2
-8
/
+41
*
* kadmin.M: Remove references to "rename_principal".
Tom Yu
2002-06-07
2
-36
/
+5
*
* kadmin.c (kadmin_parse_name): Properly advance pointer in certain error cases
Ken Raeburn
2001-10-10
2
-1
/
+7
*
Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;
Ken Raeburn
2001-10-10
2
-6
/
+10
*
* getdate.y: Provide full prototype for getdate_yylex() and
Ezra Peisach
2001-06-26
2
-7
/
+7
*
* getdate.y: Cast argument to isalpha()/isspace()/isdigit() to int
Ezra Peisach
2001-06-18
2
-8
/
+13
*
* ss_wrapper.c: Include kadmin.h
Ezra Peisach
2001-02-26
6
-69
/
+154
*
* kadmin.c (kadmin_cpw): Argument to krb5_read_password changed to
Ezra Peisach
2000-10-17
2
-2
/
+7
*
* kadmin.c (strdur): Print negative durations somewhat (!)
Tom Yu
2000-10-17
2
-3
/
+23
*
* kadmin.c (kadmin_getpol): Change format strings from %d to %ld
Ezra Peisach
2000-10-03
3
-12
/
+19
*
* ss_wrapper.c (main): ss_listen() takes only one argument
Ezra Peisach
2000-07-03
2
-1
/
+5
*
pullup from 1.2-beta4
Ken Raeburn
2000-07-01
4
-448
/
+488
*
Change wsanchez@apple -> tritan@mit
Wilfredo Sanchez
2000-06-01
1
-2
/
+2
*
* kadmin.c (kadmin_cpw): Initialize ks_tuple to NULL
Tom Yu
2000-03-01
2
-1
/
+5
*
Update client and server to reflect removal of keepold argument from
Tom Yu
2000-02-27
2
-21
/
+18
*
* kadmin.c (kadmin_modprinc): Complain if -pw option is given,
Ken Raeburn
2000-02-26
2
-0
/
+12
*
* keytab.c (add_usage): Update usage message.
Tom Yu
2000-02-19
3
-20
/
+197
*
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
-2
/
+1
*
copyright notice updates from 1.1 branch
Ken Raeburn
1999-09-24
4
-4
/
+16
*
y2k fix from 1.1 branch
Ken Raeburn
1999-09-01
2
-6
/
+21
*
Makefile.in: Set the myfulldir and mydir variables (which are relative
Theodore Tso
1998-12-05
2
-0
/
+7
*
pull up 3des implementation from the marc-3des branch
Marc Horowitz
1998-10-30
2
-21
/
+37
*
Collapse all configure.in files under the kadmin directory into the
Theodore Tso
1998-02-28
3
-10
/
+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
*
* kadmin.c (quit): Call krb5_free_context
Ezra Peisach
1997-10-07
2
-0
/
+5
*
remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS
Tom Yu
1997-09-19
2
-1
/
+5
*
* dump.c: Update to new kdb API
Tom Yu
1997-07-25
2
-3
/
+12
*
* keytab.c (add_principal): Don't call kadm5_free_key_data; that's
Tom Yu
1997-06-27
2
-1
/
+10
*
* keytab.c (add_principal): use kadm5_free_key_data
Barry Jaspan
1997-05-28
2
-5
/
+5
*
add kadm5_setkey_principal
Barry Jaspan
1997-04-23
1
-2
/
+5
*
Removed unneeded call to krb5_init_ets
Richard Basch
1997-02-20
2
-2
/
+0
*
Merge of libhack_branch
Tom Yu
1997-02-09
3
-13
/
+12
*
Do not compare an int to NULL. Under Linux, warning about a pointer to int
Ezra Peisach
1996-12-17
2
-1
/
+5
*
Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*
Theodore Tso
1996-12-13
3
-11
/
+18
*
* kadmin.c (kadmin_addprinc): print warning/notice about no policy
Barry Jaspan
1996-12-03
2
-8
/
+27
*
make clean was missing some things; see ChangeLogs for details
Tom Yu
1996-11-14
2
-0
/
+4
*
revert kt_default_name changes; see ChangeLogs for details
Tom Yu
1996-11-13
3
-27
/
+20
*
* keytab.c (process_keytab): Retrieve *keytab_str using
Tom Yu
1996-11-13
3
-6
/
+36
*
Remove calls to macros that are a part of CONFIG_RULES;
Tom Yu
1996-11-08
2
-2
/
+4
*
* kadmin.c (kadmin_cpw): fix typo [krb5-admin/139]
Barry Jaspan
1996-11-01
2
-1
/
+5
*
* kadmin.M: update ktadd's description [krb5-doc/137]
Barry Jaspan
1996-10-30
2
-2
/
+8
*
* kadmin.c (kadmin_addprinc): use a studly temporary password when
Barry Jaspan
1996-10-18
2
-3
/
+13
*
* getdate.y: remove military timezones and plain integeres as part
Barry Jaspan
1996-10-18
2
-70
/
+6
*
* kadmin.c (kadmin_addprinc): add "default" policy behavior;
Barry Jaspan
1996-10-09
3
-76
/
+44
*
* kadmin.c (kadmin_renprinc): Changed newcanon to oldcanon in the
Kevin Mitchell
1996-10-04
2
-1
/
+7
*
* getdate.y: add lots of comments
Barry Jaspan
1996-09-25
2
-1
/
+79
*
* kadmin.c (kadmin_startup): -m doesn't take an argument
Mark Eichin
1996-09-11
2
-1
/
+5
*
remove ".so man1/header.doc" and extra args to .TH
Tom Yu
1996-09-10
2
-2
/
+5
[next]