Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-06 | libcli/smb move FILE_TYPE constants in common | Andrew Bartlett | 1 | -3/+1 | |
This allows us to remove another _SAMBA_BUILD_ conditional Andrew Bartlett | |||||
2011-05-02 | libcli/named_pipe_auth: add forward declaration in npa_tstream.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-04-06 | tstream: make npa_tstream a private library | Andrew Tridgell | 1 | -4/+5 | |
this prevents symbol duplication of the npa_tstream symbols Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-10 | libcli/named_pipe_auth Change from 'info3' to auth_session_info_transport | Andrew Bartlett | 2 | -90/+62 | |
This changes the structure being used to convey the current user state from the netlogon-derived 'netr_SamInfo3' structure to a purpose-built structure that matches the internals of the Samba auth subsystem and contains the final group list, as well as the final privilege set and session key. These previously had to be re-created on the server side of the pipe each time. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-02-10 | libcli/named_pipe_auth Remove support for unused levels 0-2. | Andrew Bartlett | 1 | -160/+83 | |
The only client and server for this code uses level 3 exclusively. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-11-09 | raw.h is only needed in the S4 build | Volker Lendecke | 1 | -0/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 9 14:49:14 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -4/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-09-10 | s3/s4:libcli/tstream - add more "char *" casts in order to suppress Solaris ↵ | Matthias Dieter Wallnöfer | 1 | -12/+12 | |
warnings | |||||
2010-06-21 | libcli/named_pipe_auth: fix error handling in _tstream_npa_connect_recv() | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-06-21 | libcli/named_pipe_auth: fix memory handling for temporary data | Stefan Metzmacher | 1 | -5/+6 | |
In a tevent_req based function tevent_req_create() should be the first function! If it fails it's the only reason, why the function could every return NULL. And all temporary data belongs to 'state' and gets free'ed by tevent_req_received() in the _recv function. metze | |||||
2010-06-21 | s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support it | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Please don't use this in common code parts until we change the policy regarding it. | |||||
2010-06-14 | Fix warning messages about unused result of talloc_move. We're really ↵ | Jeremy Allison | 1 | -3/+3 | |
talloc_steal'ing here. | |||||
2010-06-07 | named_pipe_auth Always lower case the incoming pipe name | Andrew Bartlett | 1 | -1/+7 | |
Windows connects to an upper case NETLOGON pipe, and we can't find the socket to connect to until we lower case the name. Andrew Bartlett | |||||
2010-05-26 | named_pipe_auth: implement tstream_npa_accept_existing_send/recv | Simo Sorce | 2 | -0/+521 | |
Pair-programmed-with: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2 | -6/+2 | |
2010-04-28 | libcli/named_pipe_auth: we need to hide length of the message mode header ↵ | Stefan Metzmacher | 1 | -1/+12 | |
from the caller metze | |||||
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 | |
we won't be using the mk -> wscript generator again | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+9 | |
2009-09-18 | libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipe | Stefan Metzmacher | 2 | -22/+32 | |
metze | |||||
2009-05-10 | Fix an unitialized variable warning | Volker Lendecke | 1 | -0/+3 | |
2009-05-04 | libcli: Fix shadowed name in header also | Tim Prouty | 1 | -1/+1 | |
2009-05-04 | libcli: Fix shadowed variable warning | Tim Prouty | 1 | -2/+2 | |
2009-05-01 | libcli/named_pipe_auth: add tstream_npa_connect_send/recv() | Stefan Metzmacher | 3 | -0/+1122 | |
Add a tstream client implemenation for the named pipe auth code. This supports byte and message mode. metze |