summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Optimize the backslash logic in the path traversal.Wilco Baan Hofman2010-06-201-24/+9
* Fix error in logic, making recursion work past the first level.Wilco Baan Hofman2010-06-201-1/+1
* Add fetch function for GPO which fetches all relevant files from the sysvol s...Wilco Baan Hofman2010-06-206-5/+307
* Add getinheritance and setinheritance to net gpo util and library.Wilco Baan Hofman2010-06-203-9/+158
* Implemented delete group policy link function and corresponding feature in ne...Wilco Baan Hofman2010-06-202-3/+107
* Changed add_gplink to set_gplink, so we can change gPLink options as well.Wilco Baan Hofman2010-06-203-15/+24
* Add add gPLink function and corresponding net gpo linkadd call.Wilco Baan Hofman2010-06-203-49/+141
* Rename files to reflect the libpolicy naming convention. Also fix the GNU mak...Wilco Baan Hofman2010-06-207-6/+9
* Rename libgpo to lib/policy to avoid confusion with samba3 and add waf buildWilco Baan Hofman2010-06-2010-9/+30
* Add old functionality back which was removed in commit 589a42e2.Wilco Baan Hofman2010-06-203-3/+22
* Add gpo list function for listing applicable GPO's for users/machines.Wilco Baan Hofman2010-06-203-38/+322
* Add gPLink and getgpo functionality to net gpo.Wilco Baan Hofman2010-06-203-67/+437
* Created net gpo and new libgpo for samba 4. This adds the init function which...Wilco Baan Hofman2010-06-2012-671/+301
* s3: Attempt to fix the build on NetBSDKai Blin2010-06-202-6/+9
* pydsdb: Mark all SamDB and Schema methods that are in pydsdb asJelmer Vernooij2010-06-204-32/+32
* testparm: Check netbios name and workgroup characters and length.Jelmer Vernooij2010-06-202-16/+38
* provision: Properly cancel transactions on the secrets ldb.Jelmer Vernooij2010-06-201-122/+131
* selftest: Use scripted testparm.Jelmer Vernooij2010-06-203-5/+6
* pyparam: Support Loadparm.get(p, "global")Jelmer Vernooij2010-06-201-52/+52
* ldb: Add ABI file for use when including ildap in the build.Jelmer Vernooij2010-06-201-0/+224
* testparm: Simplify default option handling.Jelmer Vernooij2010-06-201-19/+14
* pyparam: Allow specifying None as section name to LoadparmContext.get()Jelmer Vernooij2010-06-201-1/+1
* testparm: Fix suppress prompt option.Jelmer Vernooij2010-06-201-7/+5
* testparm: Fix exit value, install.Jelmer Vernooij2010-06-202-14/+21
* s4-python: Add LoadparmService.dump()Jelmer Vernooij2010-06-201-0/+40
* s4-python: Implement LoadParm.dump().Jelmer Vernooij2010-06-202-1/+24
* testparm: Split up functions that do multiple things.Jelmer Vernooij2010-06-201-40/+33
* testparm: Convert to Python.Jelmer Vernooij2010-06-203-266/+204
* s4-python: Remove more unused imports, fix use of sets in upgradehelpers.Jelmer Vernooij2010-06-203-9/+5
* setnttoken: Remove empty utility.Jelmer Vernooij2010-06-202-34/+0
* Use standard Python syntax, booleans and set()'s where appropriate.Jelmer Vernooij2010-06-203-23/+28
* Remove unnecessary use of transactions.Jelmer Vernooij2010-06-201-11/+3
* ldb: Change LDBSAMBA back to subsystem, update comments, use differentJelmer Vernooij2010-06-202-7/+16
* s4:ldb-samba: fix the build without a system ldbStefan Metzmacher2010-06-201-1/+5
* s3-waf: Change the (set|get|end)netgrent checks to match the configure.in checksKai Blin2010-06-201-9/+12
* s3 configure: Check for (set|get|end)netgrent prototypesKai Blin2010-06-201-1/+24
* build: Allow for a custom message in CHECK_C_PROTOTYPEKai Blin2010-06-201-2/+4
* ldb: Remove last import of dsdb.Jelmer Vernooij2010-06-201-12/+0
* Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij2010-06-206-39/+36
* Move convert_to_openldap onto Schema class.Jelmer Vernooij2010-06-203-5/+7
* Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij2010-06-206-122/+141
* Move a few more samdb-specific methods to SamDB, away from Ldb.Jelmer Vernooij2010-06-202-15/+3
* samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij2010-06-203-22/+20
* s4-python: Remove trivial function, replace by dictionary.Jelmer Vernooij2010-06-203-40/+14
* make test modules for net group set of commands and modification to the newus...Lukasz Zalewski2010-06-203-2/+84
* Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski2010-06-202-60/+63
* Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski2010-06-204-8/+439
* s4 upgradeprovision: Make grouped commit / rollback more resistant to unexpec...Matthieu Patou2010-06-201-13/+42
* s4 upgradeprovision: Check that the policy for DC is present if not warn the ...Matthieu Patou2010-06-202-4/+38
* s4 upgradeprovision: Emit message instead of crashing when not able to set aclMatthieu Patou2010-06-201-4/+10