Age | Commit message (Expand) | Author | Files | Lines |
2011-01-20 | s4-auth Remove special case for account_sid from auth_serversupplied_info | Andrew Bartlett | 1 | -2/+2 |
2011-01-17 | s4-dsdb: pass parent request to dsdb_module_*() functions | Andrew Tridgell | 1 | -20/+30 |
2011-01-14 | s4-dsdb: fixed filtering of tokengroups | Andrew Tridgell | 1 | -5/+3 |
2011-01-14 | s4-dsdb Implement tokenGroups expansion directly in ldb operational module | Andrew Bartlett | 1 | -29/+101 |
2010-12-21 | s4-auth rework session_info handling not to require an auth context | Andrew Bartlett | 1 | -1/+1 |
2010-11-29 | s4-dsdb: give full error message for operational failures | Andrew Tridgell | 1 | -2/+2 |
2010-11-18 | s4/operational: Fix swapped parameters for ldb_msg_copy_attr | Anatoliy Atanasov | 1 | -2/+2 |
2010-11-09 | s4:dsdb/operational.c: use DSDB_SECRET_ATTRIBUTES_EX() | Stefan Metzmacher | 1 | -5/+2 |
2010-11-06 | s4:operational LDB module - "canonicalName" doesn't make use of the "distingu... | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-11-01 | s4-ldb: enable version checking in dsdb ldb modules | Andrew Tridgell | 1 | -0/+1 |
2010-11-01 | s4-dsdb: convert the rest of the ldb modules to the new module type | Andrew Tridgell | 1 | -1/+6 |
2010-10-31 | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-23 | ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO... | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-10-16 | s4:dsdb - fix unsigned integer save problems using the "%u" specifier | Matthias Dieter Wallnöfer | 1 | -1/+9 |
2010-10-12 | libcli/security Use common security.h | Andrew Bartlett | 1 | -1/+1 |
2010-10-03 | s4:dsdb - substitute the "show_deleted" with the "show_recycled" control | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-09-25 | ldb: mark the location of a lot more ldb requests | Andrew Tridgell | 1 | -0/+1 |
2010-09-21 | s4-ldap: Fixed a problem with NC's having a parentGUID attribute | Nadezhda Ivanova | 1 | -13/+27 |
2010-08-23 | s4:security Change struct security_token->sids from struct dom_sid * to struc... | Andrew Bartlett | 1 | -1/+1 |
2010-07-08 | s4-source4/dsdb/samdb/ldb_modules/operational.c Use DSDB_FLAG_NEXT_MODULE flag | Kamen Mazdrashki | 1 | -3/+7 |
2010-07-07 | s4-dsdb: use ldb_operr() in the dsdb code | Andrew Tridgell | 1 | -20/+16 |
2010-06-23 | s4:operational LDB module - fix a misleading comment | Matthias Dieter Wallnöfer | 1 | -1/+2 |
2010-06-20 | s4: Using control bypassoperational allow the logic of this module to be bypa... | Matthieu Patou | 1 | -10/+39 |
2010-06-19 | dsdb: Make module ops struct for each module public. | Jelmer Vernooij | 1 | -1/+1 |
2010-06-15 | dsdb: Fix includes when building against system ldb. | Jelmer Vernooij | 1 | -2/+2 |
2010-05-20 | s4:operational LDB module - fix warnings (missing parameters, unused variable) | Matthias Dieter Wallnöfer | 1 | -3/+5 |
2010-05-20 | s4:auth Change auth_generate_session_info to take flags | Andrew Bartlett | 1 | -10/+10 |
2010-05-20 | s4:auth Add dependency from the operational module onto auth | Andrew Bartlett | 1 | -1/+4 |
2010-05-20 | s4:auth Allow the operational module to get a user's tokenGroups from auth | Andrew Bartlett | 1 | -80/+66 |
2010-05-20 | s4:dsdb disable tokenGroups until end of rewrite | Andrew Bartlett | 1 | -1/+2 |
2010-05-18 | Remove more usages of iconv_convenience in files which were apparently not re... | Jelmer Vernooij | 1 | -3/+1 |
2010-05-09 | s4:dsdb Use replPropertyMetaData as the basis for msDS-KeyVersionNumber | Andrew Bartlett | 1 | -10/+76 |
2010-05-03 | s4/rodc: Implement msDS-isRODC constructed attr | Anatoliy Atanasov | 1 | -1/+152 |
2010-04-10 | s4:dsdb Don't return operational attributes on special DNs | Andrew Bartlett | 1 | -0/+5 |
2010-03-16 | s4:dsdb Don't error out if we can't get the Aggregate schema DN yet | Andrew Bartlett | 1 | -9/+16 |
2010-03-04 | s4:operational LDB - don't accidentally "ate" search helper attributes if we ... | Matthias Dieter Wallnöfer | 1 | -6/+14 |
2010-03-04 | s4:operational LDB module - make the counters unsigned | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-03-04 | s4:operational LDB - implement the "tokenGroups" constructed attribute | Matthias Dieter Wallnöfer | 1 | -0/+95 |
2010-03-04 | s4:operational LDB module - use right memory context int "construct_primary_g... | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-02-21 | s4:operational LDB module - enable support for passing referrals through it | Matthias Dieter Wallnöfer | 1 | -2/+1 |
2009-12-16 | s4-dsdb: when the SD_FLAGS control is set, don't remove nTSecurityDescriptor | Andrew Tridgell | 1 | -10/+19 |
2009-12-12 | s4:operational LDB module - cosmetic - reorder an attribute list | Matthias Dieter Wallnöfer | 1 | -8/+8 |
2009-12-09 | s4-dsdb: fixed steal of parentGUID for empty msg | Andrew Tridgell | 1 | -4/+10 |
2009-12-07 | s4:dsdb Use ldb_match_msg_objectclass in operational.c | Andrew Bartlett | 1 | -6/+1 |
2009-12-07 | s4:dsdb Make primaryGroupToken calculation more efficient and correct | Andrew Bartlett | 1 | -20/+46 |
2009-12-07 | s4:dsdb Make parentGUID handler use dsdb_module_search_dn() | Andrew Bartlett | 1 | -18/+29 |
2009-12-07 | s4:dsdb Hide the LM password by default too | Andrew Bartlett | 1 | -1/+2 |
2009-12-04 | s4-drsutil: fixed a memory leak in samdb_search_count | Andrew Tridgell | 1 | -1/+4 |
2009-12-03 | s4:operational LDB module - Fix usage of LDB constants | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2009-11-26 | s4:operational LDB module - Don't do the write checks here | Matthias Dieter Wallnöfer | 1 | -16/+0 |