summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-05pidl Fix samba4.pidl.typelist test after addition of 'double'Andrew Bartlett1-0/+1
2009-06-04clikrb5: Prefer krb5_free_keytab_entry_contents to krb5_kt_free_entry.Jelmer Vernooij1-3/+8
2009-06-04s3:smbd: ignore NTCREATEX_OPTIONS_SYNC_ALERT and NTCREATEX_OPTIONS_ASYNC_ALER...Stefan Metzmacher1-0/+4
2009-06-04s3:smbd: call set_current_service() when a SMB2 tcon will be usedStefan Metzmacher1-0/+5
2009-06-04s3:smbd: fix potential fsp leak if print_fsp_open() failsStefan Metzmacher1-0/+1
2009-06-04libwbclient: Attempt to fix build on AIXKai Blin7-0/+7
2009-06-04s3: map NetBSD's errno on posix open calls for symlinksBjörn Jacke1-0/+3
2009-06-04Change smbd_smb2_request_error() to add a __location__.Jeremy Allison3-10/+13
2009-06-04nss_wrapper: remove getgrouplist from nwrap_ops table.Günther Deschner1-72/+64
2009-06-04gitignore: remove traces of source4/libcli/auth.Günther Deschner1-1/+0
2009-06-04s4-smbtorture: fix comment in RPC-SAMR-LARGE-DC test.Günther Deschner1-3/+3
2009-06-04nsstest: Relicense header file to LGPLv3+Kai Blin1-8/+12
2009-06-04Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.Jeremy Allison3-9/+75
2009-06-04Increase tevent version for tevent_req_notify_callback()Volker Lendecke2-2/+2
2009-06-04Add tevent_req_notify_callbackVolker Lendecke2-4/+13
2009-06-04nss_wrapper: call the nwrap_files_*() from nwrap_files_*_r()Stefan Metzmacher1-9/+7
2009-06-04Only err on readability if writev_send was explicitly asked to do soVolker Lendecke1-1/+1
2009-06-04nss_wrapper: more coherence tests for group membership.Günther Deschner1-4/+58
2009-06-04nss_wrapper: add coherency tests for get{gr,pw}{nam,id}.Günther Deschner1-11/+75
2009-06-04nss_wrapper: refactor test_nwrap_membership_user() in testsuite.Günther Deschner1-14/+24
2009-06-04nss_wrapper: make full talloced copies of struct passwd and group in testsuite.Günther Deschner1-5/+37
2009-06-04s4:torture Cut the RPC-SAMR-LARGE-DC test down to sizeAndrew Bartlett1-7/+16
2009-06-04s4:torture assert that we get a Mailslot allocated before we dereferenceAndrew Bartlett1-0/+2
2009-06-04socket_wrapper Cope with SOCK_CLOEXEC and SOCK_NONBLOCK flagsAndrew Bartlett1-4/+16
2009-06-04changed the auth path to use extended DN ops to avoid non-indexed searchesAndrew Tridgell3-92/+91
2009-06-04fixed ldb rename now that we have unique indexesAndrew Tridgell1-30/+11
2009-06-04add gendb_search_single_extended_dn()Andrew Tridgell2-0/+103
2009-06-04add NT_STATUS_HAVE_NO_MEMORY_AND_FREE()Andrew Tridgell1-0/+9
2009-06-04Don't run the RPC-SAMR-LARGE-DC test multiple timesAndrew Bartlett1-1/+1
2009-06-04s4:torture Make Samba4 build on hosts with an older libnetapiAndrew Bartlett2-4/+7
2009-06-03Note that the delaytime for update has changed betweek w2k3 and w2k8.Jeremy Allison1-7/+11
2009-06-03Fix S3 "make install". Don't build cifs.upcall.c in S4 as there are noJeremy Allison1-4/+3
2009-06-03Make the path to this uglyness complete so people can find the guilty party..Jeremy Allison1-1/+1
2009-06-03Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison3-35/+0
2009-06-03s3: correct check for usleep value boundariesBjörn Jacke1-1/+1
2009-06-03s3:smbd: implement SMB2 WriteStefan Metzmacher4-1/+216
2009-06-03s3:smbd: implement SMB2 ReadStefan Metzmacher4-1/+210
2009-06-03s3:smbd: implement SMB2 FlushStefan Metzmacher4-1/+123
2009-06-03s3:smbd: implement SMB2 CloseStefan Metzmacher4-1/+135
2009-06-03s3:smbd: implement a simple version of SMB2 CreateStefan Metzmacher4-1/+277
2009-06-03s3:smbd: add smbd_smb2_fake_smb_request()Stefan Metzmacher3-1/+54
2009-06-03s3:smbd: return more details in the SMB2 Tree Connect responseStefan Metzmacher1-6/+32
2009-06-03s3:smbd: create a connection_struct in SMB2 Tree ConnectStefan Metzmacher4-1/+30
2009-06-03s3:smbd: create a user_struct for compat in SMB2 Session SetupStefan Metzmacher3-1/+19
2009-06-03s3:smbd: add a lazy mode for conn_new() and conn_free() for SMB2Stefan Metzmacher1-0/+15
2009-06-03s3:smbd: make make_connection_snum() non staticStefan Metzmacher2-2/+6
2009-06-03s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher11-86/+96
2009-06-03s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher16-184/+261
2009-06-03s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher8-22/+29
2009-06-03s3:smbd: move already_got_session to struct smbd_server_connectionStefan Metzmacher4-6/+7