index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-15
pvfs_open: the pvfs_odb_retry structs need to be children of the request
Stefan Metzmacher
1
-2
/
+0
2008-03-15
pvfs_unlink: disable async retries for wildcard deletes
Stefan Metzmacher
1
-0
/
+6
2008-03-15
messaging: fix a valgrind warning on 64bit hosts zero out padding
Stefan Metzmacher
1
-0
/
+2
2008-03-15
Rework memberof handling in slapd.conf (used for OpenLDAP backend)
Andrew Bartlett
2
-25
/
+24
2008-03-14
swig: regenerate _wrap.c files
Stefan Metzmacher
5
-49
/
+49
2008-03-14
swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()
Stefan Metzmacher
1
-2
/
+2
2008-03-14
libreplace: fix samba4 build (by not setting global LIBS).
Michael Adam
2
-3
/
+3
2008-03-14
libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.
Michael Adam
1
-0
/
+4
2008-03-14
heimdal_build: fix linkage of asn1_compile and compile_et.
Michael Adam
1
-2
/
+0
2008-03-14
libreplace: add an inet_aton() function that calls inet_pton().
Michael Adam
6
-0
/
+42
2008-03-14
Allow more 'domain' objects when looking for a unqiue SID.
Andrew Bartlett
1
-2
/
+2
2008-03-14
Rework our SAMR test and SAMR server.
Andrew Bartlett
3
-50
/
+111
2008-03-14
Check for Administrator as a Alias (copy&paste bug)
Andrew Bartlett
1
-1
/
+1
2008-03-14
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
3
-1
/
+5
2008-03-13
build: compile_et also needs inet_aton()
Stefan Metzmacher
1
-0
/
+1
2008-03-13
build: we don't rely on bash yet:-) '==' should be just '='
Stefan Metzmacher
1
-1
/
+1
2008-03-13
fix build of asn1_compile when there is no system inet_aton() function.
Michael Adam
1
-0
/
+1
2008-03-13
configure: when detecting python we should disable pyconfig.h
Stefan Metzmacher
1
-0
/
+2
2008-03-13
Rework SAMR functions to avoid gendb_search()
Andrew Bartlett
1
-26
/
+38
2008-03-13
Don't use 'dn', this attribute does not exist with the LDAP backend,
Andrew Bartlett
1
-1
/
+1
2008-03-13
Show why a LookupName fails (help debugging)
Andrew Bartlett
2
-3
/
+21
2008-03-13
Report binding in libnet failure message.
Andrew Bartlett
1
-1
/
+4
2008-03-13
Bail out, rather than segfault on no domain sid.
Andrew Bartlett
1
-2
/
+3
2008-03-13
Correctly normalise records against OpenLDAP.
Andrew Bartlett
1
-1
/
+1
2008-03-13
Don't search the whole tree for the domains's sid
Andrew Bartlett
1
-4
/
+18
2008-03-13
Rework to have member server 'domains' be CN=NETBIOSNAME
Andrew Bartlett
7
-6
/
+49
2008-03-13
Don't segfault on invalid objectClass input.
Andrew Bartlett
1
-6
/
+13
2008-03-13
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
16
-67
/
+655
2008-03-13
Update the provision scripts and selftest for LDAP
Andrew Bartlett
3
-9
/
+19
2008-03-13
Don't talloc_free() the UUID before we return.
Andrew Bartlett
1
-1
/
+4
2008-03-13
Upgrade provision-backend to python.
Andrew Bartlett
3
-399
/
+697
2008-03-12
pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()
Stefan Metzmacher
1
-4
/
+54
2008-03-12
pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocks
Stefan Metzmacher
1
-2
/
+2
2008-03-12
opendb_tdb: use sys_lease to setup kernel oplocks
Stefan Metzmacher
2
-9
/
+42
2008-03-12
ntvfs/sysdep: implement linux kernel oplocks based F_SETLEASE
Stefan Metzmacher
3
-0
/
+233
2008-03-12
ntvfs/sysdep: add sys_lease abstraction to later support kernel oplocks
Stefan Metzmacher
3
-0
/
+215
2008-03-12
pvfs_open: pass down &f->handle->fd to odb_open_file()
Stefan Metzmacher
1
-31
/
+30
2008-03-12
opendb: pass down a pointer to the fd in odb_open_file()
Stefan Metzmacher
5
-5
/
+8
2008-03-12
ntvfs/cifs: fix the fnum on RAW_RENAME_NTTRANS
Stefan Metzmacher
1
-0
/
+7
2008-03-12
pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3
Stefan Metzmacher
1
-1
/
+10
2008-03-12
RAW-RENAME: w2k3 just ignores a NTTRANS-RENAME!
Stefan Metzmacher
1
-15
/
+50
2008-03-12
RAW-STREAMS: do a exit on the session after each sub tests
Stefan Metzmacher
1
-0
/
+2
2008-03-12
RAW-STREAMS: do what the comments say
Stefan Metzmacher
1
-3
/
+5
2008-03-11
Added test_nttransrename() to test Metze's new code.
Jeremy Allison
2
-1
/
+92
2008-03-11
RAW-SEARCH: skip RESUME_KEY tests against samba3
Stefan Metzmacher
1
-0
/
+10
2008-03-11
Samba3.2 now passes a lot more tests - remove the S3 specific
Jeremy Allison
1
-67
/
+32
2008-03-11
Samba3 now passes the test_raw_oplock_exclusive3 test.
Jeremy Allison
1
-8
/
+2
2008-03-11
pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANS
Stefan Metzmacher
1
-0
/
+3
2008-03-11
smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layer
Stefan Metzmacher
1
-1
/
+24
2008-03-11
events_signal: pass down the correct siginfo_t struct to the event handler
Stefan Metzmacher
1
-1
/
+1
[next]