2011-10-18 |
Wilco Baan Hofman | Fix uninitialized memory problem in group_sids_to_info3...
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | Make sure REG_SZ is properly written to a .reg file...
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | Fix issues addressed by Jelmer:
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | Fix patchfile_dotreg to write proper .reg files: 'hex...
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | Fix registry editor to be compatible with Windows 7.
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | 5 uint32_t's should be set, not 5 bytes.
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | The root key should be created as a root key, not subkey.
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | Do not include the closing doublequote in .reg files.
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | Fix hex():00,00,00 bugs and strtol dword bugs, these...
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | Make sure we write the value stored in value, not line...
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | Make sure that regf only writes to disk every five...
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | Fix .reg file format parsing.
|
commit | commitdiff | tree |
2010-10-03 |
Wilco Baan Hofman | Fix registry parsing of strings to also support the...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add preliminary support for storing changed Group Policies.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Refactor policy filesystem code.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Fix memory allocation with error handling.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add talloc_frees in error cases in net_gpo.c
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Code cleanups: GUID generation, lp_dnsdomain instead...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Set inherit flag type to bool.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Fix 'magic' numbers to be strlen(something)
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Change talloc_steal to strdup because function might...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add GP ini functions.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Remove iconv convenience in used functions, which were...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Fix net gpo list to use the dsdb with extended DN's...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Revert "Add old functionality back which was removed...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add ini parser for GPO's.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add net gpo setacl support. Create gp_set_acl function...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Fix set GPT security descriptor to match windows' behaviour.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Fix crash when get_gpo_info returns incorrect data.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add preliminary NT ACL support for GPT (GPO on filesystem).
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add gpo create functionality. Also fix gPLink handling...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Fix mode_t in mkdir.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Finish net gpo fetch function. Reorder arguments to...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Optimize the backslash logic in the path traversal.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Fix error in logic, making recursion work past the...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add fetch function for GPO which fetches all relevant...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add getinheritance and setinheritance to net gpo util...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Implemented delete group policy link function and correspond...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Changed add_gplink to set_gplink, so we can change...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add add gPLink function and corresponding net gpo linkadd...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Rename files to reflect the libpolicy naming convention...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Rename libgpo to lib/policy to avoid confusion with...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add old functionality back which was removed in commit...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add gpo list function for listing applicable GPO's...
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Add gPLink and getgpo functionality to net gpo.
|
commit | commitdiff | tree |
2010-06-20 |
Wilco Baan Hofman | Created net gpo and new libgpo for samba 4. This adds...
|
commit | commitdiff | tree |
2010-03-29 |
Wilco Baan Hofman | Revert reordering from commit 51bedf939568717424edd7732e1e31...
|
commit | commitdiff | tree |
2010-03-29 |
Wilco Baan Hofman | Revert "s4:registry - util.c - add harder checks for...
|
commit | commitdiff | tree |
2010-03-29 |
Wilco Baan Hofman | Revert "s4:registry - util.c - move the "REG_NONE"...
|
commit | commitdiff | tree |
2010-03-29 |
Wilco Baan Hofman | Revert "s4:registry - util.c - treat unsupported and...
|
commit | commitdiff | tree |
2010-03-29 |
Wilco Baan Hofman | Revert "s4:registry - adaptions for "add memory contexts...
|
commit | commitdiff | tree |
2010-03-29 |
Wilco Baan Hofman | Revert "s4:registry - "util" - make "reg_key_add_abs...
|
commit | commitdiff | tree |
2010-03-29 |
Wilco Baan Hofman | Revert of commit 5b6ad54f43741c0c25b35e44cafe5fed352ff133...
|
commit | commitdiff | tree |
2010-03-29 |
Wilco Baan Hofman | Remove incorrect const, something that was correct...
|
commit | commitdiff | tree |
2010-03-29 |
Wilco Baan Hofman | Revert "s4:registry - "util" - remove "const" from...
|
commit | commitdiff | tree |
2010-01-19 |
Wilco Baan Hofman | Fix unintentional free of the last value when adding...
|
commit | commitdiff | tree |
2009-11-15 |
Wilco Baan Hofman | Fix writing corrupt registries because of hardcoded...
|
commit | commitdiff | tree |
2009-11-15 |
Wilco Baan Hofman | Fix NULL pointer dereference in libgpo when listing...
|
commit | commitdiff | tree |
2009-11-15 |
Wilco Baan Hofman | Fix writing corrupt REG_SZ to the registry.
|
commit | commitdiff | tree |
2009-11-15 |
Wilco Baan Hofman | Fix trailing garbage in the hbin block.
|
commit | commitdiff | tree |
2009-09-26 |
Wilco Baan Hofman | regshell: Add support for 'cd ..' and cd relative to...
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Fix ini parsing in the s3 gpext modules. Fix ini parser...
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Move gpo_ini stuff to the main libgpo. Make gpo_ini...
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Fix Samba 4 Makefile to also clean ../libgpo
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Move some headers around to avoid confusion.
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Move some headers around to avoid confusion.
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Adjust samba 3 to the new gpo API. Still untested code.
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Make the gpo files build for samba 4.
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Mark the places where work needs to be done.
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Add nt_token_check_sid convenience function. Map NT_USER_TOK...
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Add ../libgpo to samba4 srcdir list in rules.mk.
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_se...
|
commit | commitdiff | tree |
2009-04-20 |
Wilco Baan Hofman | Add ads convenience functions to samba 4. Move gpo_ldap...
|
commit | commitdiff | tree |
2008-04-15 |
Wilco Baan Hofman | More patchfile fixes. Write support should work now.
|
commit | commitdiff | tree |
2008-04-15 |
Wilco Baan Hofman | Fix PReg write support.
|
commit | commitdiff | tree |
2008-04-15 |
Wilco Baan Hofman | Fixed the patchfile tests and tidy up the patchfile...
|
commit | commitdiff | tree |
2008-04-14 |
Wilco Baan Hofman | Remove debug stuff.
|
commit | commitdiff | tree |
2008-04-14 |
Wilco Baan Hofman | Add support for security descriptors. Also patched...
|
commit | commitdiff | tree |
2008-04-14 |
Wilco Baan Hofman | Attempt to fix the patchfile_preg backend for big endian...
|
commit | commitdiff | tree |