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