summaryrefslogtreecommitdiff
path: root/source4/lib/policy
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s4:lib/policy/gp_ldap.c - make more use of LDB result constantsMatthias Dieter Wallnöfer1-13/+13
2011-03-19source4/lib: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2011-03-15s4-policy: don't make s4 policy.h publicAndrew Tridgell1-1/+0
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2010-12-08s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell1-1/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-6/+0
2010-10-26talloc: change pytalloc-util to be a public library.Jelmer Vernooij1-1/+1
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-14s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett1-1/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-2/+1
2010-10-10wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij1-1/+2
2010-09-13s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L...Matthias Dieter Wallnöfer1-2/+5
2010-09-10s4:lib/policy/gp_filesys.c - remove dead codeMatthias Dieter Wallnöfer1-2/+0
2010-08-23s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett1-1/+1
2010-08-18s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett1-1/+1
2010-08-09s4-build: use @PACKAGE_VERSION@ in s4 pc.in filesAndrew Tridgell1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell3-8/+8
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-20s4:libpolicy - fix printf output specifiers to suppress warningMatthias Dieter Wallnöfer1-1/+1
2010-06-20s4:libpolicy - Solaris compatibility fixMatthias Dieter Wallnöfer1-1/+5
2010-06-20libpolicy: Fix the build.Jelmer Vernooij2-2/+2
2010-06-20Add preliminary support for storing changed Group Policies.Wilco Baan Hofman3-0/+101
2010-06-20Refactor policy filesystem code.Wilco Baan Hofman1-97/+244
2010-06-20Fix memory allocation with error handling.Wilco Baan Hofman5-21/+135
2010-06-20Code cleanups: GUID generation, lp_dnsdomain instead of lp_realm, missing spa...Wilco Baan Hofman2-9/+6
2010-06-20Set inherit flag type to bool.Wilco Baan Hofman1-1/+1
2010-06-20Fix 'magic' numbers to be strlen(something)Wilco Baan Hofman2-4/+6
2010-06-20Change talloc_steal to strdup because function might not expect it.Wilco Baan Hofman1-5/+5
2010-06-20Add GP ini functions.Wilco Baan Hofman2-2/+134
2010-06-20Remove iconv convenience in used functions, which were deleted in commit f9ca...Wilco Baan Hofman2-3/+0
2010-06-20Add ini parser for GPO's.Wilco Baan Hofman3-2/+17
2010-06-20Add net gpo setacl support. Create gp_set_acl function. Show ACL in net gpo s...Wilco Baan Hofman3-1/+101
2010-06-20Fix set GPT security descriptor to match windows' behaviour.Wilco Baan Hofman1-1/+1
2010-06-20Fix crash when get_gpo_info returns incorrect data.Wilco Baan Hofman2-5/+12
2010-06-20Add preliminary NT ACL support for GPT (GPO on filesystem).Wilco Baan Hofman3-37/+119
2010-06-20samba4: Add python bindings for samba.policy.get_gplink_options.Jelmer Vernooij2-0/+52
2010-06-20policy: Add samba.policy.get_gpo_flags binding.Jelmer Vernooij3-0/+122
2010-06-20Add gpo create functionality. Also fix gPLink handling bugsWilco Baan Hofman6-18/+473
2010-06-20Fix mode_t in mkdir.Wilco Baan Hofman1-1/+1
2010-06-20Optimize the backslash logic in the path traversal.Wilco Baan Hofman1-24/+9
2010-06-20Fix error in logic, making recursion work past the first level.Wilco Baan Hofman1-1/+1
2010-06-20Add fetch function for GPO which fetches all relevant files from the sysvol s...Wilco Baan Hofman5-5/+277
2010-06-20Add getinheritance and setinheritance to net gpo util and library.Wilco Baan Hofman2-0/+65
2010-06-20Implemented delete group policy link function and corresponding feature in ne...Wilco Baan Hofman1-1/+69
2010-06-20Changed add_gplink to set_gplink, so we can change gPLink options as well.Wilco Baan Hofman2-7/+16
2010-06-20Add add gPLink function and corresponding net gpo linkadd call.Wilco Baan Hofman2-47/+89
2010-06-20Rename files to reflect the libpolicy naming convention. Also fix the GNU mak...Wilco Baan Hofman4-4/+6
2010-06-20Rename libgpo to lib/policy to avoid confusion with samba3 and add waf buildWilco Baan Hofman5-0/+671