summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4-smbtorture: handle printservers w/o printers in RPC-SPOOLSS-ACCESS.Günther Deschner2010-06-071-2/+2
* s3-privileges: use LUID defines from lsa IDL.Günther Deschner2010-06-075-36/+26
* Fix bug with incorrect flag values for inherited ace in some cases.Matthew McGillis2010-06-071-0/+5
* 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
* Fix a long-standing bug with async io that would only be triggered by SMB2.Jeremy Allison2010-06-042-5/+129
* s3:build: add shared lib flag for HP-UX compilerBjörn Jacke2010-06-051-1/+3
* s3: fix build on Heimdal based systems like NetBSD5Björn Jacke2010-06-051-3/+3
* 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
* s3-rpcclient: allow to add access_mask in cmd_spoolss_open_printer_ex().Günther Deschner2010-06-051-5/+7
* s4-smbtorture: check error codes in RAP-SAM testsuite.Günther Deschner2010-06-051-0/+2
* Oops. Forgot to re-initialize the aio_ex pointer from sival_ptr.Jeremy Allison2010-06-041-0/+1
* wait_for_aio_completion() should return 0 on non-aio compiled case.Jeremy Allison2010-06-041-1/+1
* Rename req -> smbreq.Jeremy Allison2010-06-041-26/+26
* Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). SimplifiesJeremy Allison2010-06-044-40/+10
* s3-rpc: Create a file with all functions for a internal named pipe.Andreas Schneider2010-06-045-205/+256
* s3-rpc: Seperate rpc_srv_register for plain connection.Andreas Schneider2010-06-045-129/+276
* s3-auth: Moved smbd user functions to a generic place.Andreas Schneider2010-06-044-139/+140
* s3-smbd: Remove unneeded dependency of map_username to globals.c.Andreas Schneider2010-06-043-7/+3
* s3-selftest: do not call main RPC-SPOOLSS testsuite.Günther Deschner2010-06-041-1/+1
* 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
* ѕ3:Makefile: use PIC instead of PIE flags for shared libsBjörn Jacke2010-06-041-4/+4
* Allow us to cope correctly with NT_STATUS_MORE_PROCESSING_REQUIRED when downg...Jeremy Allison2010-06-031-1/+7
* Found by Guenther - fix up our fallback paths from krb5 to NTLMSSP when using...Jeremy Allison2010-06-031-8/+29
* 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-032-1/+45
* s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2().Günther Deschner2010-06-034-67/+45
* s3: Fix the build of the nfsv4 acl codeVolker Lendecke2010-06-031-1/+2
* 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