Age | Commit message (Expand) | Author | Files | Lines |
2012-03-06 | policy/python: Move python binding tests to standard location. | Jelmer Vernooij | 1 | -36/+0 |
2011-11-11 | policy/tests: Fix import of TestCase. | Jelmer Vernooij | 1 | -2/+3 |
2011-11-10 | test: fixed several tests to use samba.tests | Andrew Tridgell | 1 | -2/+2 |
2011-10-27 | replace: Add don't include unistd.h directly and add uid_wrapper. | Andreas Schneider | 1 | -3/+1 |
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 1 | -1/+1 |
2011-08-21 | s4/libpolicy: Install header file. | Jelmer Vernooij | 4 | -8/+6 |
2011-08-03 | s4-policy: Use the correct local directory for stat. | Amitay Isaacs | 1 | -1/+1 |
2011-08-03 | s4-policy: Add python wrapper for ads_to_dir_access_mask() function | Amitay Isaacs | 1 | -2/+17 |
2011-08-03 | s4-policy: Expose gp_ads_to_dir_access_mask() function | Amitay Isaacs | 2 | -1/+2 |
2011-07-26 | policy: Rename to samba-policy to avoid name space clashes. | Jelmer Vernooij | 2 | -5/+5 |
2011-03-30 | s4:lib/policy/gp_ldap.c - make more use of LDB result constants | Matthias Dieter Wallnöfer | 1 | -13/+13 |
2011-03-19 | source4/lib: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+2 |
2011-03-15 | s4-policy: don't make s4 policy.h public | Andrew Tridgell | 1 | -1/+0 |
2011-02-10 | ldb: use #include <ldb.h> for ldb | Andrew Tridgell | 1 | -1/+1 |
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 1 | -1/+1 |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -6/+0 |
2010-10-26 | talloc: change pytalloc-util to be a public library. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 |
2010-10-14 | s4-acl Merge sec_access_check() with se_access_check() from source3/ | Andrew Bartlett | 1 | -1/+1 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -2/+1 |
2010-10-10 | wafsamba: Fix handling of pyembed/pyext. | Jelmer Vernooij | 1 | -1/+2 |
2010-09-13 | s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L... | Matthias Dieter Wallnöfer | 1 | -2/+5 |
2010-09-10 | s4:lib/policy/gp_filesys.c - remove dead code | Matthias Dieter Wallnöfer | 1 | -2/+0 |
2010-08-23 | s4:security Change struct security_token->sids from struct dom_sid * to struc... | Andrew Bartlett | 1 | -1/+1 |
2010-08-18 | s4:security Remove use of user_sid and group_sid from struct security_token | Andrew Bartlett | 1 | -1/+1 |
2010-08-09 | s4-build: use @PACKAGE_VERSION@ in s4 pc.in files | Andrew Tridgell | 1 | -1/+1 |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 3 | -8/+8 |
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 1 | -1/+1 |
2010-06-20 | s4:libpolicy - fix printf output specifiers to suppress warning | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-06-20 | s4:libpolicy - Solaris compatibility fix | Matthias Dieter Wallnöfer | 1 | -1/+5 |
2010-06-20 | libpolicy: Fix the build. | Jelmer Vernooij | 2 | -2/+2 |
2010-06-20 | Add preliminary support for storing changed Group Policies. | Wilco Baan Hofman | 3 | -0/+101 |
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 | 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 | 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 | 3 | -1/+101 |
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 | 3 | -0/+122 |
2010-06-20 | Add gpo create functionality. Also fix gPLink handling bugs | Wilco Baan Hofman | 6 | -18/+473 |
2010-06-20 | Fix mode_t in mkdir. | Wilco Baan Hofman | 1 | -1/+1 |