summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2010-06-20Fix 'magic' numbers to be strlen(something)Wilco Baan Hofman2-4/+6
2010-06-20Change talloc_steal to strdup because function might not expect it.Wilco Baan Hofman1-5/+5
2010-06-20Add GP ini functions.Wilco Baan Hofman2-2/+134
2010-06-20Remove iconv convenience in used functions, which were deleted in commit f9ca...Wilco Baan Hofman2-3/+0
2010-06-20Add ini parser for GPO's.Wilco Baan Hofman3-2/+17
2010-06-20Add net gpo setacl support. Create gp_set_acl function. Show ACL in net gpo s...Wilco Baan Hofman3-1/+101
2010-06-20Fix set GPT security descriptor to match windows' behaviour.Wilco Baan Hofman1-1/+1
2010-06-20Fix crash when get_gpo_info returns incorrect data.Wilco Baan Hofman2-5/+12
2010-06-20Add preliminary NT ACL support for GPT (GPO on filesystem).Wilco Baan Hofman3-37/+119
2010-06-20samba4: Add python bindings for samba.policy.get_gplink_options.Jelmer Vernooij2-0/+52
2010-06-20policy: Add samba.policy.get_gpo_flags binding.Jelmer Vernooij3-0/+122
2010-06-20Add gpo create functionality. Also fix gPLink handling bugsWilco Baan Hofman6-18/+473
2010-06-20Fix mode_t in mkdir.Wilco Baan Hofman1-1/+1
2010-06-20Optimize the backslash logic in the path traversal.Wilco Baan Hofman1-24/+9
2010-06-20Fix error in logic, making recursion work past the first level.Wilco Baan Hofman1-1/+1
2010-06-20Add fetch function for GPO which fetches all relevant files from the sysvol s...Wilco Baan Hofman5-5/+277
2010-06-20Add getinheritance and setinheritance to net gpo util and library.Wilco Baan Hofman2-0/+65
2010-06-20Implemented delete group policy link function and corresponding feature in ne...Wilco Baan Hofman1-1/+69
2010-06-20Changed add_gplink to set_gplink, so we can change gPLink options as well.Wilco Baan Hofman2-7/+16
2010-06-20Add add gPLink function and corresponding net gpo linkadd call.Wilco Baan Hofman2-47/+89
2010-06-20Rename files to reflect the libpolicy naming convention. Also fix the GNU mak...Wilco Baan Hofman4-4/+6
2010-06-20Rename libgpo to lib/policy to avoid confusion with samba3 and add waf buildWilco Baan Hofman5-0/+671
2010-06-20ldb: Add ABI file for use when including ildap in the build.Jelmer Vernooij1-0/+224
2010-06-20ldb: Change LDBSAMBA back to subsystem, update comments, use differentJelmer Vernooij2-7/+16
2010-06-20s4:ldb-samba: fix the build without a system ldbStefan Metzmacher1-1/+5
2010-06-20Move a few more samdb-specific methods to SamDB, away from Ldb.Jelmer Vernooij1-2/+2
2010-06-20ldb: add a new control bypassioperationnalMatthieu Patou3-0/+37
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij8-25/+32
2010-06-19acl: Clean up formatting, use samba.tests.TestCase.Jelmer Vernooij1-124/+128
2010-06-19python/passwords: Clean up imports.Jelmer Vernooij1-8/+7
2010-06-19dsdb_schema_info: Clean up imports, avoid using rpc test case forJelmer Vernooij1-9/+2
2010-06-19s4:instancetype LDB module - "instanceType" is single-valued - MS-ADTS 3.1.1....Matthias Dieter Wallnöfer1-0/+9
2010-06-19ldb:ldb_dn.c - don't support "ldb_dn_add_child" on a "" parent DNMatthias Dieter Wallnöfer1-0/+7
2010-06-19ldb:api.py - add a small test for the enhanced "py_ldb_delete" syntaxMatthias Dieter Wallnöfer1-0/+9
2010-06-19ldb:python bindings - some small cleanup & improvements in "py_ldb_add"Matthias Dieter Wallnöfer1-14/+13
2010-06-19ldb:python bindings - let also "py_ldb_delete" support controlsMatthias Dieter Wallnöfer1-6/+50
2010-06-19wafsamba: Fix typo: noextenion -> noextension.Jelmer Vernooij1-1/+1
2010-06-18ldb: Remove dependency on self.Jelmer Vernooij1-1/+1
2010-06-18ldbsamba: Build as subsystem to prevent infinite recursion issues.Jelmer Vernooij1-1/+1
2010-06-18ldb: Don't build pyldb_util as python module but rather as subsystem, so as t...Jelmer Vernooij1-2/+2
2010-06-18ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, s...Jelmer Vernooij1-1/+1
2010-06-16s4:ldif_handlers.c - fix warningMatthias Dieter Wallnöfer1-3/+4
2010-06-16s4:ldap.py - add another test about linked attributesMatthias Dieter Wallnöfer1-1/+90
2010-06-16s4:ldif-handlers Add a custom handler for DNs that knows about deleted valuesAndrew Bartlett1-0/+78
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher5-14/+7
2010-06-15s4-waf: Fix build of libldb_ildap against system ldb.Jelmer Vernooij1-1/+1
2010-06-15wafsamba: Fix include path inheritance from module subsystems.Jelmer Vernooij1-10/+0
2010-06-15ldb: Bump version number, use same ABI version for Samba4 and non-Samba 4 ver...Jelmer Vernooij2-5/+221
2010-06-15ldb: Fix included ldb build.Jelmer Vernooij2-1/+14
2010-06-15ldb: Only build standard ldb modules when building bundled ldb.Jelmer Vernooij1-72/+70