]> git.sur5r.net Git - openldap/history - servers/slapd/aclparse.c
fix SIGSEGV when default style is used for "val" (ITS#3700)
[openldap] / servers / slapd / aclparse.c
2005-05-03 Pierangelo Masaratifix SIGSEGV when default style is used for "val" (ITS...
2005-01-20 Kurt ZeilengaHappy new year!
2004-04-12 Kurt ZeilengaSync with HEAD
2004-03-17 Kurt ZeilengaSync with HEAD as of 14-March-2004
2004-03-08 Pierangelo Masaratilog set in ACL (ITS#2949)
2004-01-17 Kurt ZeilengaSync with HEAD
2004-01-01 Kurt ZeilengaHappy new year
2003-12-29 Kurt Zeilenga(Partial) Sync with HEAD
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-09-22 Kurt ZeilengaLast(?) set of changes before 2.2beta
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-30 Kurt ZeilengaChange ACL default style to exact (from regex)
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-11 Howard ChuMore memory context tweaks
2003-02-05 Pierangelo Masarationly document 'subtree', but also allow 'sub'
2003-02-05 Pierangelo Masaratiallow 'sub' and 'subtree' in acl (fix ITS#2300)
2003-01-03 Kurt ZeilengaHappy new year
2002-11-25 Pierangelo Masaratimuch better fix for ITS#2196 (dnattr without sat_equali...
2002-08-06 Howard ChuAdd #include "lutil.h" for lutil_str* functions
2002-07-27 Howard ChuMoved slap_strcopy, slap_strncopy to lutil_strcopy...
2002-07-23 Kurt Zeilengamisc cleanup
2002-07-11 Kurt ZeilengaMore ACL to dn="" bug fixing... and add test006-acl...
2002-04-15 Kurt ZeilengaPatch: aclparse.c bugs (ITS#1752)
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-04-03 Pierangelo Masarativarious acl improvements/cleanups/speedups (need to...
2002-04-02 Pierangelo Masaratithe logic of this check was completely reversed; in...
2002-03-10 Kurt ZeilengaDeprecate filter_print in favor of filter2bv.
2002-02-09 Kurt ZeilengaReverse arguments of is_object_subclass and reverse...
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...
next