summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* source{3,4}/torture/smbiconv.c(main): fixed file descriptor leak.Slava Semushin2009-05-251-0/+1
* s3-selftest: fix typo.Günther Deschner2009-05-251-2/+2
* s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam2009-05-251-2/+11
* s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam2009-05-251-0/+8
* s3-samr: Fix Bug #6372, usermanager only displaying 1024 groups and aliases.Günther Deschner2009-05-251-0/+12
* s3-selftest: enable RPC-SAMR-LARGE-DC against Samba3.Günther Deschner2009-05-251-1/+1
* s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner2009-05-254-15/+42
* s3-rpcclient: use get_domain_handle() fn in enum domain users & groups.Günther Deschner2009-05-251-12/+10
* Attempt to fix a debian build problemVolker Lendecke2009-05-251-1/+1
* TALLOC_FREE happily lives with a NULL ptr. Tim, please check!Volker Lendecke2009-05-243-48/+16
* Fix a race condition in winbind leading to a panicVolker Lendecke2009-05-241-0/+1
* use epoll for local-wbclient testVolker Lendecke2009-05-241-1/+1
* Don't limit the number of retries in wb_trans.Volker Lendecke2009-05-241-8/+0
* Don't set a timeout deep inside wb_connectVolker Lendecke2009-05-241-5/+0
* Do queueing in wbclient.cVolker Lendecke2009-05-242-46/+59
* Fix closed_fd(): select returning 0 means no fd listeningVolker Lendecke2009-05-241-4/+7
* Fix wb_simple_trans queueingVolker Lendecke2009-05-241-16/+3
* Add "err_on_readability" to writev_sendVolker Lendecke2009-05-243-5/+5
* Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on aJeremy Allison2009-05-221-1/+1
* Test that POSIX open of a directory returns NT_STATUS_FILE_IS_A_DIRECTORY (ER...Jeremy Allison2009-05-221-1/+12
* s3:smbd: implement SMB2 Tree DisconnectStefan Metzmacher2009-05-223-1/+38
* s3:smbd: implement SMB2 Tree ConnectStefan Metzmacher2009-05-225-2/+286
* s3:smbd: SMB2 session ids are 64bit...Stefan Metzmacher2009-05-222-3/+3
* s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam2009-05-221-1/+1
* s3:smbd: implement SMB2 LogoffStefan Metzmacher2009-05-223-1/+47
* Don't steal when we know the ptr will be null. Thanks to Simo forJeremy Allison2009-05-211-2/+1
* Revert the last two commits (fix for #6386). The actual problemJeremy Allison2009-05-211-7/+9
* Ensure all possible uses of indirection through res are checked afterJeremy Allison2009-05-211-6/+6
* Attempt to fix bug #6386 - Samba Panic triggered by Sophos Control Centre.Jeremy Allison2009-05-211-1/+1
* s3 torture: Fix warningTim Prouty2009-05-211-1/+1
* s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patchTim Prouty2009-05-211-1/+1
* s3:smbd: we want to get the next command offset and not set it...Stefan Metzmacher2009-05-211-1/+1
* s3-build: fix the build of ntlm_auth. Bo Yang, please check.Günther Deschner2009-05-211-1/+1
* s3: ignore EPIPE error when winbind finally writes to wb client because clien...Bo Yang2009-05-221-2/+8
* s3: Fix onlinestatus msg to return status of all domain instead of omitting t...Bo Yang2009-05-221-78/+51
* s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...Bo Yang2009-05-223-2/+58
* Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison2009-05-204-75/+243
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-2010-383/+588
* s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher2009-05-203-2/+98
* s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher2009-05-204-1/+221
* s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate responseStefan Metzmacher2009-05-201-0/+3
* s3:smbd: move the callback functions of smbd_smb2_request_reply() closer itselfStefan Metzmacher2009-05-201-42/+42
* s3:smbd: add smbd_smb2_request_done_ex()Stefan Metzmacher2009-05-202-5/+16
* s3:smbd: fix initialized memory in SMB2 responsesStefan Metzmacher2009-05-201-4/+4
* Add a security model to LSA. Similar to the SAMR code - usingJeremy Allison2009-05-201-88/+227
* Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke2009-05-201-5/+1
* s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)Stefan Metzmacher2009-05-204-0/+93
* s3:smbd: allow SMB 2.002 dialect in SMB1 negprotStefan Metzmacher2009-05-203-0/+38
* s3:smbd: add support for SMB2 NegotiateStefan Metzmacher2009-05-204-1/+132
* s3:smbd: make negprot_spnego() non staticStefan Metzmacher2009-05-202-1/+3