summaryrefslogtreecommitdiff
path: root/source4/lib/policy
Commit message (Expand)AuthorAgeFilesLines
* s4-lib-policy: fix type of enumUri Simchoni2017-11-221-1/+1
* s4-lib/policy: remove some dead prototypesGünther Deschner2017-05-101-2/+0
* waf: disable-python - don't build samba-policyIan Stakenvicius2017-03-101-1/+2
* s4-libgpo: fix gcc6 build warning.Günther Deschner2016-02-061-6/+0
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-053-50/+200
* gpo: Fix CID 1034880 Resource leakVolker Lendecke2013-11-111-2/+1
* gpo: Fix CID 1034881 Resource leakVolker Lendecke2013-11-111-0/+1
* s4-policy: Fix memory leaks in push_recursive().Andreas Schneider2013-02-221-14/+26
* policy/python: Move python binding tests to standard location.Jelmer Vernooij2012-03-061-36/+0
* policy/tests: Fix import of TestCase.Jelmer Vernooij2011-11-111-2/+3
* test: fixed several tests to use samba.testsAndrew Tridgell2011-11-101-2/+2
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-271-3/+1
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* s4/libpolicy: Install header file.Jelmer Vernooij2011-08-214-8/+6
* s4-policy: Use the correct local directory for stat.Amitay Isaacs2011-08-031-1/+1
* s4-policy: Add python wrapper for ads_to_dir_access_mask() functionAmitay Isaacs2011-08-031-2/+17
* s4-policy: Expose gp_ads_to_dir_access_mask() functionAmitay Isaacs2011-08-032-1/+2
* policy: Rename to samba-policy to avoid name space clashes.Jelmer Vernooij2011-07-262-5/+5
* s4:lib/policy/gp_ldap.c - make more use of LDB result constantsMatthias Dieter Wallnöfer2011-03-301-13/+13
* source4/lib: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4-policy: don't make s4 policy.h publicAndrew Tridgell2011-03-151-1/+0
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-081-1/+1
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-6/+0
* talloc: change pytalloc-util to be a public library.Jelmer Vernooij2010-10-261-1/+1
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett2010-10-141-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-2/+1
* wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij2010-10-101-1/+2
* s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L...Matthias Dieter Wallnöfer2010-09-131-2/+5
* s4:lib/policy/gp_filesys.c - remove dead codeMatthias Dieter Wallnöfer2010-09-101-2/+0
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-231-1/+1
* s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-181-1/+1
* s4-build: use @PACKAGE_VERSION@ in s4 pc.in filesAndrew Tridgell2010-08-091-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-163-8/+8
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* s4:libpolicy - fix printf output specifiers to suppress warningMatthias Dieter Wallnöfer2010-06-201-1/+1
* s4:libpolicy - Solaris compatibility fixMatthias Dieter Wallnöfer2010-06-201-1/+5
* 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
* 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
* Add ini parser for GPO's.Wilco Baan Hofman2010-06-203-2/+17