summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb/ldb_modules/acl.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell2010-11-011-0/+1
* s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell2010-11-011-1/+6
* s4:dsdb - fix unsigned integer save problems using the "%u" specifierMatthias Dieter Wallnöfer2010-10-161-2/+2
* dsdb/modules: Split up helpers a bit to prevent recursive dependencies.Jelmer Vernooij2010-10-101-0/+1
* s4:dsdb - substitute the "show_deleted" with the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-031-1/+1
* s4-dsdb: Moved some helper functions to a separate fileNadezhda Ivanova2010-09-261-220/+0
* s4-dsdb: added tagging of requests in dsdb modulesAndrew Tridgell2010-09-251-0/+1
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-231-1/+1
* s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-181-1/+3
* s4:acl LDB module - support password changes over the DSDB_CONTROL_PASSWORD_C...Matthias Dieter Wallnöfer2010-08-171-1/+15
* s4-ldb: use LDB_FLAG_MOD_TYPE() to extract element type from messagesAndrew Tridgell2010-08-171-3/+3
* s4-dsdb: Removed kludge_acl as it is no longer necessaryNadezhda Ivanova2010-08-041-0/+39
* s4:acl LDB module - remove the "forest DN" checkMatthias Dieter Wallnöfer2010-08-011-6/+3
* s4:acl LDB module - remove unused call "is_root_base_dn"Matthias Dieter Wallnöfer2010-08-011-8/+0
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:acl LDB module - password attributes - check also the "dBCSPwd" attributeMatthias Dieter Wallnöfer2010-07-081-2/+2
* s4:acl LDB module - move a "mem_ctx" creation to the place where it is actual...Matthias Dieter Wallnöfer2010-07-081-1/+2
* s4-source4/dsdb/samdb/ldb_modules/acl.c Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-081-5/+12
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-30/+25
* s4-dsdb: Implementation of User-Change-Password and User-Force-Password-ChangeNadezhda Ivanova2010-07-051-79/+162
* Fixed incorrect use of cn instead of lDAPDisplayNameNadezhda Ivanova2010-06-291-2/+2
* s4:acl LDB module - fix counter typeMatthias Dieter Wallnöfer2010-06-281-1/+2
* Implementation of self membership validated right.Nadezhda Ivanova2010-06-281-1/+100
* s4:acl LDB module - LDB attribute names should be compared using "ldb_attr_cm...Matthias Dieter Wallnöfer2010-06-071-2/+2
* s4:acl LDB module - adaption for "objectclass_attrs" moduleMatthias Dieter Wallnöfer2010-06-071-5/+15
* s4:acl LDB module - fix counter types where appropriateMatthias Dieter Wallnöfer2010-06-061-2/+4
* s4:acl ldb module - fix typosMatthias Dieter Wallnöfer2010-05-101-3/+3
* s4:Replaced dsdb_get_dom_sid_from_ldb_message() with samdb_result_dom_sid()Nadezhda Ivanova2010-04-161-24/+5
* s4:acl/descriptor LDB module - distinguish between root and default basednMatthias Dieter Wallnöfer2010-04-131-0/+6
* s4:dsdb/acl Reduce calls to dsdb_get_schema() and add memory contextAndrew Bartlett2010-03-161-24/+46
* Split the dsdb_access_check_on_dn.Nadezhda Ivanova2010-03-121-5/+44
* Fixed ACL module to use dsdb_module_* API.Nadezhda Ivanova2010-03-121-9/+9
* Moved access_check_on_dn from acl module as an utility.Nadezhda Ivanova2010-03-121-156/+19
* Added a check for permissions to modify the RDN attribute on rename.Nadezhda Ivanova2010-03-091-0/+12
* s4:acl LDB module - change counter variable to "unsigned"Matthias Dieter Wallnöfer2010-03-071-1/+1
* s4-dsdb: use TYPESAFE_QSORT() in dsdb codeAndrew Tridgell2010-02-131-9/+3
* s4:mark the SYSTEM control always as non-criticalMatthias Dieter Wallnöfer2010-02-041-0/+29
* s4-dsdb: fixed const misuse in acl moduleAndrew Tridgell2010-01-081-4/+4
* s4-dsdb: use dsdb_module_am_system() in acl moduleAndrew Tridgell2010-01-081-19/+11
* Adapted acl module to skip checks if as_system control is provided.Nadezhda Ivanova2009-12-211-7/+17
* s4-dsdb: Add a check to prevent acl_modify from debuging a NULL messageBrendan Powers2009-12-181-1/+5
* Fixed incorrect checking of PRINCIPAL_SELF permissions.Nadezhda Ivanova2009-12-171-11/+86
* Fixed a problem with duplicate values of allowedAttributesEffective.Nadezhda Ivanova2009-12-151-1/+3
* Implementation of sDRightsEffective, allowedAttributesEffective and allowedCh...Nadezhda Ivanova2009-12-101-40/+610
* Fixed some major bugs in inheritance and access checks.Nadezhda Ivanova2009-11-151-28/+53
* Version 1.0 of the directory service acls module.Nadezhda Ivanova2009-11-051-961/+344
* s4:acl module - intendation fix and comment enhancementMatthias Dieter Wallnöfer2009-10-061-1/+2
* Initial Implementation of the DS objects access checks.Nadezhda Ivanova2009-09-211-0/+1151