summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-repl/working_schema: Ignore some attributes when bulding working schema cacheKamen Mazdrashki2011-03-011-0/+9
| | | | | We don't need all object attributes resolved and converted for a working schema to be functional.
* s4-replicated_objects: Implement a mechanism to relax some attributes conversionKamen Mazdrashki2011-03-011-4/+31
| | | | | | | | during replicated object convert stage. The problem is that we may have loops in schema graph and we can't resolve those loops in just one pass. Ignoring some attributes conversion will allow us to have a functional schema cache that we can use later to resolve all attribute OIDs on another pass
* s3-debug Always use C99 true/false rather than True and FalseAndrew Bartlett2011-03-011-29/+29
| | | | | | | This will help with the merge into the common code. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Mar 1 02:58:55 CET 2011 on sn-devel-104
* s3-build __FUNCTION__ is always available, always use itAndrew Bartlett2011-03-013-5/+5
| | | | This avoids duplication between FUNCTION_NAME and __FUNCTION__
* lib/util/time: Merge time functions from source3/lib/time.cAndrew Bartlett2011-03-013-63/+76
|
* spoolss.idl: align spoolss_DriverFileInfo relative pointer to 4 byteStefan Metzmacher2011-03-011-1/+1
| | | | | | | metze Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 1 02:12:37 CET 2011 on sn-devel-104
* spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the typeStefan Metzmacher2011-02-283-1/+34
| | | | metze
* TODO test/review librpc/ndr: remove align2 hack for relative pointersStefan Metzmacher2011-02-281-5/+1
| | | | metze
* TODO test/review librpc: align nstring and nstring_array to 2 byteStefan Metzmacher2011-02-281-2/+2
| | | | metze
* librpc/ndr: ndr align relative pointers based on the given flagsStefan Metzmacher2011-02-281-0/+26
| | | | | | | We used to do this only for the reverse relative pointers and now we always do it. metze
* TODO test/review librpc/ndr: let ndr_push/pull_DATA_BLOB() look at ↵Stefan Metzmacher2011-02-281-4/+5
| | | | | | LIBNDR_FLAG_REMAINING before LIBNDR_ALIGN_FLAGS metze
* Revert "Fix alignment issues in SPOOLSS "BUFFER" marshalling."Stefan Metzmacher2011-02-281-7/+0
| | | | | | | | This reverts commit 187f695469071d0550613e037b36170facb85460. This is the wrong fix. metze
* Fix compiler warning on casting -1 to uint32.Jeremy Allison2011-02-281-3/+3
|
* Fix some typesJelmer Vernooij2011-02-2824-39/+39
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104
* Fix one more warning introduced by changing the size of ↵Jeremy Allison2011-02-281-1/+1
| | | | | | | UNIX_USER_TOKEN->ngroups from size_t to uint32_t. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Feb 28 22:43:50 CET 2011 on sn-devel-104
* Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from ↵Jeremy Allison2011-02-281-1/+1
| | | | size_t to uint32_t.
* Fix "cast from pointer to integer of different size" warnings on a 64-bit ↵Jeremy Allison2011-02-281-7/+7
| | | | machine.
* ntvfs: Add some missing dependencies on tevent/events.Jelmer Vernooij2011-02-282-4/+5
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 21:57:16 CET 2011 on sn-devel-104
* tevent: Add lib/tevent as include directory.Jelmer Vernooij2011-02-281-0/+1
|
* samba_abi: Generate vscript entries even for ABI versions that didn't introduceJelmer Vernooij2011-02-281-10/+21
| | | | | | | any new symbols. The version entries also appear in the symbol table and removing them (we always add an entry for the current version) breaks the ABI.
* tdb: Use <tdb.h> to include tdb so system headers are found when building ↵Jelmer Vernooij2011-02-287-7/+7
| | | | against system tdb.
* Use <tdb.h> to include tdb, so the system include file gets used when ↵Jelmer Vernooij2011-02-2813-13/+13
| | | | | | building against system tdb.
* tdr: Inline proto header to allow tdr.h to be used as it's a public header. Jelmer Vernooij2011-02-282-5/+39
|
* Use <tevent.h> so the system tevent gets included, if enabled.Jelmer Vernooij2011-02-284-5/+5
|
* Finish the range checking on all FD_SET calls for select().Jeremy Allison2011-02-282-0/+14
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Feb 28 21:10:08 CET 2011 on sn-devel-104
* s3-torture: fix the build of rpc_open_tcp.Günther Deschner2011-02-281-1/+1
| | | | Guenther
* s3-smbd: Pass tevent context to messaging functions.Andreas Schneider2011-02-281-4/+11
| | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon Feb 28 19:00:08 CET 2011 on sn-devel-104
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-2840-94/+186
|
* s3:test: fix smbclient test on older systems (usage of mktemp)Michael Adam2011-02-281-1/+1
| | | | | | | --tmpdir is not a valid option to mktemp on older systems Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 18:12:46 CET 2011 on sn-devel-104
* s3:test: fix registry roundtrip test on older systems (usage of mktemp)Michael Adam2011-02-281-1/+1
| | | | --tmpdir is not a valid option to mktemp on older systems
* nsswitch: Eliminate select from wb_commonVolker Lendecke2011-02-281-28/+27
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Feb 28 17:26:18 CET 2011 on sn-devel-104
* Remove sys_select[_intr]Volker Lendecke2011-02-282-158/+0
|
* tevent: Add a poll backendVolker Lendecke2011-02-285-0/+310
|
* libcli: Eliminate select from smb_readline_replacementVolker Lendecke2011-02-281-7/+5
|
* 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
|