Age | Commit message (Expand) | Author | Files | Lines |
2011-12-12 | s3:smbd/blocking: pass smbd_server_connection as private_data to received_unl... | Stefan Metzmacher | 1 | -4/+4 |
2011-12-12 | s3:smb2_lock: pass smbd_server_connection as private_data to received_unlock_... | Stefan Metzmacher | 1 | -6/+7 |
2011-12-12 | s4:python/samba/join: set msDS-Behavior-Version to '4' 2008_R2 on the nTDSA o... | Stefan Metzmacher | 1 | -1/+1 |
2011-12-12 | s3-ctdb: fix the build w/o HAVE_CTDB_CONTROL_CHECK_SRVIDS_DECL | Günther Deschner | 1 | -0/+4 |
2011-12-12 | s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx | Stefan Metzmacher | 13 | -25/+22 |
2011-12-12 | s3:smb2_lock: avoid using server_event_context() | Stefan Metzmacher | 1 | -2/+2 |
2011-12-12 | s3:smbd/pipes: avoid passing server_event_context() as event context to np_{r... | Stefan Metzmacher | 4 | -7/+7 |
2011-12-12 | s3:smbd/process: avoid using server_event_context() for the forked echo handler | Stefan Metzmacher | 1 | -3/+3 |
2011-12-12 | s3:smbd/process: avoid using server_event_context() for smbd_deferred_open_ti... | Stefan Metzmacher | 1 | -10/+10 |
2011-12-12 | s3:smbd/oplock: avoid using server_event_context() in add_oplock_timeout_hand... | Stefan Metzmacher | 1 | -3/+3 |
2011-12-12 | s3:smbd/service: avoid using server_event_context() for notify_init() | Stefan Metzmacher | 1 | -1/+1 |
2011-12-12 | s3:smbd/ipc: pass 'state' as mem_ctx to np_read_send() | Stefan Metzmacher | 1 | -1/+1 |
2011-12-12 | s3:smbd/fileio: avoid usage of server_event_context() | Stefan Metzmacher | 1 | -3/+3 |
2011-12-12 | s3:smbd/close: avoid usage of server_event_context() | Stefan Metzmacher | 1 | -1/+1 |
2011-12-12 | s3:smbd/blocking: avoid usage of server_event_context() | Stefan Metzmacher | 1 | -3/+3 |
2011-12-12 | s3:smbd: remember the event context on smbd_server_connection | Stefan Metzmacher | 3 | -1/+3 |
2011-12-12 | s3:smbd: pass down smbd_server_connection via smbd_echo_state | Stefan Metzmacher | 1 | -4/+5 |
2011-12-12 | s3:smbd: remove references to the global smbd_server_conn | Stefan Metzmacher | 1 | -2/+2 |
2011-12-12 | s3:smbd: make struct pending_message_list private | Stefan Metzmacher | 2 | -14/+14 |
2011-12-12 | s3:smbd: remember the smbd_server_connection on pending_message_list | Stefan Metzmacher | 2 | -4/+7 |
2011-12-12 | HEIMDAL: Supply krb5_context to _krb5_internal_hmac to allow logging | Andrew Bartlett | 1 | -6/+6 |
2011-12-12 | s4-torture Do not use a fixed password for forest trust tests | Andrew Bartlett | 1 | -7/+13 |
2011-12-12 | s4-torture cope with servers earlier than Windows 2008 | Andrew Bartlett | 1 | -0/+5 |
2011-12-12 | s4-torture Modify rpc.lsa.forest.trust test to progress further FL Win2003 R2 | Andrew Bartlett | 1 | -3/+9 |
2011-12-12 | s4-torture: Fix comment | Andrew Bartlett | 1 | -1/+1 |
2011-12-12 | testsuite: Remove unused and unlikely to be revived DejaGNU tests | Andrew Bartlett | 13 | -907/+0 |
2011-12-12 | s4-lsarpc handle more info levels in SetInfoTrustedDomain calls | Andrew Bartlett | 12 | -22/+73 |
2011-12-12 | torture: do not reuse bindings between pipes | Andrew Bartlett | 1 | -6/+10 |
2011-12-12 | s4-lsarpc Fix segfaults found by the samba4.rpc.lsa.forest test | Andrew Bartlett | 3 | -15/+18 |
2011-12-12 | s3:smbd: call sub_set_socket_ids() in smbd_process() again | Stefan Metzmacher | 1 | -0/+18 |
2011-12-12 | tdb2: don't use TDB2 versions of test tdb files. | Rusty Russell | 10 | -10/+3 |
2011-12-12 | vfs: Make function pointer names consistent. They all end in _fn | Richard Sharpe | 53 | -1297/+1305 |
2011-12-10 | s3/doc: document the ignore system acls option of vfs_acl_xattr and vfs_acl_tdb | Björn Jacke | 2 | -6/+40 |
2011-12-09 | tevent: tevent_schedule_immediate never fails | Volker Lendecke | 1 | -1/+0 |
2011-12-09 | s4:libcli/smb2: mark a request as error if we can't ship it | Stefan Metzmacher | 1 | -0/+2 |
2011-12-09 | s4:libcli/raw: mark a request as error if we can't ship it | Stefan Metzmacher | 1 | -0/+2 |
2011-12-09 | s3-dbwrap: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2011-12-09 | s4:dsdb/common/util.c - test LDB result against LDB_SUCCESS as we are always ... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-12-09 | s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errors | Kai Blin | 2 | -0/+17 |
2011-12-09 | s4 dns: Add test to prove two updates in one packet are a FORMERR | Kai Blin | 1 | -0/+18 |
2011-12-09 | s4 dns: More explicitly use the first question of an update packet only | Kai Blin | 1 | -1/+1 |
2011-12-09 | s4 dns: Get rid of const qualifier for prereqs, we do need to allocate those | Kai Blin | 2 | -6/+6 |
2011-12-09 | Revert "Install (platform-independent) python scripts to the PYTHONDIR rather... | Jelmer Vernooij | 1 | -1/+1 |
2011-12-09 | Add 'make pep8' target. | Jelmer Vernooij | 2 | -0/+11 |
2011-12-08 | Add test for PEP8 - currently all errors are ignored, but we warn about them ... | Jelmer Vernooij | 1 | -0/+50 |
2011-12-08 | Add pep8. | Jelmer Vernooij | 2 | -0/+1365 |
2011-12-08 | testtools: Update to new upstream revision. | Jelmer Vernooij | 11 | -46/+750 |
2011-12-08 | pyldb: Add more docstrings. | Jelmer Vernooij | 1 | -7/+12 |
2011-12-08 | samba.drs_utils: Use new style classes and exceptions, fix formatting of docs... | Jelmer Vernooij | 1 | -13/+19 |
2011-12-08 | samba.kcc_utils: Fix formatting to match PEP8, make pydoctor happy. | Jelmer Vernooij | 1 | -246/+214 |