git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15102 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-09 15:35:47 +00:00
parent 2c5228c78d
commit fdfd23912b
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-05-09 Love H<>rquist <20>strand <lha@it.su.se>
* kadmin.c (main): catch -2 as EOF
2005-05-03 Dave Love <d.love@dl.ac.uk> 2005-05-03 Dave Love <d.love@dl.ac.uk>
* init.c (init): Don't disable forwardable for kadmin/changepw. * init.c (init): Don't disable forwardable for kadmin/changepw.
@@ -6,12 +10,12 @@
* kadmin.c (help): Don't use non-constant initializer for `fake'. * kadmin.c (help): Don't use non-constant initializer for `fake'.
2005-04-20 Love H<>rquist <20>strand <lha@it.su.se> 2005-04-20 Love H<>rquist <20>strand <lha@it.su.se>
* util.c (foreach_principal): initialize ret to make sure it have * util.c (foreach_principal): initialize ret to make sure it have
a value a value
2005-04-04 Love H<>rquist <20>strand <lha@it.su.se> 2005-04-04 Love H<>rquist <20>strand <lha@it.su.se>
* kadmind.c: add verifier libraries with * kadmind.c: add verifier libraries with
kadm5_add_passwd_quality_verifier kadm5_add_passwd_quality_verifier

View File

@@ -1,3 +1,9 @@
2005-05-09 Love H<>rnquist <20>strand <lha@it.su.se>
* sl.c (sl_command_loop): new return code -2 for EOF
(sl_loop): treat all return value from sl_command_loop >= 0 as ok, and
continue.
2005-04-29 Dave Love <fx@gnu.org> 2005-04-29 Dave Love <fx@gnu.org>
* Makefile.am (LDADD): Add libsl.la. * Makefile.am (LDADD): Add libsl.la.