summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| * Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett2008-03-137-6/+49
| * Don't segfault on invalid objectClass input.Andrew Bartlett2008-03-131-6/+13
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-03-1316-67/+655
| |\
| | * pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()Stefan Metzmacher2008-03-121-4/+54
| | * pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocksStefan Metzmacher2008-03-121-2/+2
| | * opendb_tdb: use sys_lease to setup kernel oplocksStefan Metzmacher2008-03-122-9/+42
| | * ntvfs/sysdep: implement linux kernel oplocks based F_SETLEASEStefan Metzmacher2008-03-123-0/+233
| | * ntvfs/sysdep: add sys_lease abstraction to later support kernel oplocksStefan Metzmacher2008-03-123-0/+215
| | * pvfs_open: pass down &f->handle->fd to odb_open_file()Stefan Metzmacher2008-03-121-31/+30
| | * opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher2008-03-125-5/+8
| | * ntvfs/cifs: fix the fnum on RAW_RENAME_NTTRANSStefan Metzmacher2008-03-121-0/+7
| | * pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3Stefan Metzmacher2008-03-121-1/+10
| | * RAW-RENAME: w2k3 just ignores a NTTRANS-RENAME!Stefan Metzmacher2008-03-121-15/+50
| | * RAW-STREAMS: do a exit on the session after each sub testsStefan Metzmacher2008-03-121-0/+2
| | * RAW-STREAMS: do what the comments sayStefan Metzmacher2008-03-121-3/+5
| * | Update the provision scripts and selftest for LDAPAndrew Bartlett2008-03-133-9/+19
| * | Don't talloc_free() the UUID before we return.Andrew Bartlett2008-03-131-1/+4
| * | Upgrade provision-backend to python.Andrew Bartlett2008-03-133-399/+697
| |/
| * Added test_nttransrename() to test Metze's new code.Jeremy Allison2008-03-112-1/+92
| * RAW-SEARCH: skip RESUME_KEY tests against samba3Stefan Metzmacher2008-03-111-0/+10
| * Samba3.2 now passes a lot more tests - remove the S3 specificJeremy Allison2008-03-111-67/+32
| * Samba3 now passes the test_raw_oplock_exclusive3 test.Jeremy Allison2008-03-111-8/+2
| * pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANSStefan Metzmacher2008-03-111-0/+3
| * smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layerStefan Metzmacher2008-03-111-1/+24
| * events_signal: pass down the correct siginfo_t struct to the event handlerStefan Metzmacher2008-03-111-1/+1
| * libcli/raw: add RAW_RENAME_NTTRANS supportStefan Metzmacher2008-03-112-1/+38
| * Test trans2 renames with oplocks. It looks like trans2 renamesJeremy Allison2008-03-112-0/+110
| * Fix provision script to work without smb.conf location specified.Andrew Bartlett2008-03-112-3/+5
| * Extend testsuite to cover specifying a domain SID.Andrew Bartlett2008-03-111-1/+1
| * Make error handling in ldb more consistant.Andrew Bartlett2008-03-111-1/+4
* | No longer accept VERSION and SO_VERSION in perl code.Jelmer Vernooij2008-03-101-2/+0
* | Move PC_FILE out of the perl code.Jelmer Vernooij2008-03-097-12/+10
* | Remove extra line for partial linkage objects, simplify binary handling.Jelmer Vernooij2008-03-092-4/+5
* | Fix the build, symlinks.Jelmer Vernooij2008-03-092-5/+5
* | Remove unused variables.Jelmer Vernooij2008-03-091-2/+0
* | Move more code out of perl build system.Jelmer Vernooij2008-03-093-11/+12
* | Remove correct libraries.Jelmer Vernooij2008-03-081-2/+1
* | Remove dependency on config.Jelmer Vernooij2008-03-081-2/+1
* | Allow parentheses in commands.Jelmer Vernooij2008-03-081-3/+1
* | Fix dependencies.Jelmer Vernooij2008-03-081-2/+2
* | Fix the build.Jelmer Vernooij2008-03-0821-48/+97
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-0820-33/+25
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-082-137/+111
|\|
| * opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lockStefan Metzmacher2008-03-081-135/+109
| * opendb_tdb: correctly initialize modified to falseStefan Metzmacher2008-03-081-1/+1
| * we now define PACKAGE_BUGREPORT in config.hStefan Metzmacher2008-03-081-1/+1
* | Use make macro for module installation.Jelmer Vernooij2008-03-072-7/+12
* | Use GNU make.Jelmer Vernooij2008-03-072-8/+18
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-076-182/+141
|\|
| * pvfs_open: fix the odb_open_file() callersStefan Metzmacher2008-03-071-16/+8