Age | Commit message (Expand) | Author | Files | Lines |
2012-11-02 | s3:smbd:smb2: fix a comment typo in the crediting code. | Michael Adam | 1 | -1/+1 |
2012-11-01 | s3:winbindd: use PROTOCOL_LATEST instead of PROTOCOL_SMB2_02 (bug #9175) | Stefan Metzmacher | 1 | -1/+1 |
2012-11-01 | s3:winbindd: disconnection after getting NETWORK_SESSION_EXPIRED (bug #9175) | Stefan Metzmacher | 1 | -0/+11 |
2012-11-01 | s3:winbindd:cache: fix offline logons with cached credentials (bug #9321) | Michael Adam | 1 | -0/+7 |
2012-11-01 | s3-param: Move the options needed for running smbd in the AD DC to loadparm | Andrew Bartlett | 1 | -0/+17 |
2012-10-31 | Add regression test for bug #9329 - Directory listing with SeBackup can crash... | Jeremy Allison | 2 | -8/+64 |
2012-10-30 | s3fs-utils: Free the popt context in smbcacls and smbquotas. | Andreas Schneider | 2 | -0/+4 |
2012-10-30 | s3fs-net: Use talloc for memory allocation. | Andreas Schneider | 1 | -1/+1 |
2012-10-30 | s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug... | Stefan Metzmacher | 1 | -1/+1 |
2012-10-30 | s3: Use file_id_string in file_id_string_tos | Volker Lendecke | 1 | -6/+1 |
2012-10-29 | s3: Fix some nonempty line endings | Volker Lendecke | 1 | -5/+5 |
2012-10-29 | s3:smbd:durable: remove a TODO comment about write time updates | Michael Adam | 1 | -2/+0 |
2012-10-29 | BUG 9326: Fix net ads join message for the dns domain. | Andreas Schneider | 1 | -1/+1 |
2012-10-29 | Fix bug #9329 - Directory listing with SeBackup can crash smbd. | Jeremy Allison | 3 | -1/+37 |
2012-10-27 | source3.selftest: Move last variables to selftesthelpers. | Jelmer Vernooij | 1 | -10/+4 |
2012-10-27 | source3.selftest: Move more variables to be in common. | Jelmer Vernooij | 1 | -6/+1 |
2012-10-27 | source3.selftests.tests: Use common plansmbtorture4testsuite() function. | Jelmer Vernooij | 1 | -56/+50 |
2012-10-27 | source3.selftest.tests: Add suffix for smbclient3/ntlm_auth3. | Jelmer Vernooij | 1 | -23/+23 |
2012-10-27 | source3.selftest.tests: Remove tabs. | Jelmer Vernooij | 1 | -18/+18 |
2012-10-27 | selftesthelpers: Add function for printing smbtorture4 version. | Jelmer Vernooij | 1 | -4/+1 |
2012-10-27 | selftest: Move determining of smbtorture4 options to selftesthelpers. | Jelmer Vernooij | 1 | -1/+1 |
2012-10-27 | selftest/selftesthelpers: Share environment handling for extra smbtorture opt... | Jelmer Vernooij | 1 | -8/+7 |
2012-10-27 | selftest/selftesthelpers.py: Share configuration variable, strip whitespace. | Jelmer Vernooij | 1 | -24/+18 |
2012-10-27 | selftesthelpers: Share code for listing smbtorture4 tests. | Jelmer Vernooij | 1 | -12/+6 |
2012-10-26 | ntlm_auth: Increase debug level if we use config domain name. | Andreas Schneider | 1 | -2/+2 |
2012-10-26 | vfstest: set umask(0) in vfstest | Andrew Bartlett | 1 | -0/+5 |
2012-10-26 | pysmbd: Set umask to 0 during smbd operations | Andrew Bartlett | 1 | -9/+34 |
2012-10-26 | pysmbd: Remember to close files after setting the NT ACL | Andrew Bartlett | 1 | -0/+5 |
2012-10-26 | pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entries | Andrew Bartlett | 1 | -0/+68 |
2012-10-25 | s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_ch... | Michael Adam | 1 | -392/+261 |
2012-10-25 | pysmbd: Fix pysmbd octal mode handling | Andrew Bartlett | 1 | -2/+2 |
2012-10-23 | build(waf): Fix the --with-cluster build | Michael Adam | 1 | -0/+3 |
2012-10-23 | build: Add #define FREEBSD on FreeBSD | Andrew Bartlett | 1 | -0/+1 |
2012-10-23 | lib/replace: Fix detection of prctl | Andrew Bartlett | 1 | -0/+8 |
2012-10-23 | vfs: Fix compilation of ACL support on solaris | Andrew Bartlett | 1 | -2/+4 |
2012-10-22 | waf: Create a libnss_wins.so symlink. | Andreas Schneider | 1 | -0/+1 |
2012-10-20 | s3:rpc_server: avoid a level 0 DEBUG if tstream_npa_connect_recv fails (bug #... | Stefan Metzmacher | 1 | -1/+5 |
2012-10-20 | s3: Fix some blank line endings | Volker Lendecke | 1 | -5/+5 |
2012-10-20 | s3: Use talloc_stackframe in token_contains_name_in_list | Volker Lendecke | 1 | -13/+8 |
2012-10-19 | s3: Remove a call to procid_self() | Volker Lendecke | 1 | -1/+1 |
2012-10-19 | s3: Add "msg_ctx" param to winbindd_register_handlers() | Volker Lendecke | 1 | -12/+13 |
2012-10-19 | s3: Make winbindd_register_handlers static | Volker Lendecke | 2 | -2/+1 |
2012-10-19 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-10-19 | s3: Remove some calls to procid_self | Volker Lendecke | 3 | -9/+11 |
2012-10-19 | s3:smbd:durable: store stat info for disconnected durables and check at recon... | Michael Adam | 1 | -0/+456 |
2012-10-19 | s3:open_files.idl: add stat-info to vfs_default_durable_cookie. | Michael Adam | 1 | -0/+23 |
2012-10-19 | s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect() | Michael Adam | 1 | -1/+0 |
2012-10-19 | s3:smbd/durable: add write_time specific stuff to vfs_default_durable_cookie | Stefan Metzmacher | 1 | -0/+12 |
2012-10-19 | s3:open_files.idl: add write_time specific stuff to vfs_default_durable_cookie | Stefan Metzmacher | 1 | -0/+4 |
2012-10-19 | s3:smbd/durable: update the low level write_time before disconnecting the file. | Stefan Metzmacher | 1 | -0/+19 |