Commit Graph

15 Commits

Author SHA1 Message Date
Love Hörnquist Åstrand
cb704efeeb Rename u_intXX_t to uintXX_t
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17445 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-05-05 10:37:46 +00:00
Love Hörnquist Åstrand
a234077ca3 (fetch_acl): use " \t\n" instead of just "\n" for the delim of the
third element, this is so we can match
"foo@REALM<SPC>all<SPC><SPC>*@REALM", before it just matched
"foo@REALM<SPC>all<SPC>*@REALM", but that is kind of luck since what
really happen was that the last <SPC> was stamped out, and the it
never strtok_r never needed to parse over it.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14157 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-26 07:48:46 +00:00
Assar Westerlund
436ae373d6 (fetch_acl): do not return bogus flags and re-organize function
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10551 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-08-24 04:01:42 +00:00
Assar Westerlund
d68fd8235a (fetch_acl): fix wrong cases, use krb5_principal_match
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8924 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-08-10 19:24:08 +00:00
Assar Westerlund
46f0769f2d add support for patterns of principals
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8350 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-06-07 11:11:44 +00:00
Johan Danielsson
c5b916ca6f remove advertising clause
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7464 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-12-02 17:05:13 +00:00
Johan Danielsson
ccdb41e6fd correctly get acl file
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7331 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-11-09 17:57:31 +00:00
Assar Westerlund
41e3aa1b6a (_kadm5_privs_to_string): forgot one strcpy_truncate -> strlcpy
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7032 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-09-26 15:51:57 +00:00
Johan Danielsson
d2f800defd (_kadm5_privs_to_string): return `none' if privs == 0
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6993 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-09-20 14:10:05 +00:00
Johan Danielsson
567019e279 Use KADM5_PRIV_ALL.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3950 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-11-11 21:27:48 +00:00
Johan Danielsson
e704317e09 Add _kadm5_{string,privs}_to_{privs,string}
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3840 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-11-09 02:40:44 +00:00
Johan Danielsson
3e5cb18d86 Rename KADM5_ACL_* -> KADM5_PRIV_* to conform with specification.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3839 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-11-09 01:31:14 +00:00
Johan Danielsson
af364bca96 less leaks
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3833 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-11-09 01:18:20 +00:00
Johan Danielsson
d2a3f974ab don't split permissions on whitespace
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3815 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-11-07 01:11:40 +00:00
Johan Danielsson
57377b6929 Simple acl system
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3785 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-11-05 23:29:41 +00:00