summaryrefslogtreecommitdiffstats
path: root/source4/smbd/service_stream.h
Commit message (Collapse)AuthorAgeFilesLines
* server_id.idl: Bring server_id.idl in commonAndrew Bartlett2011-06-091-1/+1
| | | | | | Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-1/+1
| | | | | | | This avoid symbol and structure conflicts between Samba3 and Samba4, and chooses a less generic name. Andrew Bartlett
* s4-idl: rename s4 server_id.idl to server_id4.idlAndrew Tridgell2011-02-181-1/+1
| | | | | | this avoids a conflict with the new s3 server_id.idl Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* torture: Link against rpc server itself, not service module. (against which ↵Jelmer Vernooij2010-10-111-0/+2
| | | | we can't link).
* s4:smbd: Add tstream to the stream_connection structureSimo Sorce2010-05-261-0/+1
|
* s4:smbd: hold tsocket_addresses on the stream_connectionStefan Metzmacher2009-12-241-0/+3
| | | | metze
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
| | | | metze
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij2008-12-161-1/+1
| | | | the dom_sid). No longer include it from security.idl.
* Fix includes.Jelmer Vernooij2008-10-151-1/+1
|
* smbd: add session_info to struct stream_connectionStefan Metzmacher2008-05-171-0/+6
| | | | | | | | | | | NULL represents an anoymous connection, as that's cheaper than always calling auth_anonymous_session_info(), That means if the caller wants to use the transport layer session_info he should call auth_anonymous_session_info() to create the session info. metze (This used to be commit 3777d0307b346bcf363ab5ad783e802682034a9a)
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f)
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-1/+1
| | | | | | | | | | | uint32_t server_id to struct server_id server_id; which allows a server ID to have an node number. The node number will be zero in non-clustered case. This is the most basic hook needed for clustering, and ctdb. (This used to be commit 2365abaa991d57d68c6ebe9be608e01c907102eb)
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+5
| | | | (This used to be commit 1a16a6f1dfa66499af43a6b88b3ea69a6a75f1fe)
* r12125: make the deferred connection termination the default,Stefan Metzmacher2007-10-101-3/+6
| | | | | | | so that I can remove all the other versions of it metze (This used to be commit 82de98b8e9f3030449225634935a71a3dd7e117c)
* r5195: most events don't need the time of the event, so save a ↵Andrew Tridgell2007-10-101-2/+2
| | | | | | | gettimeofday() call and just use timeval_current() when its actually needed (This used to be commit 236403cc4dc2924ed6a898acae0bb44cc1688dcc)
* r5103: forgot to add two new filesAndrew Tridgell2007-10-101-0/+57
these are the stream server helper functions (This used to be commit 3c5a7650a9730d74503b759bccafbb0fa3bbce78)