summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-05-26s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connectionStefan Metzmacher5-28/+30
2009-05-26s3:smbd: add support for SMB2 signingStefan Metzmacher5-55/+280
2009-05-26s3:smbd: return the correct security mode and capabilities in SMB2 NegotitateStefan Metzmacher1-5/+18
2009-05-26s3:dbwrap_tool: add listkeys operationMichael Adam1-2/+45
2009-05-26s3:dbwrap_tool: remove superfluous command mappingMichael Adam1-1/+0
2009-05-26s3:dbwrap_tool: add "erase" opearationMichael Adam1-6/+42
2009-05-25net: Use samba default command line arguments.Kai Blin11-209/+135
2009-05-25s3 ctags: ignore all proto.h files for tag generationKai Blin1-1/+1
2009-05-25s3:winbind_util: remove trailing spacesMichael Adam1-56/+56
2009-05-25s3:dbwrap_ctdb: fix some function header commentsMichael Adam1-3/+12
2009-05-25source3/utils/log2pcaphex.c(main): fixed file descriptors leak.Slava Semushin1-0/+8
2009-05-25source{3,4}/torture/smbiconv.c(main): fixed file descriptor leak.Slava Semushin1-0/+1
2009-05-25s3-selftest: fix typo.Günther Deschner1-2/+2
2009-05-25s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam1-2/+11
2009-05-25s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam1-0/+8
2009-05-25s3-samr: Fix Bug #6372, usermanager only displaying 1024 groups and aliases.Günther Deschner1-0/+12
2009-05-25s3-selftest: enable RPC-SAMR-LARGE-DC against Samba3.Günther Deschner1-1/+1
2009-05-25s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner4-15/+42
2009-05-25s3-rpcclient: use get_domain_handle() fn in enum domain users & groups.Günther Deschner1-12/+10
2009-05-25Attempt to fix a debian build problemVolker Lendecke1-1/+1
2009-05-24TALLOC_FREE happily lives with a NULL ptr. Tim, please check!Volker Lendecke3-48/+16
2009-05-24Fix a race condition in winbind leading to a panicVolker Lendecke1-0/+1
2009-05-24use epoll for local-wbclient testVolker Lendecke1-1/+1
2009-05-24Don't limit the number of retries in wb_trans.Volker Lendecke1-8/+0
2009-05-24Don't set a timeout deep inside wb_connectVolker Lendecke1-5/+0
2009-05-24Do queueing in wbclient.cVolker Lendecke2-46/+59
2009-05-24Fix closed_fd(): select returning 0 means no fd listeningVolker Lendecke1-4/+7
2009-05-24Fix wb_simple_trans queueingVolker Lendecke1-16/+3
2009-05-24Add "err_on_readability" to writev_sendVolker Lendecke3-5/+5
2009-05-22Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on aJeremy Allison1-1/+1
2009-05-22Test that POSIX open of a directory returns NT_STATUS_FILE_IS_A_DIRECTORY (ER...Jeremy Allison1-1/+12
2009-05-22s3:smbd: implement SMB2 Tree DisconnectStefan Metzmacher3-1/+38
2009-05-22s3:smbd: implement SMB2 Tree ConnectStefan Metzmacher5-2/+286
2009-05-22s3:smbd: SMB2 session ids are 64bit...Stefan Metzmacher2-3/+3
2009-05-22s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam1-1/+1
2009-05-22s3:smbd: implement SMB2 LogoffStefan Metzmacher3-1/+47
2009-05-21Don't steal when we know the ptr will be null. Thanks to Simo forJeremy Allison1-2/+1
2009-05-21Revert the last two commits (fix for #6386). The actual problemJeremy Allison1-7/+9
2009-05-21Ensure all possible uses of indirection through res are checked afterJeremy Allison1-6/+6
2009-05-21Attempt to fix bug #6386 - Samba Panic triggered by Sophos Control Centre.Jeremy Allison1-1/+1
2009-05-21s3 torture: Fix warningTim Prouty1-1/+1
2009-05-21s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patchTim Prouty1-1/+1
2009-05-21s3:smbd: we want to get the next command offset and not set it...Stefan Metzmacher1-1/+1
2009-05-21s3-build: fix the build of ntlm_auth. Bo Yang, please check.Günther Deschner1-1/+1
2009-05-22s3: ignore EPIPE error when winbind finally writes to wb client because clien...Bo Yang1-2/+8
2009-05-22s3: Fix onlinestatus msg to return status of all domain instead of omitting t...Bo Yang1-78/+51
2009-05-22s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...Bo Yang3-2/+58
2009-05-20Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison4-75/+243
2009-05-20s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty10-383/+588
2009-05-20s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher3-2/+98