summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-10-31Add regression test for bug #9329 - Directory listing with SeBackup can crash...Jeremy Allison2-8/+64
2012-10-30s3fs-utils: Free the popt context in smbcacls and smbquotas.Andreas Schneider2-0/+4
2012-10-30s3fs-net: Use talloc for memory allocation.Andreas Schneider1-1/+1
2012-10-30s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug...Stefan Metzmacher1-1/+1
2012-10-30s3: Use file_id_string in file_id_string_tosVolker Lendecke1-6/+1
2012-10-29s3: Fix some nonempty line endingsVolker Lendecke1-5/+5
2012-10-29s3:smbd:durable: remove a TODO comment about write time updatesMichael Adam1-2/+0
2012-10-29BUG 9326: Fix net ads join message for the dns domain.Andreas Schneider1-1/+1
2012-10-29Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison3-1/+37
2012-10-27source3.selftest: Move last variables to selftesthelpers.Jelmer Vernooij1-10/+4
2012-10-27source3.selftest: Move more variables to be in common.Jelmer Vernooij1-6/+1
2012-10-27source3.selftests.tests: Use common plansmbtorture4testsuite() function.Jelmer Vernooij1-56/+50
2012-10-27source3.selftest.tests: Add suffix for smbclient3/ntlm_auth3.Jelmer Vernooij1-23/+23
2012-10-27source3.selftest.tests: Remove tabs.Jelmer Vernooij1-18/+18
2012-10-27selftesthelpers: Add function for printing smbtorture4 version.Jelmer Vernooij1-4/+1
2012-10-27selftest: Move determining of smbtorture4 options to selftesthelpers.Jelmer Vernooij1-1/+1
2012-10-27selftest/selftesthelpers: Share environment handling for extra smbtorture opt...Jelmer Vernooij1-8/+7
2012-10-27selftest/selftesthelpers.py: Share configuration variable, strip whitespace.Jelmer Vernooij1-24/+18
2012-10-27selftesthelpers: Share code for listing smbtorture4 tests.Jelmer Vernooij1-12/+6
2012-10-26ntlm_auth: Increase debug level if we use config domain name.Andreas Schneider1-2/+2
2012-10-26vfstest: set umask(0) in vfstestAndrew Bartlett1-0/+5
2012-10-26pysmbd: Set umask to 0 during smbd operationsAndrew Bartlett1-9/+34
2012-10-26pysmbd: Remember to close files after setting the NT ACLAndrew Bartlett1-0/+5
2012-10-26pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entriesAndrew Bartlett1-0/+68
2012-10-25s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_ch...Michael Adam1-392/+261
2012-10-25pysmbd: Fix pysmbd octal mode handlingAndrew Bartlett1-2/+2
2012-10-23build(waf): Fix the --with-cluster buildMichael Adam1-0/+3
2012-10-23build: Add #define FREEBSD on FreeBSDAndrew Bartlett1-0/+1
2012-10-23lib/replace: Fix detection of prctlAndrew Bartlett1-0/+8
2012-10-23vfs: Fix compilation of ACL support on solarisAndrew Bartlett1-2/+4
2012-10-22waf: Create a libnss_wins.so symlink.Andreas Schneider1-0/+1
2012-10-20s3:rpc_server: avoid a level 0 DEBUG if tstream_npa_connect_recv fails (bug #...Stefan Metzmacher1-1/+5
2012-10-20s3: Fix some blank line endingsVolker Lendecke1-5/+5
2012-10-20s3: Use talloc_stackframe in token_contains_name_in_listVolker Lendecke1-13/+8
2012-10-19s3: Remove a call to procid_self()Volker Lendecke1-1/+1
2012-10-19s3: Add "msg_ctx" param to winbindd_register_handlers()Volker Lendecke1-12/+13
2012-10-19s3: Make winbindd_register_handlers staticVolker Lendecke2-2/+1
2012-10-19s3: Fix a typoVolker Lendecke1-1/+1
2012-10-19s3: Remove some calls to procid_selfVolker Lendecke3-9/+11
2012-10-19s3:smbd:durable: store stat info for disconnected durables and check at recon...Michael Adam1-0/+456
2012-10-19s3:open_files.idl: add stat-info to vfs_default_durable_cookie.Michael Adam1-0/+23
2012-10-19s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect()Michael Adam1-1/+0
2012-10-19s3:smbd/durable: add write_time specific stuff to vfs_default_durable_cookieStefan Metzmacher1-0/+12
2012-10-19s3:open_files.idl: add write_time specific stuff to vfs_default_durable_cookieStefan Metzmacher1-0/+4
2012-10-19s3:smbd/durable: update the low level write_time before disconnecting the file.Stefan Metzmacher1-0/+19
2012-10-19s3:smbd/durable: trigger pending write_time updates before disconnecting the ...Stefan Metzmacher1-0/+8
2012-10-19s3:lib: remove unused connections_fetch_entry*() and connections_init()Stefan Metzmacher2-68/+0
2012-10-19s3:smbd: remove unused claim_connection/yield_connectionStefan Metzmacher2-88/+0
2012-10-19s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...Stefan Metzmacher2-19/+0
2012-10-19s3:lib/conn_tdb: implement connections_forall_read() based on smbXsrv_*_globa...Gregor Beck2-38/+95