summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* s4:lib/registry/ldb.c - refactor "reg_path_to_ldb"Matthias Dieter Wallnöfer2010-07-011-19/+21
* s4:lib/registry/ldb.c - use "ldb_path" rather than "ldap_path" as LDB key var...Matthias Dieter Wallnöfer2010-07-011-14/+14
* s4:lib/registry/ldb.c - "ldb_add_key" - fix talloc handlingMatthias Dieter Wallnöfer2010-07-011-8/+14
* s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/Stefan Metzmacher2010-06-308-7680/+0
* s4:ldb/python: make it possible to run tests standaloneStefan Metzmacher2010-06-308-3/+22
* ldb:ldb_map_outbound.c - "ldb_parse_tree_collect_attrs" - remove unneeded ret...Matthias Dieter Wallnöfer2010-06-291-2/+0
* ldb:ldb_modules.c - "ldb_dso_load_symbol" - remove unneeded caste before "dlsym"Matthias Dieter Wallnöfer2010-06-291-2/+1
* s4:ldb - "ldb_dn_update_components" - fix free of invalid DN partsMatthias Dieter Wallnöfer2010-06-291-4/+3
* ldb:ldb_dn.c - "ldb_dn_set_extended_component" - free the linearized string w...Matthias Dieter Wallnöfer2010-06-291-2/+4
* s4:ldb_dn.c - make the code parts which free extended components consistentMatthias Dieter Wallnöfer2010-06-291-9/+7
* ldb:ldb_dn - "ldb_dn_explode" - move the "dn->comp_num" initalisation upwards...Matthias Dieter Wallnöfer2010-06-291-3/+3
* s4:secrets Ensure secrets.ldb uses the same hooks as the rest of SambaAndrew Bartlett2010-06-291-6/+10
* s4:lib/registry/ldb.c - add a missing braceMatthias Dieter Wallnöfer2010-06-281-1/+1
* s4:lib/registry/ldb.c - fix memory handling in "ldb_open_key"Matthias Dieter Wallnöfer2010-06-281-1/+4
* s4:lib/ldb/registry.c - handle the classname in the right wayMatthias Dieter Wallnöfer2010-06-281-1/+8
* s4:lib/registry/ldb.c - remove really useless "local_ctx"Matthias Dieter Wallnöfer2010-06-281-8/+2
* s4:lib/registry/ldb.c - retrieve the classname correctly in "ldb_get_subkey_b...Matthias Dieter Wallnöfer2010-06-281-7/+6
* s4:lib/registry/ldb.c - change the "ldb_get_value" implementation to use the ...Matthias Dieter Wallnöfer2010-06-281-20/+17
* Implementation of self membership validated right.Nadezhda Ivanova2010-06-281-5/+103
* ldb: Fix a wrong changetype in unit testMatthieu Patou2010-06-251-1/+1
* s4:lib/registry/ldb.c - cosmetic - fix commentMatthias Dieter Wallnöfer2010-06-251-1/+1
* s4:lib/registry/ldb.c - cosmetic - wrap linesMatthias Dieter Wallnöfer2010-06-251-3/+2
* s4-ldb: use CHECK_XSLTPROC_MANPAGES()Andrew Tridgell2010-06-241-1/+1
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-242-2/+2
* s4/ldb: ldb_msg_el_map_remote() should rename the remote attribute names into...Endi S. Dewata2010-06-241-1/+15
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-231-8/+8
* s4/dsdb-test: fix usage commentKamen Mazdrashki2010-06-221-2/+2
* smbtorture: Add history support to shell mode.James Peach2010-06-211-0/+5
* s4:registry/regf.c - add some casts to suppress build warnings on SolarisMatthias Dieter Wallnöfer2010-06-201-2/+2
* s4:registry/rpc.c - fix Solaris warnings by castsMatthias Dieter Wallnöfer2010-06-201-4/+4
* 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
* s4:ldap.py - test subtree deletes through a new testcaseMatthias Dieter Wallnöfer2010-06-201-0/+48
* ldb:controls - add the "TREE_DELETE" control for allowing subtree deletesMatthias Dieter Wallnöfer2010-06-202-0/+34
* ldb:ldb.h - add classifications to the control declarationsMatthias Dieter Wallnöfer2010-06-201-7/+13
* ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"Matthias Dieter Wallnöfer2010-06-201-12/+19
* ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and "py_l...Matthias Dieter Wallnöfer2010-06-201-19/+28
* Revert "s4:ldb-samba: fix the build without a system ldb"Stefan Metzmacher2010-06-201-5/+0
* s4:ldb: only do ABI checking for the standalone build for nowStefan Metzmacher2010-06-201-12/+24
* 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