Age | Commit message (Expand) | Author | Files | Lines |
2012-09-25 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-09-25 | pysmbd: Fix cut&paste errors | Volker Lendecke | 1 | -2/+3 |
2012-09-25 | s3: Slightly simplify is_stat_open | Volker Lendecke | 1 | -3/+2 |
2012-09-25 | s3: Make is_stat_open() a bit more readable | Volker Lendecke | 1 | -4/+7 |
2012-09-25 | s3: Fix indentation of if-expressions | Volker Lendecke | 1 | -2/+3 |
2012-09-25 | client: Fix talloc_stackframe() free order assertion in developer mode | Andrew Bartlett | 1 | -0/+1 |
2012-09-25 | Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in ... | Jeremy Allison | 1 | -0/+7 |
2012-09-24 | build: Fix detection of quotas on macos | Andrew Bartlett | 1 | -1/+1 |
2012-09-24 | s3-pylibsmb: Use Py_RETURN_NONE | Volker Lendecke | 1 | -9/+4 |
2012-09-24 | s3:winbindd fix a compiler warning | Christian Ambach | 1 | -1/+1 |
2012-09-23 | s3:printing only do printing_subsystem_update when printing is enabled | Christian Ambach | 1 | -1/+4 |
2012-09-23 | s3-pylibsmb: Add get_oplock_break | Volker Lendecke | 1 | -0/+120 |
2012-09-23 | s3-pylibsmb: Factor out py_tevent_cond_signal | Volker Lendecke | 1 | -3/+9 |
2012-09-23 | s3-pylibsmb: Reduce the number of warnings | Volker Lendecke | 1 | -14/+32 |
2012-09-23 | s3: Convert cli_oplock_break_waiter to smbXcli | Volker Lendecke | 1 | -5/+18 |
2012-09-23 | s3: Add "readdir" to pylibsmb | Volker Lendecke | 1 | -0/+72 |
2012-09-23 | s3: Fix some nonempty line endings | Volker Lendecke | 1 | -4/+4 |
2012-09-23 | s3-pylibsmb: move py_tevent_req_wait_exc up in the file | Christian Ambach | 1 | -19/+19 |
2012-09-23 | s3-pylibsmb: Factor out py_tevent_cond_wait | Volker Lendecke | 1 | -14/+19 |
2012-09-23 | build: Remove unused define UNIXWARE | Andrew Bartlett | 1 | -2/+1 |
2012-09-23 | lib/replace: Remove unused nap and therefore the SCO define | Andrew Bartlett | 1 | -2/+1 |
2012-09-23 | build: Make waf configure match autoconf for HPUX ACLs | Andrew Bartlett | 1 | -0/+1 |
2012-09-23 | build: Rework waf STAT_ST_BLOCKSIZE to match autoconf, with 512 as the default | Andrew Bartlett | 1 | -6/+13 |
2012-09-23 | lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAM | Andrew Bartlett | 1 | -5/+0 |
2012-09-23 | build: Remove unused IRIX and IRIX6 defines | Andrew Bartlett | 1 | -6/+1 |
2012-09-23 | s3:vfs_fake_acls fix a compiler warning | Christian Ambach | 1 | -1/+1 |
2012-09-22 | s3:winbindd fix a compiler warning | Christian Ambach | 1 | -1/+1 |
2012-09-22 | s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect() | Michael Adam | 1 | -1/+1 |
2012-09-22 | s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only written | Michael Adam | 6 | -8/+0 |
2012-09-22 | s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELED | Stefan Metzmacher | 1 | -14/+2 |
2012-09-22 | s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELED | Stefan Metzmacher | 1 | -18/+0 |
2012-09-22 | s3:smb2_notify: make use of tevent_req_defer_callback() instead of custom tev... | Stefan Metzmacher | 1 | -34/+1 |
2012-09-22 | s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel() | Stefan Metzmacher | 1 | -2/+1 |
2012-09-22 | s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELED | Stefan Metzmacher | 1 | -26/+3 |
2012-09-22 | s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue() | Stefan Metzmacher | 1 | -2/+6 |
2012-09-22 | s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis... | Michael Adam | 2 | -51/+3 |
2012-09-22 | s3:smbd:smb2: add check for session_status for compound requests | Michael Adam | 1 | -3/+3 |
2012-09-22 | s3:smb2_server: do the req->next_status check before the signing checks | Stefan Metzmacher | 1 | -15/+15 |
2012-09-22 | s3:smb2_server: reset req->last_session_id and req->last_tid after using it | Stefan Metzmacher | 1 | -0/+4 |
2012-09-22 | s3: Compound requests should continue processing. | Ira Cooper | 1 | -3/+2 |
2012-09-22 | build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SET | Andrew Bartlett | 3 | -9/+9 |
2012-09-22 | build: Try not build with LDAP if we do not have ldap.h | Andrew Bartlett | 1 | -1/+1 |
2012-09-22 | s3:pdb_ldap remove unused function | Christian Ambach | 1 | -23/+0 |
2012-09-22 | s3:rpcclient fix a compiler warning | Christian Ambach | 1 | -0/+2 |
2012-09-22 | s3:utils/net fix a compiler warning | Christian Ambach | 1 | -1/+1 |
2012-09-21 | s3:smbd: release the share mode lock before calling exit_server() (bug #9191) | Stefan Metzmacher | 1 | -0/+2 |
2012-09-21 | s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supported | Gregor Beck | 1 | -0/+1 |
2012-09-20 | winbind: Extend wbcAuthenticateUserEx to provide PAC | Christof Schmitt | 3 | -6/+153 |
2012-09-20 | vfs: fix acl_blob_get* in vfs_full_audit | David Disseldorp | 1 | -9/+11 |
2012-09-20 | vfs: fix lock logging in vfs_full_audit | David Disseldorp | 1 | -4/+4 |