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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-05
s3:smbd: split smbd_smb2_read() into tevent_req based *_send()/_recv() functions
Stefan Metzmacher
1
-61
/
+148
2009-06-05
s3:smbd: make smbd_server_connection_terminate() a macro
Stefan Metzmacher
2
-3
/
+11
2009-06-05
s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...
Stefan Metzmacher
4
-30
/
+23
2009-06-05
s3:smbd: add support for printers to SMB2 Create
Stefan Metzmacher
1
-38
/
+41
2009-06-05
source3/torture/vfstest.c(process_file): fixed file descriptor leak.
Slava Semushin
1
-0
/
+4
2009-06-05
Fix a couple of warnings in log2pcaphex.c
Volker Lendecke
1
-8
/
+12
2009-06-05
Fix bug 6392: Exit log2pcaphex if a requested output file can't be opened
Volker Lendecke
1
-0
/
+1
2009-06-05
fixed handling of change notify buffer overruns
Andrew Tridgell
1
-2
/
+9
2009-06-05
pidl Fix samba4.pidl.typelist test after addition of 'double'
Andrew Bartlett
1
-0
/
+1
2009-06-04
clikrb5: Prefer krb5_free_keytab_entry_contents to krb5_kt_free_entry.
Jelmer Vernooij
1
-3
/
+8
2009-06-04
s3:smbd: ignore NTCREATEX_OPTIONS_SYNC_ALERT and NTCREATEX_OPTIONS_ASYNC_ALER...
Stefan Metzmacher
1
-0
/
+4
2009-06-04
s3:smbd: call set_current_service() when a SMB2 tcon will be used
Stefan Metzmacher
1
-0
/
+5
2009-06-04
s3:smbd: fix potential fsp leak if print_fsp_open() fails
Stefan Metzmacher
1
-0
/
+1
2009-06-04
libwbclient: Attempt to fix build on AIX
Kai Blin
7
-0
/
+7
2009-06-04
s3: map NetBSD's errno on posix open calls for symlinks
Björn Jacke
1
-0
/
+3
2009-06-04
Change smbd_smb2_request_error() to add a __location__.
Jeremy Allison
3
-10
/
+13
2009-06-04
nss_wrapper: remove getgrouplist from nwrap_ops table.
Günther Deschner
1
-72
/
+64
2009-06-04
gitignore: remove traces of source4/libcli/auth.
Günther Deschner
1
-1
/
+0
2009-06-04
s4-smbtorture: fix comment in RPC-SAMR-LARGE-DC test.
Günther Deschner
1
-3
/
+3
2009-06-04
nsstest: Relicense header file to LGPLv3+
Kai Blin
1
-8
/
+12
2009-06-04
Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
Jeremy Allison
3
-9
/
+75
2009-06-04
Increase tevent version for tevent_req_notify_callback()
Volker Lendecke
2
-2
/
+2
2009-06-04
Add tevent_req_notify_callback
Volker Lendecke
2
-4
/
+13
2009-06-04
nss_wrapper: call the nwrap_files_*() from nwrap_files_*_r()
Stefan Metzmacher
1
-9
/
+7
2009-06-04
Only err on readability if writev_send was explicitly asked to do so
Volker Lendecke
1
-1
/
+1
2009-06-04
nss_wrapper: more coherence tests for group membership.
Günther Deschner
1
-4
/
+58
2009-06-04
nss_wrapper: add coherency tests for get{gr,pw}{nam,id}.
Günther Deschner
1
-11
/
+75
2009-06-04
nss_wrapper: refactor test_nwrap_membership_user() in testsuite.
Günther Deschner
1
-14
/
+24
2009-06-04
nss_wrapper: make full talloced copies of struct passwd and group in testsuite.
Günther Deschner
1
-5
/
+37
2009-06-04
s4:torture Cut the RPC-SAMR-LARGE-DC test down to size
Andrew Bartlett
1
-7
/
+16
2009-06-04
s4:torture assert that we get a Mailslot allocated before we dereference
Andrew Bartlett
1
-0
/
+2
2009-06-04
socket_wrapper Cope with SOCK_CLOEXEC and SOCK_NONBLOCK flags
Andrew Bartlett
1
-4
/
+16
2009-06-04
changed the auth path to use extended DN ops to avoid non-indexed searches
Andrew Tridgell
3
-92
/
+91
2009-06-04
fixed ldb rename now that we have unique indexes
Andrew Tridgell
1
-30
/
+11
2009-06-04
add gendb_search_single_extended_dn()
Andrew Tridgell
2
-0
/
+103
2009-06-04
add NT_STATUS_HAVE_NO_MEMORY_AND_FREE()
Andrew Tridgell
1
-0
/
+9
2009-06-04
Don't run the RPC-SAMR-LARGE-DC test multiple times
Andrew Bartlett
1
-1
/
+1
2009-06-04
s4:torture Make Samba4 build on hosts with an older libnetapi
Andrew Bartlett
2
-4
/
+7
2009-06-03
Note that the delaytime for update has changed betweek w2k3 and w2k8.
Jeremy Allison
1
-7
/
+11
2009-06-03
Fix S3 "make install". Don't build cifs.upcall.c in S4 as there are no
Jeremy Allison
1
-4
/
+3
2009-06-03
Make the path to this uglyness complete so people can find the guilty party..
Jeremy Allison
1
-1
/
+1
2009-06-03
Fix bug #2356 - smbclient -t <term code> no longer works.
Jeremy Allison
3
-35
/
+0
2009-06-03
s3: correct check for usleep value boundaries
Björn Jacke
1
-1
/
+1
2009-06-03
s3:smbd: implement SMB2 Write
Stefan Metzmacher
4
-1
/
+216
2009-06-03
s3:smbd: implement SMB2 Read
Stefan Metzmacher
4
-1
/
+210
2009-06-03
s3:smbd: implement SMB2 Flush
Stefan Metzmacher
4
-1
/
+123
2009-06-03
s3:smbd: implement SMB2 Close
Stefan Metzmacher
4
-1
/
+135
2009-06-03
s3:smbd: implement a simple version of SMB2 Create
Stefan Metzmacher
4
-1
/
+277
2009-06-03
s3:smbd: add smbd_smb2_fake_smb_request()
Stefan Metzmacher
3
-1
/
+54
2009-06-03
s3:smbd: return more details in the SMB2 Tree Connect response
Stefan Metzmacher
1
-6
/
+32
[next]