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