summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4-smbtorture: test workstation auth as well in RPC-SPOOLSS-ACCESS.Günther Deschner2010-06-071-2/+34
* s4:ldb python bindings - implement comparison on Python LDB Message objectsMatthieu Patou2010-06-071-2/+38
* s4: Remove an uselessly exposed controlMatthieu Patou2010-06-071-1/+0
* s4-smbtorture: handle printservers w/o printers in RPC-SPOOLSS-ACCESS.Günther Deschner2010-06-071-2/+2
* s4:password_hash LDB module - adapt the module to the new "ldb_msg_remove_att...Matthias Dieter Wallnöfer2010-06-061-17/+6
* ldb:ldb_msg_remove_attr - provide a better implementationMatthias Dieter Wallnöfer2010-06-061-2/+3
* s4:samldb LDB module - this codepart isn't needed due to the objectclass LDB ...Matthias Dieter Wallnöfer2010-06-061-13/+0
* s4:get_last_structural_class - only real structural classes can be candidates...Matthias Dieter Wallnöfer2010-06-061-1/+1
* s4:ldap.py - enhance the RDN name test to show that invalid "name" attributes...Matthias Dieter Wallnöfer2010-06-061-1/+3
* s4:rdn_name LDB module - use "ldb_msg_remove_attr" for deleting attributesMatthias Dieter Wallnöfer2010-06-061-4/+2
* s4:rdn_name LDB module - remove "rdn_name_find_attribute"Matthias Dieter Wallnöfer2010-06-061-15/+2
* s4:dsdb/common/util.c - provide a better implementation of the "samdb_msg_add...Matthias Dieter Wallnöfer2010-06-061-28/+90
* ldb:ltdb_filter_attrs - fix a counter variable typeMatthias Dieter Wallnöfer2010-06-061-2/+3
* s4:ldap_server/ldap_backend.c - send back also the extended error message if ...Matthias Dieter Wallnöfer2010-06-061-18/+39
* s4:ridalloc LDB module - add more "talloc_free"s where usefulMatthias Dieter Wallnöfer2010-06-061-0/+3
* s4:acl LDB module - fix counter types where appropriateMatthias Dieter Wallnöfer2010-06-061-2/+4
* s4:descriptor LDB module - cosmetic fixupMatthias Dieter Wallnöfer2010-06-061-4/+4
* s4:urgent_replication.py - specify the "dnsRoot" attribute which is requested...Matthias Dieter Wallnöfer2010-06-061-0/+1
* s4:ldap.py - make sure that also the "posixuser" will be deleted on test brea...Matthias Dieter Wallnöfer2010-06-061-0/+1
* s4:provision - fix typo in substitution variableMatthias Dieter Wallnöfer2010-06-062-2/+2
* s4-smbtorture: make RPC-SPOOLSS-ACCESS more compatible with older samba relea...Günther Deschner2010-06-051-6/+9
* s4-smbtorture: remove another incarnation of test_ClosePrinter.Günther Deschner2010-06-051-19/+0
* s4-smbtorture: add RPC-SPOOLSS-ACCESS.Günther Deschner2010-06-054-2/+754
* s4-smbtorture: share test_ClosePrinter between RPC-SPOOLSS and RPC-SPOOLSS-WIN.Günther Deschner2010-06-052-26/+3
* s4-smbtorture: check error codes in RAP-SAM testsuite.Günther Deschner2010-06-051-0/+2
* s4-smbtorture: completely rework RPC-SPOOLSS-PRINTER.Günther Deschner2010-06-042-326/+521
* s4-smbtorture: rework order of test in RPC-SPOOLSS-PRINTSERVER a bit.Günther Deschner2010-06-041-3/+3
* s4-smbtorture: convert RPC-SPOOLSS into a torture suite.Günther Deschner2010-06-032-83/+212
* s4-smbtorture: allow to call single tests from a testcase in a testsuiteGünther Deschner2010-06-031-0/+10
* libreplace: Fix readline build with libedit.James Peach2010-06-031-0/+38
* s4-smbtorture: move PrintProcessors winreg test to main RPC-SPOOLSS test.Günther Deschner2010-06-031-7/+2
* s4-smbtorture: add test_PrintProcessors_winreg.Günther Deschner2010-06-031-0/+71
* s4-smbtorture: refactor test_EnumPrintProcessors().Günther Deschner2010-06-031-35/+54
* s4-smbtorture: only test data up to a length of 9 bytes in test_SetPrinterDat...Günther Deschner2010-06-031-1/+1
* s4:ldb_msg_element_compare - fix typo in commentMatthias Dieter Wallnöfer2010-06-021-1/+1
* s4:lib/ldb/pyldb_util.c - add a cast to quiet a warningMatthias Dieter Wallnöfer2010-06-021-1/+1
* s4-smbtorture: skip driverName and printerName DsSpooler tests for now.Günther Deschner2010-06-011-2/+2
* s4-smbtorture: Make sure RPC-SPOOLSS and RPC-SPOOLSS-PRINTER pass against s3.Günther Deschner2010-06-011-0/+37
* s4: check the sacl and dacl pointers on the old sdAnatoliy Atanasov2010-06-011-2/+2
* s4-configure: Fix typo in comment.Karolin Seeger2010-06-011-1/+1
* s4-heimdal: Fix typo in comment.Karolin Seeger2010-06-011-1/+1
* s4-cracknames: Fix typo in debug message.Karolin Seeger2010-06-011-1/+1
* s4:ntlmssp Use common code for ntlmssp_sign.cAndrew Bartlett2010-06-012-508/+2
* s4:ntlmssp Use the new common ntlmssp.hAndrew Bartlett2010-06-011-117/+1
* s4:ntlmssp Merge ntlmssp structures with version from source3/Andrew Bartlett2010-06-012-74/+21
* pyldb_util: Remove dependency on LIBPYTHON - it's already thereJelmer Vernooij2010-05-311-2/+1
* s4:samldb LDB module - start on a sequential trigger implementationMatthias Dieter Wallnöfer2010-05-311-10/+26
* ldb:ldb_msg_add_steal_string - prevent also there the addition of strings wit...Matthias Dieter Wallnöfer2010-05-311-0/+5
* s4:dsdb_load_udv_v1 - "uint32_t" counter type fits better than "unsigned int"Matthias Dieter Wallnöfer2010-05-311-1/+1
* Revert "ldb: Remove Samba-specific symbols."Simo Sorce2010-05-311-0/+5