]> git.sur5r.net Git - openldap/history - servers/slapd/aclparse.c
Treat access to dn="" as access to dn.base="". Avoid empty regex.
[openldap] / servers / slapd / aclparse.c
2002-02-08 Kurt ZeilengaTreat access to dn="" as access to dn.base="". Avoid...
2002-01-28 Howard ChuChanged Access.a_sockurl_pat, Connection.c_listener_url...
2002-01-13 Kurt ZeilengaMisc cleanup, lint removal, and minor optimizations
2002-01-10 Howard ChuAdded an_oc to AttributeName for caching ObjectClass...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuChanged AttributeName back into an array instead of...
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-29 Pierangelo Masaraticleanup
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-28 Pierangelo Masaratia couple of comments; will require special DN handling ...
2001-12-26 Howard ChuReplace strcat with slap_strcopy
2001-12-26 Howard ChuChanged ma_rule_text to struct berval.
2001-12-26 Howard ChuMerged ber_bvstr and ber_bvstrdup into ber_str2bv.
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-26 Howard ChuMore struct berval changes, dnNormalize migration...
2001-12-24 Kurt ZeilengaRequire the struct berval **out argument of dnPretty...
2001-12-24 Howard ChuChanged Access->a_set_pat and acl->acl_dn_pat to struct...
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-20 Kurt ZeilengaAdd abstract object class checks and a bit of structura...
2001-12-15 Howard ChuAdded acl_destroy, acl_free.
2001-11-12 Pierangelo Masaratitrims space after comma in dn.regex acls (prelude to...
2001-10-29 Pierangelo Masaratifixes assertion fault when the <to> clauses's argument...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-09-01 Kurt ZeilengaAllow dn.base=""
2001-03-15 Kurt ZeilengaAdd name and uid support to dnaddr
2000-10-09 Julio Sánchez Fern... Permit access defined by uniqueMember and not only...
2000-09-05 Kurt ZeilengaFix ACL SSF reporting
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-08-26 Kurt ZeilengaMinor typedef and other clean ups
2000-07-25 Mark ValenceBug fix submitted by Anthony Brock (ITS#637)
2000-06-29 Mark ValencePrepare for Set ACLs and ACIs.
2000-06-20 Kurt ZeilengaUse ASCII_*() macros and friends. Should be combined...
2000-06-19 Kurt ZeilengaAdd schema checks.
2000-06-12 Mark ValenceAdded .regex, .base, .one, .subtree, and .children...
2000-06-07 Kurt ZeilengaFix up debug statement as suggested by christian.lorenz...
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-03 Kurt ZeilengaFix anonymous mapping
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: ACI cleanup
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: add subtype aware is_at_syntax()
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT:
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Mostly work modify
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: prelim ACL work
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-12 Howard ChuFix typo with dnattr parsing
2000-04-12 Kurt ZeilengaFix improperly terminated comment
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-01 Kurt ZeilengaACI attributes should be of ACI syntax. Need to assign
2000-01-31 Kurt ZeilengaReplace -DSLAPD_SCHEMA_COMPAT with -USLAPD_SCHEMA_NOT_C...
2000-01-29 Kurt ZeilengaResolve syntax errors created by previous -DSLAPD_SCHEM...
2000-01-28 Kurt ZeilengaAdditional changes to migrate to new schema codes
2000-01-15 Howard ChuFix bug in group spec parsing, was failing to set attri...
1999-11-10 Howard ChuMove str2access and access2str outside #ifdef LDAP_DEBU...
1999-10-26 Kurt ZeilengaAdd more shortcircuits (for $$ cases)
1999-10-26 Kurt ZeilengaAdd support for Root DSE ACLs.
1999-10-21 Kurt ZeilengaMake accessmask2str reentrant.
1999-10-21 Kurt ZeilengaAdditional changes to improve logic and logging. Still...
1999-10-21 Kurt ZeilengaMore acl parsing fixes... and print fixes.
1999-10-21 Kurt ZeilengaFix parsing of descrete attributes.
1999-10-21 Kurt ZeilengaInitial commit of new ACL engine. Engine supports...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-03 Hallvard FurusethIntroduce and use LDAP_GCCATTR() = __attributes__(...
1999-08-29 Hallvard FurusethFix fprintf format args
1999-08-22 Hallvard FurusethAlways compile acl_dn_pat when it is set, otherwise...
1999-08-20 Kurt ZeilengaACIs from Mark Valence <kurash@sassafras.com> (ITS...
1999-08-20 Kurt Zeilengaconst'fication
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-22 Kurt ZeilengaUpdate ACL field names and usage statement to match...
1999-07-21 Kurt ZeilengaFix acl parse bug
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-05 Kurt Zeilengaunifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH
1999-07-04 Kurt ZeilengaRegarding previous commit:
1999-07-04 Kurt ZeilengaHEADS UP: connections are forced to "anonymous" status...
1999-04-10 Kurt ZeilengaApply fix to "group/group_objectclass/member_atribute...
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-03-20 Kurt ZeilengaUse calloc properly... could result in too few bytes...
1999-03-09 Hallvard FurusethSilence warnings: Remove unused variables. Enclose...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1998-12-29 Kurt ZeilengaUse charray_free to free alist charray
1998-12-04 Kurt Zeilengaprintf("\tby") belongs on stderr.
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-05 Hallvard FurusethEnclose debug variables in #ifdef LDAP_DEBUG
1998-10-27 Kurt ZeilengaInsert #ifdef SLAPD_ACLGROUPS
1998-10-27 Stuart Lynne1. extend aclgroup's to be able to specify objectClassV...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-08-21 Kurt ZeilengaMerged files from branch REGEX_REMOVAL. Despite name...
1998-08-09 Kurt ZeilengaInitial revision