summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Eliminate select from libaddnsVolker Lendecke2011-02-281-13/+11
|
* s3: Eliminate sys_select from do_smb_resolve() -- untestedVolker Lendecke2011-02-281-14/+3
|
* s3: Eliminate sys_select from do_smb_browse() -- untestedVolker Lendecke2011-02-281-14/+4
|
* s3: Eliminate sys_select_intr from smbfilterVolker Lendecke2011-02-281-17/+43
|
* s3: Remove unused receive_packetStefan Metzmacher2011-02-282-34/+0
|
* s3: Eliminate sys_select_intr from read_fd_with_timeoutVolker Lendecke2011-02-281-12/+7
|
* s3: Eliminiate sys_select_intr from client.cVolker Lendecke2011-02-281-10/+6
|
* s3: Add poll_intr_one_fdVolker Lendecke2011-02-282-0/+18
|
* s3: Add sys_poll_intrVolker Lendecke2011-02-282-0/+27
|
* s3: Eliminate sys_select from g_lock_lockVolker Lendecke2011-02-281-11/+31
|
* s3: Eliminate sys_select from fd_is_readableVolker Lendecke2011-02-281-10/+4
|
* s3: Eliminate select from packet_fd_read_syncVolker Lendecke2011-02-283-19/+16
|
* s3: Add poll_one_fd()Volker Lendecke2011-02-282-0/+28
|
* s3: Remove select-based s3 event backendVolker Lendecke2011-02-282-119/+0
|
* s3: Use poll in nmbdVolker Lendecke2011-02-281-102/+113
|
* s3: Use poll in winbindVolker Lendecke2011-02-281-22/+29
|
* s3: Use poll in smbdVolker Lendecke2011-02-282-20/+23
|
* s3: Use poll for the event loopVolker Lendecke2011-02-282-13/+272
|
* s3: Add sys_pollVolker Lendecke2011-02-282-0/+81
|
* libreplace: poll based on selectVolker Lendecke2011-02-286-1/+183
|
* s3: Add timeval_to_msecVolker Lendecke2011-02-282-0/+6
|
* s3:msg_idmap: The solaris cc compiler does not like unnamed unions as struct ↵Michael Adam2011-02-281-13/+13
| | | | | | | members - fix the build Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 16:39:15 CET 2011 on sn-devel-104
* s3: fix the waf build after adding smbd/msg_idmap.cMichael Adam2011-02-281-1/+1
|
* s3: Survive an idle child that was killedChristian Ambach2011-02-281-0/+6
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Feb 28 14:53:20 CET 2011 on sn-devel-104
* s3: smbcontrol to notify smbd about idmap changesGregor Beck2011-02-286-1/+265
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104
* s3: add functions to remove entries from idmap cacheGregor Beck2011-02-282-0/+120
|
* s3: add functions to remove entries from idmap memcacheGregor Beck2011-02-282-0/+55
|
* s3: add functions to flush the idmap memcacheGregor Beck2011-02-282-0/+16
|
* WHATSNEW: document removed parameter "idmap alloc backend"Michael Adam2011-02-281-0/+1
|
* WHATSNEW: document new nfs quota backend for linuxMichael Adam2011-02-281-0/+9
|
* s3: Fix a typoVolker Lendecke2011-02-271-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 20:14:20 CET 2011 on sn-devel-104
* s3: Fix a commentVolker Lendecke2011-02-271-1/+1
|
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-278-52/+50
|
* s3: Use strndup in parse_nss_paramVolker Lendecke2011-02-271-13/+2
|
* s3: properly find our standard nss_info backendsVolker Lendecke2011-02-271-0/+13
| | | | | | Right now, the nss_info backends are tied to the idmap backends (which is wrong IMHO). In the domain child we don't load the idmap backend anymore, so we don't have the nss info modules. This needs fixing properly.
* s3: Fix a debug messageVolker Lendecke2011-02-271-2/+3
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 16:59:19 CET 2011 on sn-devel-104
* s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke2011-02-279-18/+18
| | | | | | | All callers had to cast this anyway Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 11:02:53 CET 2011 on sn-devel-104
* s4/dsdb-util: Use DS_NTDSDSA_OPT_IS_GC flag definitionKamen Mazdrashki2011-02-271-1/+1
| | | | | Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sun Feb 27 00:10:45 CET 2011 on sn-devel-104
* s4/tests: Include 'replica_sync' test in S4 test suiteKamen Mazdrashki2011-02-271-0/+1
|
* s4/drs-test: Remove unused importsKamen Mazdrashki2011-02-273-25/+0
|
* s4/drs-test: remove netReplicateCmd test from 'deleted object' test caseKamen Mazdrashki2011-02-271-10/+4
| | | | | | | DCs synchronization is moved to the test case setUp method as there is no guarantee for the order of execution of tests in a test case - thus netReplicateCmd may be executed after ReplicateDeleteOjbect test
* s4/drs-tests: Disable replication during 'deleted object' testKamen Mazdrashki2011-02-271-17/+10
| | | | | | | This allows us to remove the patch that prevents the test failure. Also pass 'forced' flag to samba-tool drs replicate command, otherwise DsReplicaSync will fail with 'replication not permitted' error
* s4/drs-tests: Move enable/disable replication methods to DrsBase class so we ↵Kamen Mazdrashki2011-02-272-12/+11
| | | | can re-use them
* s4-drepl: Schedule event to trigger replication rather than calling ↵Kamen Mazdrashki2011-02-271-2/+5
| | | | | | | | | | run_pending_ops directly Executing dreplsrv_run_pending_ops() directly may cause a segfault as in case of failure, the _drepl_replica_sync_done_cb() callback gets called *before* drepl_replica_sync() returns. In such case, irpc message gets freed twice - once when irpc_send_reply() gets called and once when drepl_replica_sync() returns
* s4-drepl: Fix replica sync callback to really store last error rather than ↵Kamen Mazdrashki2011-02-271-1/+1
| | | | last success
* s4-drepl: Refactor dreplsrv_run_pull_ops() toKamen Mazdrashki2011-02-271-16/+33
| | | | | | | | | | 1. Take into account DSA options - we should not send replication requests in case OUTBOUND_REPLICATION is disabled 2. Use replication flags for the operation to determine if a forced replication is requested 3. In case outbound replication is disabled and we don't have DRSUAPI_DRS_SYNC_FORCED flag set, then we should record WERR_DS_DRA_SINK_DISABLED error as a last replication result
* s4-drepl: Pass replication options from DsReplicaSync callKamen Mazdrashki2011-02-274-5/+12
|
* s3: Improve a dbg msg in aio_forkVolker Lendecke2011-02-261-4/+7
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 26 17:42:37 CET 2011 on sn-devel-104
* nss_wrapper: Fix a segfault when libnss_winbind.so is not loadableVolker Lendecke2011-02-261-2/+11
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 26 13:19:01 CET 2011 on sn-devel-104
* nss_wrapper: Make nwrap_module_init a bit more readableVolker Lendecke2011-02-261-5/+9
|