summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't run the RPC-SAMR-LARGE-DC test multiple timesAndrew Bartlett2009-06-041-1/+1
* s4:torture Make Samba4 build on hosts with an older libnetapiAndrew Bartlett2009-06-042-4/+7
* Note that the delaytime for update has changed betweek w2k3 and w2k8.Jeremy Allison2009-06-031-7/+11
* Fix S3 "make install". Don't build cifs.upcall.c in S4 as there are noJeremy Allison2009-06-031-4/+3
* Make the path to this uglyness complete so people can find the guilty party..Jeremy Allison2009-06-031-1/+1
* Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison2009-06-033-35/+0
* s3: correct check for usleep value boundariesBjörn Jacke2009-06-031-1/+1
* s3:smbd: implement SMB2 WriteStefan Metzmacher2009-06-034-1/+216
* s3:smbd: implement SMB2 ReadStefan Metzmacher2009-06-034-1/+210
* s3:smbd: implement SMB2 FlushStefan Metzmacher2009-06-034-1/+123
* s3:smbd: implement SMB2 CloseStefan Metzmacher2009-06-034-1/+135
* s3:smbd: implement a simple version of SMB2 CreateStefan Metzmacher2009-06-034-1/+277
* s3:smbd: add smbd_smb2_fake_smb_request()Stefan Metzmacher2009-06-033-1/+54
* s3:smbd: return more details in the SMB2 Tree Connect responseStefan Metzmacher2009-06-031-6/+32
* s3:smbd: create a connection_struct in SMB2 Tree ConnectStefan Metzmacher2009-06-034-1/+30
* s3:smbd: create a user_struct for compat in SMB2 Session SetupStefan Metzmacher2009-06-033-1/+19
* s3:smbd: add a lazy mode for conn_new() and conn_free() for SMB2Stefan Metzmacher2009-06-031-0/+15
* s3:smbd: make make_connection_snum() non staticStefan Metzmacher2009-06-032-2/+6
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-0311-86/+96
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-0316-184/+261
* s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-038-22/+29
* s3:smbd: move already_got_session to struct smbd_server_connectionStefan Metzmacher2009-06-034-6/+7
* s3:smbd: move max_recv to struct smbd_server_connectionStefan Metzmacher2009-06-035-21/+22
* s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher2009-06-039-61/+96
* s3:smbd: move pending_auth_data list to struct smbd_server_connectionStefan Metzmacher2009-06-034-32/+37
* s3:torture: fix password timestamp checks on NetBSDBjörn Jacke2009-06-031-1/+1
* selftest: Add script that can take a subunit stream and format it.Jelmer Vernooij2009-06-031-0/+68
* selftest/plain: Allow caller to not specify the number of expectedJelmer Vernooij2009-06-031-1/+5
* selftest: Run tests for Samba4 target in the samba 4 testsuite.Jelmer Vernooij2009-06-031-0/+1
* selftest: Fix target/Samba4 tests.Jelmer Vernooij2009-06-031-2/+3
* Remove empty unit test.Jelmer Vernooij2009-06-031-7/+0
* selftest/README: Fix formatting.Jelmer Vernooij2009-06-031-5/+13
* selftest: Factor generic functionality for buildfarm output into aJelmer Vernooij2009-06-032-35/+88
* Support reporting current time in selftest output.Jelmer Vernooij2009-06-034-7/+32
* selftest: Add subunit output format.Jelmer Vernooij2009-06-032-0/+105
* Rename harness2subunit.pl -> tap2subunit to be consistent with theJelmer Vernooij2009-06-032-1/+1
* README: Fix indentation of bullet point.Jelmer Vernooij2009-06-032-5/+5
* Move findstatic.pl script to top-level.Jelmer Vernooij2009-06-032-70/+0
* s4:torture/libnetapi: fix netapi detectionStefan Metzmacher2009-06-031-3/+7
* s3:smbd: remove old comment, we support SMB2 signing nowStefan Metzmacher2009-06-031-2/+0
* s3:smbd: allow SMB2 only if we don't use security = shareStefan Metzmacher2009-06-031-1/+2
* SMB2-CONNECT: make it possible to specific the max write size via --option=to...Stefan Metzmacher2009-06-031-1/+1
* Move mount.cifs/umount.cifs to the top level and remove the outdated copyJelmer Vernooij2009-06-0212-565/+37
* Support getting gpfs birthtimeVolker Lendecke2009-06-023-0/+82
* Fix unresolved symbol in python messaging module.Jelmer Vernooij2009-06-025-13/+14
* Fix pythonpath so subunit can be found.Jelmer Vernooij2009-06-021-1/+1
* Add support for double type in pidl.Brad Hards2009-06-025-3/+41
* Fix finding the LDB header files in the system in pyldb_util.Jelmer Vernooij2009-06-023-1/+3
* Build modules statically by default, as there still seem to be a lot ofJelmer Vernooij2009-06-021-1/+2
* Fix more unresolved symbols.Jelmer Vernooij2009-06-0214-88/+99