summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-235-30/+16
* s4:kdc Use msDS-SupportedEncTypes in our KDCAndrew Bartlett2010-06-231-30/+54
* s4-smbtorture: Fix test_SetPrinterDataEx_keys and test_SetPrinterDataEx_values.Günther Deschner2010-06-231-6/+6
* s4:operational LDB module - fix a misleading commentMatthias Dieter Wallnöfer2010-06-231-1/+2
* s4:samr RPC server - make use of LDB constants in macrosMatthias Dieter Wallnöfer2010-06-221-7/+7
* s4:password_hash LDB module - fix another problem regarding the lanman hashMatthias Dieter Wallnöfer2010-06-221-13/+16
* s4-smbtorture: add "printerdata_values" test to RPC-SPOOLSS-PRINTER.Günther Deschner2010-06-221-0/+88
* s4-smbtorture: also test keynames with '/' in it in SetPrinterDataEx keyname ...Günther Deschner2010-06-221-1/+8
* s4-smbtorture: activate all keys in SetPrinterData keys test.Günther Deschner2010-06-221-7/+10
* s4-smbtorture: split out a "printerdata_keys" test for RPC-SPOOLSS-PRINTER.Günther Deschner2010-06-221-53/+120
* s4/dsdb-test: fix usage commentKamen Mazdrashki2010-06-221-2/+2
* s4/test: fix DC password in selftest-vars.shKamen Mazdrashki2010-06-221-2/+2
* s4 torture: RAW-SFILEINFO display warning instead of error on unsupported inf...Aravind Srinivasan2010-06-211-4/+24
* smbtorture: Fix missing includes.James Peach2010-06-211-0/+1
* s4 upgradeprovision: fix the logging stuff so that it actually logMatthieu Patou2010-06-211-0/+2
* smbtorture: Fixx off-by-one command line parsing.James Peach2010-06-211-17/+17
* smbtorture: Add "target" command to interactive shell.James Peach2010-06-212-16/+51
* smbtorture: Enhance shell "help" command.James Peach2010-06-211-13/+23
* smbtorture: Add "auth" command to the shell.James Peach2010-06-211-0/+73
* smbtorture: Refactor interactive shell into independent commands.James Peach2010-06-211-26/+154
* smbtorture: Move interactive shell into a separate file.James Peach2010-06-215-61/+107
* smbtorture: Print global options for interactive "list" command.James Peach2010-06-211-1/+3
* smbtorture: Add history support to shell mode.James Peach2010-06-212-1/+13
* smbtorture: Add list command to smbtorture shell.James Peach2010-06-211-36/+94
* s4:dsdb_load_partition_usn - free the right memory context (tmp_ctx)Matthias Dieter Wallnöfer2010-06-211-2/+1
* s4/dsdb: msg_idx->dn should be allocated in msg_idx mem contextKamen Mazdrashki2010-06-211-1/+1
* s4/dsdb: Move schema accessors cleanup in separate functionKamen Mazdrashki2010-06-211-18/+21
* s4/dsdb-schema: Index attributes on msDS-IntId valueKamen Mazdrashki2010-06-213-7/+28
* s4:kdc/db-glue.c - remove unreachable codeMatthias Dieter Wallnöfer2010-06-201-4/+0
* 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:samr RPC server - fix Solaris build warningMatthias Dieter Wallnöfer2010-06-201-3/+3
* s4:registry RPC server - quite some build warnings on SolarisMatthias Dieter Wallnöfer2010-06-201-4/+4
* s4:lsa_lookup.c - fix type argumentMatthias Dieter Wallnöfer2010-06-201-1/+1
* s4:rpc_server/service_rpc.c - fix warnings on SolarisMatthias Dieter Wallnöfer2010-06-201-2/+2
* s4:rpc_server/service_rpc.c - deactivate the 0-length structMatthias Dieter Wallnöfer2010-06-201-0/+2
* 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
* s4:ldap_backend.c - now also the LDAP server supports controls on delete oper...Matthias Dieter Wallnöfer2010-06-201-5/+7
* s4:ldap_backend.c - move function "ldb_mod_req_with_controls" to a better pla...Matthias Dieter Wallnöfer2010-06-201-51/+52
* s4:subtree_delete LDB module - now do support tree delete operationsMatthias Dieter Wallnöfer2010-06-201-9/+45
* s4:dsdb - add a new dsdb delete function which understands the tree delete co...Matthias Dieter Wallnöfer2010-06-203-2/+62
* ldb:controls - add the "TREE_DELETE" control for allowing subtree deletesMatthias Dieter Wallnöfer2010-06-203-0/+54
* ldb:ldb.h - add classifications to the control declarationsMatthias Dieter Wallnöfer2010-06-201-7/+13
* s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer2010-06-202-36/+0
* s4:samldb LDB module - remove "samldb_set_defaultObjectCategory"Matthias Dieter Wallnöfer2010-06-201-78/+0
* s4:ldap_backend.c - add some newlines to make logs easier to readMatthias Dieter Wallnöfer2010-06-201-5/+5
* 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