summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-03-14heimdal_build: fix linkage of asn1_compile and compile_et.Michael Adam1-2/+0
2008-03-14libreplace: add an inet_aton() function that calls inet_pton().Michael Adam6-0/+42
2008-03-14Allow more 'domain' objects when looking for a unqiue SID.Andrew Bartlett1-2/+2
2008-03-14Rework our SAMR test and SAMR server.Andrew Bartlett3-50/+111
2008-03-14Check for Administrator as a Alias (copy&paste bug)Andrew Bartlett1-1/+1
2008-03-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett3-1/+5
2008-03-13build: compile_et also needs inet_aton()Stefan Metzmacher1-0/+1
2008-03-13build: we don't rely on bash yet:-) '==' should be just '='Stefan Metzmacher1-1/+1
2008-03-13fix build of asn1_compile when there is no system inet_aton() function.Michael Adam1-0/+1
2008-03-13configure: when detecting python we should disable pyconfig.hStefan Metzmacher1-0/+2
2008-03-13Rework SAMR functions to avoid gendb_search()Andrew Bartlett1-26/+38
2008-03-13Don't use 'dn', this attribute does not exist with the LDAP backend,Andrew Bartlett1-1/+1
2008-03-13Show why a LookupName fails (help debugging)Andrew Bartlett2-3/+21
2008-03-13Report binding in libnet failure message.Andrew Bartlett1-1/+4
2008-03-13Bail out, rather than segfault on no domain sid.Andrew Bartlett1-2/+3
2008-03-13Correctly normalise records against OpenLDAP.Andrew Bartlett1-1/+1
2008-03-13Don't search the whole tree for the domains's sidAndrew Bartlett1-4/+18
2008-03-13Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett7-6/+49
2008-03-13Don't segfault on invalid objectClass input.Andrew Bartlett1-6/+13
2008-03-13Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett16-67/+655
2008-03-13Update the provision scripts and selftest for LDAPAndrew Bartlett3-9/+19
2008-03-13Don't talloc_free() the UUID before we return.Andrew Bartlett1-1/+4
2008-03-13Upgrade provision-backend to python.Andrew Bartlett3-399/+697
2008-03-12pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()Stefan Metzmacher1-4/+54
2008-03-12pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocksStefan Metzmacher1-2/+2
2008-03-12opendb_tdb: use sys_lease to setup kernel oplocksStefan Metzmacher2-9/+42
2008-03-12ntvfs/sysdep: implement linux kernel oplocks based F_SETLEASEStefan Metzmacher3-0/+233
2008-03-12ntvfs/sysdep: add sys_lease abstraction to later support kernel oplocksStefan Metzmacher3-0/+215
2008-03-12pvfs_open: pass down &f->handle->fd to odb_open_file()Stefan Metzmacher1-31/+30
2008-03-12opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher5-5/+8
2008-03-12ntvfs/cifs: fix the fnum on RAW_RENAME_NTTRANSStefan Metzmacher1-0/+7
2008-03-12pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3Stefan Metzmacher1-1/+10
2008-03-12RAW-RENAME: w2k3 just ignores a NTTRANS-RENAME!Stefan Metzmacher1-15/+50
2008-03-12RAW-STREAMS: do a exit on the session after each sub testsStefan Metzmacher1-0/+2
2008-03-12RAW-STREAMS: do what the comments sayStefan Metzmacher1-3/+5
2008-03-11Added test_nttransrename() to test Metze's new code.Jeremy Allison2-1/+92
2008-03-11RAW-SEARCH: skip RESUME_KEY tests against samba3Stefan Metzmacher1-0/+10
2008-03-11Samba3.2 now passes a lot more tests - remove the S3 specificJeremy Allison1-67/+32
2008-03-11Samba3 now passes the test_raw_oplock_exclusive3 test.Jeremy Allison1-8/+2
2008-03-11pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANSStefan Metzmacher1-0/+3
2008-03-11smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layerStefan Metzmacher1-1/+24
2008-03-11events_signal: pass down the correct siginfo_t struct to the event handlerStefan Metzmacher1-1/+1
2008-03-11libcli/raw: add RAW_RENAME_NTTRANS supportStefan Metzmacher2-1/+38
2008-03-11Test trans2 renames with oplocks. It looks like trans2 renamesJeremy Allison2-0/+110
2008-03-11Fix provision script to work without smb.conf location specified.Andrew Bartlett2-3/+5
2008-03-11Extend testsuite to cover specifying a domain SID.Andrew Bartlett1-1/+1
2008-03-11Make error handling in ldb more consistant.Andrew Bartlett1-1/+4
2008-03-08opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lockStefan Metzmacher1-135/+109
2008-03-08opendb_tdb: correctly initialize modified to falseStefan Metzmacher1-1/+1
2008-03-08we now define PACKAGE_BUGREPORT in config.hStefan Metzmacher1-1/+1