git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3867 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-09 04:07:37 +00:00
parent 66f53875ac
commit 73b3a68f82
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
Sun Nov 9 02:17:27 1997 Johan Danielsson <joda@emma.pdc.kth.se>
* lib/kadm5: Implement kadm5_get_privs, and kadm5_get_principals.
* kadmin/kadmin.c: Add get_privileges function.
* lib/kadm5: Rename KADM5_ACL_* -> KADM5_PRIV_* to conform with

View File

@@ -55,9 +55,7 @@
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_FNMATCH_H
#include <fnmatch.h>
#endif
#include "admin.h"
#include "kadm5_err.h"
#include <hdb.h>