pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / source4 / lib / policy / gp_ldap.c
2016-02-06 Günther Deschners4-libgpo: fix gcc6 build warning.
2014-03-05 Garming SamRemove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2011-08-21 Jelmer Vernooijs4/libpolicy: Install header file.
2011-03-30 Matthias Dieter... s4:lib/policy/gp_ldap.c - make more use of LDB result...
2011-02-10 Andrew Tridgellldb: use #include <ldb.h> for ldb
2010-10-14 Andrew Bartletts4-acl Merge sec_access_check() with se_access_check...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-13 Matthias Dieter... s4:SID handling - always encode the SID using "ldap_enc...
2010-08-22 Andrew Bartletts4:security Change struct security_token->sids from...
2010-08-17 Andrew Bartletts4:security Remove use of user_sid and group_sid from...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-06-20 Jelmer Vernooijlibpolicy: Fix the build.
2010-06-20 Wilco Baan HofmanAdd preliminary support for storing changed Group Policies.
2010-06-20 Wilco Baan HofmanFix memory allocation with error handling.
2010-06-20 Wilco Baan HofmanCode cleanups: GUID generation, lp_dnsdomain instead...
2010-06-20 Wilco Baan HofmanSet inherit flag type to bool.
2010-06-20 Wilco Baan HofmanFix 'magic' numbers to be strlen(something)
2010-06-20 Wilco Baan HofmanChange talloc_steal to strdup because function might...
2010-06-20 Wilco Baan HofmanRemove iconv convenience in used functions, which were...
2010-06-20 Wilco Baan HofmanAdd net gpo setacl support. Create gp_set_acl function...
2010-06-20 Wilco Baan HofmanFix crash when get_gpo_info returns incorrect data.
2010-06-20 Wilco Baan HofmanAdd gpo create functionality. Also fix gPLink handling...
2010-06-20 Wilco Baan HofmanAdd fetch function for GPO which fetches all relevant...
2010-06-20 Wilco Baan HofmanAdd getinheritance and setinheritance to net gpo util...
2010-06-20 Wilco Baan HofmanImplemented delete group policy link function and corre...
2010-06-20 Wilco Baan HofmanChanged add_gplink to set_gplink, so we can change...
2010-06-20 Wilco Baan HofmanAdd add gPLink function and corresponding net gpo linka...
2010-06-20 Wilco Baan HofmanRename files to reflect the libpolicy naming convention...