summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * s3: Add onefs_open.c with code copied verbatim from smbd/open.cTim Prouty2008-12-091-0/+2028
| | | | | | | | | | | | | | This is an intermediate step that makes it much easier to see how the OneFS SMB_VFS_CREATE_FILE implementation diverges from stock samba. The goal is that more common code can be refactored into utility functions.
| * s3: Call fd_close from close_directoryTim Prouty2008-12-091-0/+7
| | | | | | | | | | | | | | | | | | Some implementations of SMB_VFS_CREATE_FILE implementations actually keep an fd open for directories just as files. In this case it is necessary to call fd_close when closing directories. This is safe because fd_close is a no-op when fd == -1, which is true for directory opens originating from open.c (the default SMB_VFS_CREATE_FILE implementation).
| * s3: Refactor calculating path from relative_fid into a separate functionTim Prouty2008-12-092-78/+100
| |
| * s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty2008-12-093-13/+30
| |
| * s3: Make a few open utility functions non-staticTim Prouty2008-12-093-17/+49
| | | | | | | | | | This allows vfs modules that implement SMB_VFS_CREATE_FILE to access some of the useful utility functions.
| * Fix bug #5688 LPQ process is orphaned if socket address parameter is invalidSATOH Fumiyasu2008-12-091-6/+33
| |
| * s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.Günther Deschner2008-12-091-1/+1
| | | | | | | | | | | | Guenther (cherry picked from commit 26139344fd0fac4fdd2a6752628b252fbd9b7450) (cherry picked from commit 866efa63a26f75bbf17cd4bebf639594e2feafba)
| * s4:rpc_server: don't keep half finished dcesrv_connection_contextsStefan Metzmacher2008-12-091-41/+42
| | | | | | | | metze
| * s3-libnet: fix build warning (missing prototype).Günther Deschner2008-12-091-2/+2
| | | | | | | | Guenther
| * s4:rpc_server: initialize rpc server module also for the named pipe caseStefan Metzmacher2008-12-093-33/+49
| | | | | | | | | | | | This fixes bug #5878. metze
| * s3-samr: a level 18 password set needs to set the pwdlastset as well.Günther Deschner2008-12-091-0/+4
| | | | | | | | Guenther
| * s3-srvsvc: fix build warning.Günther Deschner2008-12-091-2/+2
| | | | | | | | Guenther
| * s3: Add support for access based share enumerationTodd Stecher2008-12-084-19/+71
| |
| * Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.Jeremy Allison2008-12-081-1/+1
| | | | | | | | Jeremy.
| * Add wb_trans_send/revcVolker Lendecke2008-12-082-33/+166
| |
| * Add infrastructure to transfer winbindd_request/response asynchronouslyVolker Lendecke2008-12-083-0/+583
| |
| * Simplify async programming a bit with helper routinesVolker Lendecke2008-12-087-31/+43
| | | | | | | | Introduce async_req_is_error() and async_req_simple_recv()
| * Streamline the async_sock API a bitVolker Lendecke2008-12-082-42/+49
| |
| * Add a "bytes_padding" parameter to smb_splice_chainVolker Lendecke2008-12-082-12/+29
| | | | | | | | | | For example open&x and write&x needs the bytes to be aligned relative to the SMB header. In particular for write&x we should not have to move stuff around.
| * Factor out smb_splice_chain(), to be used by chain_reply() in smbdVolker Lendecke2008-12-082-46/+101
| |
| * s4:rpc_server: fix crash bugs in 26200f4fb1db81be7a9da51f317e46405351b170Stefan Metzmacher2008-12-081-7/+13
| | | | | | | | | | | | call->context needs to be valid. metze
| * s4:rpc_server: make it possible for iface->bind() to specify the assoc_group_idStefan Metzmacher2008-12-082-5/+25
| | | | | | | | | | | | This helps the openchange mapiproxy plugin to work correctly. metze
| * Replace some pointless variables in reply_open_pipe_and_X by commentsVolker Lendecke2008-12-071-12/+6
| |
| * Fix nonempty blank linesVolker Lendecke2008-12-073-44/+44
| |
| * Slightly simplify cli_session_setup_ntlmsspVolker Lendecke2008-12-071-10/+2
| | | | | | | | Remove three pointless variables
| * s4:winbind: fill in the correct variable...Stefan Metzmacher2008-12-061-1/+1
| | | | | | | | metze
| * s4:secrets: remove unused structureStefan Metzmacher2008-12-061-7/+0
| | | | | | | | metze
| * RPC-BROWSER: send the correct data in later requestsStefan Metzmacher2008-12-061-0/+2
| | | | | | | | metze
| * s4:torture: add simple RPC-BROWSER testStefan Metzmacher2008-12-063-2/+125
| | | | | | | | metze
| * s4:librpc: add SUBSYSTEM::RPC_NDR_BROWSERStefan Metzmacher2008-12-061-0/+5
| | | | | | | | metze
| * s4:loadparm: start 'browser' rpc_serverStefan Metzmacher2008-12-061-1/+1
| | | | | | | | metze
| * s4:dcesrv_browser: implement dcesrv_BrowserrQueryOtherDomains()Stefan Metzmacher2008-12-061-1/+24
| | | | | | | | metze
| * s4:rpc_server: add dcesrv_browser templateStefan Metzmacher2008-12-063-0/+163
| | | | | | | | metze
| * s4:brwoser.idl: add idl for BrowserrQueryOtherDomains()Stefan Metzmacher2008-12-062-15/+43
| | | | | | | | metze
| * s4:winbind: move setting up the primary_sid into a new function ↵Stefan Metzmacher2008-12-063-7/+46
| | | | | | | | | | | | wbsrv_setup_domains() metze
| * Fix logging to syslogDan Sledz2008-12-051-1/+1
| |
| * Fix bug #5928 - Option --version in testparm does not work.Tomasz Krasuski2008-12-051-1/+1
| |
| * Fix lp_socket_address() prototype.Jeremy Allison2008-12-051-1/+1
| | | | | | | | Jeremy.
| * Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda2008-12-052-4/+17
| |
| * Fix for crash bug freeing a non-malloc'ed buffer if the client sends a ↵Volker Lendecke2008-12-051-0/+7
| | | | | | | | non-encrypted packet with the crypto state set.
| * s3-samr: fix samr_SetUserInfo level 18 server-side.Günther Deschner2008-12-051-16/+46
| | | | | | | | Guenther
| * s4-smbtorture: do full level 18, 21, 23, 24, 25, 26 testing in pwdlastset test.Günther Deschner2008-12-051-75/+33
| | | | | | | | Guenther
| * s4-smbtorture: add support for level 18 and 21 in test_SetUserPass_level_ex.Günther Deschner2008-12-051-20/+73
| | | | | | | | Guenther
| * s4-smbtorture: more tests for RPC-SAMR-PASSWORDS-PWDLASTSET.Günther Deschner2008-12-051-108/+181
| | | | | | | | Guenther
| * s4-smbtorture: add test for setting passwords via samr_UserInfo21.Günther Deschner2008-12-051-1/+134
| | | | | | | | Guenther
| * s4-smbtorture: add test for setting passwords via samr_UserInfo18.Günther Deschner2008-12-052-1/+85
| | | | | | | | Guenther
| * s4-smbtorture: fix build of samr test (bad git merge).Günther Deschner2008-12-051-20/+20
| | | | | | | | Guenther
| * mount.cifs: if mount user not specified use USER environment variableSteve French2008-12-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | smbfs also would use the USER environment variable if the user was not specified on the mount command and no credential file specified, and mount.cifs man page says that we will use this environment variable (in most cases this will not cause a behavior change, because we were doing getuid of the current process which will usually be the same name). Fixes Samba bug #5934 Acked-by: Jeff Layton
| * s3-rpcclient: add setuserinfo to set passwords using level 18,21,23,24,25,26.Günther Deschner2008-12-051-0/+237
| | | | | | | | Guenther
| * s3: store user session key in cli_rpc_pipe_open_noauth().Günther Deschner2008-12-052-0/+8
| | | | | | | | Guenther