Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-21 | s3:libsmb: add cli_state_encryption_on() | Stefan Metzmacher | 3 | -1/+8 | |
metze | |||||
2011-07-21 | s3-rpc_server: Pass msg_ctx to make_base_pipes_struct(). | Andreas Schneider | 1 | -1/+1 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Jul 21 21:08:32 CEST 2011 on sn-devel-104 | |||||
2011-07-21 | s3-rpc_server: Create common function to allocate pipes_struct | Simo Sorce | 4 | -68/+76 | |
Avoid code duplication and fix bug where a new pipe was not added to InternalPipes upon creation in make_server_pipes_struct() Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Jul 21 19:50:02 CEST 2011 on sn-devel-104 | |||||
2011-07-21 | s3-rpc_server: Move pipe/handles functions | Simo Sorce | 7 | -281/+282 | |
Put InternalPipes related functions in rpc_handles.c and out of rpc_ncacn_np.c rpc_handles.c is the only file that really uses them after all and ncacn_np.c is the wrong place for that stuff. While ther remove unnecessary wrapper functions now that the InternalPipes static variable is directly accessible. Also move all pipes_struct related header stuff in its own rpc_pipes.h header. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-07-21 | s3-rpc_server: Fixed header define. | Andreas Schneider | 1 | -3/+3 | |
2011-07-21 | s3-rpc_server: Remove unused endpoint information. | Andreas Schneider | 1 | -18/+1 | |
2011-07-21 | s3-rpc_server: We need to copy the session_info for external pipes. | Andreas Schneider | 1 | -1/+6 | |
Andrew please check! | |||||
2011-07-21 | s3-rpc_server: Duplicate the pipe name. | Andreas Schneider | 1 | -1/+8 | |
2011-07-21 | s3-rpc_server: Free the np dir. | Andreas Schneider | 1 | -0/+1 | |
2011-07-21 | s3-rpc_server: Fix messaging context in the pipes struct. | Andreas Schneider | 1 | -1/+4 | |
2011-07-21 | s3-rpc_server: Add my copyright. | Andreas Schneider | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: fix an implicit cast warning in string intialization in ↵ | Michael Adam | 1 | -1/+1 | |
init_globals() Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Jul 21 18:39:15 CEST 2011 on sn-devel-104 | |||||
2011-07-21 | s3:loadparm: add support for P_BYTES to lp_do_parameter() - fix a build warning | Michael Adam | 1 | -0/+15 | |
(taken from s4 loadparm) | |||||
2011-07-21 | s3:loadparm: add support for P_CMDLIST to lp_do_parameter - fix a build warning | Michael Adam | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: add support for P_CMDLIST to lp_save_defaults() - fix build warning | Michael Adam | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: add support for P_BYTES to lp_save_defaults - fix build warning | Michael Adam | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: add support for P_CMDLIST to is_default() - fix build warning | Michael Adam | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: add support for P_BYTES to is_default() - fix build warning | Michael Adam | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: add support for P_CMDLIST to print_parameter - fix build warning. | Michael Adam | 1 | -4/+14 | |
2011-07-21 | s3:loadparm: add support for P_BYTES to print_parameter() - fix build warning. | Michael Adam | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: add support for P_CMDLIST to equal_parameter() - fix build warning | Michael Adam | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: add suppor for P_BYTES to equal_parameter() - fix build warning | Michael Adam | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: szNetbiosAliases is now a const char ** - cast properly | Michael Adam | 1 | -2/+2 | |
2011-07-21 | s3:loadparm: szWinbindNssInfo is now a const char ** instead of a char ** - ↵ | Michael Adam | 1 | -1/+1 | |
cast properly | |||||
2011-07-21 | s3:loadparm: fix a check that was accidentially an assignment in ↵ | Michael Adam | 1 | -1/+1 | |
lp_servicebynum() | |||||
2011-07-21 | s3:loadparm: untangle assignment from check in do_section() | Michael Adam | 1 | -2/+2 | |
2011-07-21 | s3-waf: fix a libcrypto configure check | Christian Ambach | 1 | -1/+1 | |
the parameters to conf.CHECK_FUNCS_IN were in the wrong order Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Thu Jul 21 16:49:52 CEST 2011 on sn-devel-104 | |||||
2011-07-21 | s3:winbindd remove an unused variable | Christian Ambach | 1 | -2/+0 | |
fixes a compiler warning | |||||
2011-07-21 | s3:utils fix a compiler warning | Christian Ambach | 1 | -0/+1 | |
fix a compiler warning about missing prototypes | |||||
2011-07-21 | s3:modules/vfs_afsacl fix a compiler warning | Christian Ambach | 1 | -1/+1 | |
2011-07-21 | s3:afs make path argument to afs_syscall const | Christian Ambach | 3 | -3/+3 | |
2011-07-21 | s3:modules/vfs_afsacl fix a compiler warning | Christian Ambach | 1 | -2/+1 | |
2011-07-21 | s3:modules/vfs_afsacl use stdbool types | Christian Ambach | 1 | -35/+35 | |
2011-07-21 | s3:modules/vfs_afsacl remove some unnecessary whitespace | Christian Ambach | 1 | -3/+3 | |
2011-07-21 | s3:lib/afs fix the build with --with-vfs-afsacl | Christian Ambach | 1 | -0/+4 | |
This fixes the second piece of Bug #8263 | |||||
2011-07-21 | s3:lib/afs use stdbool types | Christian Ambach | 2 | -22/+22 | |
2011-07-21 | s3:utils/net_afs fix compiler warnings | Christian Ambach | 1 | -2/+3 | |
2011-07-21 | s3:lib/afs_settoken fix some compiler warnings | Christian Ambach | 1 | -3/+4 | |
2011-07-21 | s3:lib/afs fix some compiler warnings | Christian Ambach | 1 | -2/+3 | |
2011-07-21 | s3:lib/afs fix the build with --with-fake-kaserver | Christian Ambach | 3 | -4/+15 | |
This fixes one piece of Bug #8263 | |||||
2011-07-20 | s3-torture: run_simple_posix_open_test(): replace cli_read_old() with | Björn Baumbach | 1 | -2/+9 | |
cli_read() Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jul 20 23:22:09 CEST 2011 on sn-devel-104 | |||||
2011-07-20 | s3-torture: rw_torture2(): replace cli_read_old() with cli_read() | Björn Baumbach | 1 | -4/+10 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-20 | s3-torture: rw_torture3(): replace cli_read_old() with cli_read() | Björn Baumbach | 1 | -10/+7 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-20 | s3-torture: rw_torture(): replace cli_read_old() with cli_read() | Björn Baumbach | 1 | -3/+11 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-20 | s3-libsmb: introduce new NTSTATUS cli_read() | Björn Baumbach | 2 | -0/+23 | |
Replacement for cli_read_old() Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-20 | s3-libsmb: replace cli_read() with cli_read_old() | Björn Baumbach | 10 | -28/+28 | |
Will introduce new cli_read() function. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-20 | s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind ↵ | Stefan Metzmacher | 10 | -36/+55 | |
cli_state_[g|s]et_tid() metze | |||||
2011-07-20 | s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid() | Stefan Metzmacher | 5 | -12/+18 | |
metze | |||||
2011-07-20 | s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num() | Stefan Metzmacher | 4 | -3/+11 | |
This makes it clearer, why we send the pid value in the session setup. metze | |||||
2011-07-20 | s3:libsmb: move cli->mid to cli->smb1.mid | Stefan Metzmacher | 3 | -4/+8 | |
metze |