summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | socket_wrapper: make pcap code more portableStefan Metzmacher2008-03-171-39/+40
| * | Don't require users of credentials.h to have krb5.h and gssapi.hAndrew Bartlett2008-03-174-11/+24
| * | pvfs_open: set h->have_opendb_entry directly after odb_open_file()Stefan Metzmacher2008-03-151-2/+2
| * | pvfs_open: the pvfs_odb_retry structs need to be children of the requestStefan Metzmacher2008-03-151-2/+0
| * | pvfs_unlink: disable async retries for wildcard deletesStefan Metzmacher2008-03-151-0/+6
| * | messaging: fix a valgrind warning on 64bit hosts zero out paddingStefan Metzmacher2008-03-151-0/+2
| * | Rework memberof handling in slapd.conf (used for OpenLDAP backend)Andrew Bartlett2008-03-152-25/+24
| * | swig: regenerate _wrap.c filesStefan Metzmacher2008-03-145-49/+49
| * | swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()Stefan Metzmacher2008-03-141-2/+2
| * | libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2008-03-142-3/+3
| * | libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam2008-03-141-0/+4
| * | heimdal_build: fix linkage of asn1_compile and compile_et.Michael Adam2008-03-141-2/+0
| * | libreplace: add an inet_aton() function that calls inet_pton().Michael Adam2008-03-146-0/+42
| * | Allow more 'domain' objects when looking for a unqiue SID.Andrew Bartlett2008-03-141-2/+2
| * | Rework our SAMR test and SAMR server.Andrew Bartlett2008-03-143-50/+111
| * | Check for Administrator as a Alias (copy&paste bug)Andrew Bartlett2008-03-141-1/+1
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-03-143-1/+5
| |\ \
| | * | build: compile_et also needs inet_aton()Stefan Metzmacher2008-03-131-0/+1
| | * | build: we don't rely on bash yet:-) '==' should be just '='Stefan Metzmacher2008-03-131-1/+1
| | * | fix build of asn1_compile when there is no system inet_aton() function.Michael Adam2008-03-131-0/+1
| | * | configure: when detecting python we should disable pyconfig.hStefan Metzmacher2008-03-131-0/+2
| | |/
| * / Rework SAMR functions to avoid gendb_search()Andrew Bartlett2008-03-131-26/+38
| |/
| * Don't use 'dn', this attribute does not exist with the LDAP backend,Andrew Bartlett2008-03-131-1/+1
| * Show why a LookupName fails (help debugging)Andrew Bartlett2008-03-132-3/+21
| * Report binding in libnet failure message.Andrew Bartlett2008-03-131-1/+4
| * Bail out, rather than segfault on no domain sid.Andrew Bartlett2008-03-131-2/+3
| * Correctly normalise records against OpenLDAP.Andrew Bartlett2008-03-131-1/+1
| * Don't search the whole tree for the domains's sidAndrew Bartlett2008-03-131-4/+18
| * 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