index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-20
Refactor policy filesystem code.
Wilco Baan Hofman
1
-97
/
+244
2010-06-20
Fix memory allocation with error handling.
Wilco Baan Hofman
5
-21
/
+135
2010-06-20
Add talloc_frees in error cases in net_gpo.c
Wilco Baan Hofman
1
-0
/
+11
2010-06-20
Code cleanups: GUID generation, lp_dnsdomain instead of lp_realm, missing spa...
Wilco Baan Hofman
2
-9
/
+6
2010-06-20
Set inherit flag type to bool.
Wilco Baan Hofman
1
-1
/
+1
2010-06-20
Fix 'magic' numbers to be strlen(something)
Wilco Baan Hofman
2
-4
/
+6
2010-06-20
Change talloc_steal to strdup because function might not expect it.
Wilco Baan Hofman
1
-5
/
+5
2010-06-20
Add GP ini functions.
Wilco Baan Hofman
2
-2
/
+134
2010-06-20
Remove iconv convenience in used functions, which were deleted in commit f9ca...
Wilco Baan Hofman
2
-3
/
+0
2010-06-20
Fix net gpo list to use the dsdb with extended DN's. Fixes memberOf group mem...
Wilco Baan Hofman
1
-2
/
+19
2010-06-20
Revert "Add old functionality back which was removed in commit 589a42e2."
Wilco Baan Hofman
3
-22
/
+3
2010-06-20
Add ini parser for GPO's.
Wilco Baan Hofman
3
-2
/
+17
2010-06-20
Add net gpo setacl support. Create gp_set_acl function. Show ACL in net gpo s...
Wilco Baan Hofman
4
-3
/
+153
2010-06-20
Fix set GPT security descriptor to match windows' behaviour.
Wilco Baan Hofman
1
-1
/
+1
2010-06-20
Fix crash when get_gpo_info returns incorrect data.
Wilco Baan Hofman
2
-5
/
+12
2010-06-20
Add preliminary NT ACL support for GPT (GPO on filesystem).
Wilco Baan Hofman
3
-37
/
+119
2010-06-20
samba4: Add python bindings for samba.policy.get_gplink_options.
Jelmer Vernooij
2
-0
/
+52
2010-06-20
policy: Add samba.policy.get_gpo_flags binding.
Jelmer Vernooij
4
-0
/
+123
2010-06-20
Add gpo create functionality. Also fix gPLink handling bugs
Wilco Baan Hofman
7
-19
/
+506
2010-06-20
Fix mode_t in mkdir.
Wilco Baan Hofman
1
-1
/
+1
2010-06-20
Finish net gpo fetch function. Reorder arguments to make them more understand...
Wilco Baan Hofman
1
-7
/
+16
2010-06-20
Optimize the backslash logic in the path traversal.
Wilco Baan Hofman
1
-24
/
+9
2010-06-20
Fix error in logic, making recursion work past the first level.
Wilco Baan Hofman
1
-1
/
+1
2010-06-20
Add fetch function for GPO which fetches all relevant files from the sysvol s...
Wilco Baan Hofman
6
-5
/
+307
2010-06-20
Add getinheritance and setinheritance to net gpo util and library.
Wilco Baan Hofman
3
-9
/
+158
2010-06-20
Implemented delete group policy link function and corresponding feature in ne...
Wilco Baan Hofman
2
-3
/
+107
2010-06-20
Changed add_gplink to set_gplink, so we can change gPLink options as well.
Wilco Baan Hofman
3
-15
/
+24
2010-06-20
Add add gPLink function and corresponding net gpo linkadd call.
Wilco Baan Hofman
3
-49
/
+141
2010-06-20
Rename files to reflect the libpolicy naming convention. Also fix the GNU mak...
Wilco Baan Hofman
7
-6
/
+9
2010-06-20
Rename libgpo to lib/policy to avoid confusion with samba3 and add waf build
Wilco Baan Hofman
10
-9
/
+30
2010-06-20
Add old functionality back which was removed in commit 589a42e2.
Wilco Baan Hofman
3
-3
/
+22
2010-06-20
Add gpo list function for listing applicable GPO's for users/machines.
Wilco Baan Hofman
3
-38
/
+322
2010-06-20
Add gPLink and getgpo functionality to net gpo.
Wilco Baan Hofman
3
-67
/
+437
2010-06-20
Created net gpo and new libgpo for samba 4. This adds the init function which...
Wilco Baan Hofman
12
-671
/
+301
2010-06-20
pydsdb: Mark all SamDB and Schema methods that are in pydsdb as
Jelmer Vernooij
4
-32
/
+32
2010-06-20
testparm: Check netbios name and workgroup characters and length.
Jelmer Vernooij
2
-16
/
+38
2010-06-20
provision: Properly cancel transactions on the secrets ldb.
Jelmer Vernooij
1
-122
/
+131
2010-06-20
selftest: Use scripted testparm.
Jelmer Vernooij
2
-3
/
+4
2010-06-20
pyparam: Support Loadparm.get(p, "global")
Jelmer Vernooij
1
-52
/
+52
2010-06-20
ldb: Add ABI file for use when including ildap in the build.
Jelmer Vernooij
1
-0
/
+224
2010-06-20
testparm: Simplify default option handling.
Jelmer Vernooij
1
-19
/
+14
2010-06-20
pyparam: Allow specifying None as section name to LoadparmContext.get()
Jelmer Vernooij
1
-1
/
+1
2010-06-20
testparm: Fix suppress prompt option.
Jelmer Vernooij
1
-7
/
+5
2010-06-20
testparm: Fix exit value, install.
Jelmer Vernooij
2
-14
/
+21
2010-06-20
s4-python: Add LoadparmService.dump()
Jelmer Vernooij
1
-0
/
+40
2010-06-20
s4-python: Implement LoadParm.dump().
Jelmer Vernooij
2
-1
/
+24
2010-06-20
testparm: Split up functions that do multiple things.
Jelmer Vernooij
1
-40
/
+33
2010-06-20
testparm: Convert to Python.
Jelmer Vernooij
3
-266
/
+204
2010-06-20
s4-python: Remove more unused imports, fix use of sets in upgradehelpers.
Jelmer Vernooij
3
-9
/
+5
2010-06-20
setnttoken: Remove empty utility.
Jelmer Vernooij
2
-34
/
+0
[next]