summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"Matthias Dieter Wallnöfer2010-06-201-12/+19
* ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and "py_l...Matthias Dieter Wallnöfer2010-06-201-19/+28
* s4:ldap_controls.c - remove encoding functions for private recalculate SD con...Matthias Dieter Wallnöfer2010-06-201-19/+0
* provision: Look for Samba prefix a bit harder.Jelmer Vernooij2010-06-201-4/+6
* Revert "s4:ldb-samba: fix the build without a system ldb"Stefan Metzmacher2010-06-201-5/+0
* s4:ldb: only do ABI checking for the standalone build for nowStefan Metzmacher2010-06-201-12/+24
* libpolicy: Fix the build.Jelmer Vernooij2010-06-202-2/+2
* Add preliminary support for storing changed Group Policies.Wilco Baan Hofman2010-06-203-0/+101
* Refactor policy filesystem code.Wilco Baan Hofman2010-06-201-97/+244
* Fix memory allocation with error handling.Wilco Baan Hofman2010-06-205-21/+135
* Add talloc_frees in error cases in net_gpo.cWilco Baan Hofman2010-06-201-0/+11
* Code cleanups: GUID generation, lp_dnsdomain instead of lp_realm, missing spa...Wilco Baan Hofman2010-06-202-9/+6
* Set inherit flag type to bool.Wilco Baan Hofman2010-06-201-1/+1
* Fix 'magic' numbers to be strlen(something)Wilco Baan Hofman2010-06-202-4/+6
* Change talloc_steal to strdup because function might not expect it.Wilco Baan Hofman2010-06-201-5/+5
* Add GP ini functions.Wilco Baan Hofman2010-06-202-2/+134
* Remove iconv convenience in used functions, which were deleted in commit f9ca...Wilco Baan Hofman2010-06-202-3/+0
* Fix net gpo list to use the dsdb with extended DN's. Fixes memberOf group mem...Wilco Baan Hofman2010-06-201-2/+19
* Revert "Add old functionality back which was removed in commit 589a42e2."Wilco Baan Hofman2010-06-203-22/+3
* Add ini parser for GPO's.Wilco Baan Hofman2010-06-203-2/+17
* Add net gpo setacl support. Create gp_set_acl function. Show ACL in net gpo s...Wilco Baan Hofman2010-06-204-3/+153
* Fix set GPT security descriptor to match windows' behaviour.Wilco Baan Hofman2010-06-201-1/+1
* Fix crash when get_gpo_info returns incorrect data.Wilco Baan Hofman2010-06-202-5/+12
* Add preliminary NT ACL support for GPT (GPO on filesystem).Wilco Baan Hofman2010-06-203-37/+119
* samba4: Add python bindings for samba.policy.get_gplink_options.Jelmer Vernooij2010-06-202-0/+52
* policy: Add samba.policy.get_gpo_flags binding.Jelmer Vernooij2010-06-204-0/+123
* Add gpo create functionality. Also fix gPLink handling bugsWilco Baan Hofman2010-06-207-19/+506
* Fix mode_t in mkdir.Wilco Baan Hofman2010-06-201-1/+1
* Finish net gpo fetch function. Reorder arguments to make them more understand...Wilco Baan Hofman2010-06-201-7/+16
* 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