summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-232-59/+75
* s4-smbtorture: fix eventlog getinformation test.Günther Deschner2009-02-211-4/+4
* Let --enable-external-libldb default to no (since linking againstJelmer Vernooij2009-02-212-4/+5
* Add --enable-external-* flags for libraries shipped with Samba, to allowJelmer Vernooij2009-02-212-5/+26
* s4 torture: Add comment to clarify testZack Kirsch2009-02-201-0/+3
* Moved become_daemon() and close_low_fds() to shared util libSteven Danneman2009-02-201-1/+1
* Added torture tests to RAW-NOTIFYSteven Danneman2009-02-201-2/+150
* s4:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher2009-02-191-1/+1
* s4 torture: Add new test to create a file with a lot of streamsTim Prouty2009-02-181-0/+45
* s4 torture: Add additional streams create disposition testTim Prouty2009-02-181-0/+20
* s4-smbtorture: enable spoolss_AddPrinterDriverEx ndr test.Günther Deschner2009-02-181-1/+1
* s4:netlogon: don't mix in and out negotiate_flags in dcesrv_netr_ServerAuthen...Stefan Metzmacher2009-02-181-3/+4
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2009-02-188-11/+69
|\
| * Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell2009-02-185-1/+47
| * fixed some of the TLS problemsAndrew Tridgell2009-02-183-10/+22
* | paper over failure to reprovision with os.unlink()Andrew Bartlett2009-02-181-1/+2
|/
* s4-smbtorture: fix spoolss test after count out,ref idl changes.Günther Deschner2009-02-173-10/+38
* s4-spoolss: fix spoolss server after out,ref count pointer changes.Günther Deschner2009-02-172-15/+14
* s4-spoolss: fix dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx server.Günther Deschner2009-02-171-5/+6
* s4-smbtorture: fix spoolss notify test.Günther Deschner2009-02-171-14/+14
* s4:netlogon: implement netr_LogonGetCapabilities with NT_STATUS_NOT_IMPLEMENTEDStefan Metzmacher2009-02-161-4/+5
* s4:netlogon: always return correct negotiate_flags in Authenticate[2|3]()Stefan Metzmacher2009-02-161-1/+31
* s4-smbtorture: fix test_PausePrinter and test_ResumePrinter.Günther Deschner2009-02-141-8/+24
* s4 torture: Add rename test to imitate the way OS X renames filesAravind Srinivasan2009-02-131-0/+83
* Fix the build. When you do "make distclean; ./autogen; ./configure; make" and...Jeremy Allison2009-02-131-0/+4
* s4:configure: require the same version for external and internal libteventStefan Metzmacher2009-02-131-1/+1
* s4:lib/socket: add socket_address_copy()Stefan Metzmacher2009-02-132-0/+35
* s4:ldb_ildap: remove compiler warningsStefan Metzmacher2009-02-131-4/+9
* s4:libcli/ldap: use const char * const *attributes as in all other placesStefan Metzmacher2009-02-132-2/+2
* s4:ntvfs_generic: use talloc_get_type() to remote compiler warningsStefan Metzmacher2009-02-131-3/+5
* s4:torture/samba3rpc: fix the build after get_myname() changesStefan Metzmacher2009-02-131-3/+3
* Remove the s4 version of smbspool.cVolker Lendecke2009-02-131-353/+0
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-132-4/+4
* Remove useless invocation of messaging_init() in RPC-PAC testAndrew Bartlett2009-02-131-9/+0
* Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett2009-02-138-63/+122
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-1322-110/+230
* Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke2009-02-121-1/+3
* Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke2009-02-121-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-02-125-18/+579
|\
| * s4-smbtorture: fix the build of the ndr spoolss tester.Günther Deschner2009-02-111-4/+4
| * s4-spoolss: fix rpc_server stub names for opnum 0x42 and 0x43.Günther Deschner2009-02-111-6/+6
| * s4 torture: Smbtorture additions for Windows BRLZack Kirsch2009-02-112-5/+568
| * s4 torture: Two minor fixes to smbtorture BRL tests.Zack Kirsch2009-02-112-3/+1
* | Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij2009-02-121-0/+10
* | Use created loadparm context, rather than the one specified on the command-line.Jelmer Vernooij2009-02-121-2/+2
* | Catch specific exceptions, rather than catching everything, which might hide ...Jelmer Vernooij2009-02-111-3/+3
|/
* Use convenience function for finding setup dir in SaMDB tests.Jelmer Vernooij2009-02-111-2/+2
* Use convenience function for finding setup_dir based on location ofJelmer Vernooij2009-02-114-5/+23
* Move some samdb-specific code out of provision.Jelmer Vernooij2009-02-112-6/+10
* Make it possible to override the setup path.Jelmer Vernooij2009-02-111-9/+11