Stefan Metzmacher
c70103f3f8
s3:libsmb: add cli_state_encryption_on()
...
metze
2011-07-21 22:08:51 +02:00
Andreas Schneider
fb2ee304a8
s3-rpc_server: Pass msg_ctx to make_base_pipes_struct().
...
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Jul 21 21:08:32 CEST 2011 on sn-devel-104
2011-07-21 21:08:31 +02:00
Simo Sorce
156a0ffe54
s3-rpc_server: Create common function to allocate pipes_struct
...
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 19:50:02 +02:00
Simo Sorce
759a04e58a
s3-rpc_server: Move pipe/handles functions
...
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 18:40:23 +02:00
Andreas Schneider
0d8f65b346
s3-rpc_server: Fixed header define.
2011-07-21 18:40:23 +02:00
Andreas Schneider
6a4a6efdc9
s3-rpc_server: Remove unused endpoint information.
2011-07-21 18:40:23 +02:00
Andreas Schneider
4a6a588e44
s3-rpc_server: We need to copy the session_info for external pipes.
...
Andrew please check!
2011-07-21 18:40:23 +02:00
Andreas Schneider
19288f9784
s3-rpc_server: Duplicate the pipe name.
2011-07-21 18:40:23 +02:00
Andreas Schneider
3a43ef52db
s3-rpc_server: Free the np dir.
2011-07-21 18:40:22 +02:00
Andreas Schneider
304e8116a9
s3-rpc_server: Fix messaging context in the pipes struct.
2011-07-21 18:40:22 +02:00
Andreas Schneider
f5da8ed889
s3-rpc_server: Add my copyright.
2011-07-21 18:40:22 +02:00
Michael Adam
71b49f5596
s3:loadparm: fix an implicit cast warning in string intialization in 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 18:39:15 +02:00
Michael Adam
cf50df5c69
s3:loadparm: add support for P_BYTES to lp_do_parameter() - fix a build warning
...
(taken from s4 loadparm)
2011-07-21 17:24:18 +02:00
Michael Adam
5158fd1688
s3:loadparm: add support for P_CMDLIST to lp_do_parameter - fix a build warning
2011-07-21 17:24:18 +02:00
Michael Adam
3c8e94b6c4
s3:loadparm: add support for P_CMDLIST to lp_save_defaults() - fix build warning
2011-07-21 17:24:18 +02:00
Michael Adam
ebdec404a4
s3:loadparm: add support for P_BYTES to lp_save_defaults - fix build warning
2011-07-21 17:24:18 +02:00
Michael Adam
ae0f66756a
s3:loadparm: add support for P_CMDLIST to is_default() - fix build warning
2011-07-21 17:24:17 +02:00
Michael Adam
8223eb7a27
s3:loadparm: add support for P_BYTES to is_default() - fix build warning
2011-07-21 17:24:17 +02:00
Michael Adam
8ecf51a553
s3:loadparm: add support for P_CMDLIST to print_parameter - fix build warning.
2011-07-21 17:24:17 +02:00
Michael Adam
81e4d1f63d
s3:loadparm: add support for P_BYTES to print_parameter() - fix build warning.
2011-07-21 17:24:17 +02:00
Michael Adam
72f23c7ba3
s3:loadparm: add support for P_CMDLIST to equal_parameter() - fix build warning
2011-07-21 17:24:17 +02:00
Michael Adam
641beeb2a3
s3:loadparm: add suppor for P_BYTES to equal_parameter() - fix build warning
2011-07-21 17:24:17 +02:00
Michael Adam
64afd5c486
s3:loadparm: szNetbiosAliases is now a const char ** - cast properly
2011-07-21 17:24:16 +02:00
Michael Adam
cc897b13ff
s3:loadparm: szWinbindNssInfo is now a const char ** instead of a char ** - cast properly
2011-07-21 17:24:16 +02:00
Michael Adam
fc525c8a25
s3:loadparm: fix a check that was accidentially an assignment in lp_servicebynum()
2011-07-21 17:24:16 +02:00
Michael Adam
2568a8b463
s3:loadparm: untangle assignment from check in do_section()
2011-07-21 17:24:16 +02:00
Christian Ambach
fb766cd597
s3-waf: fix a libcrypto configure check
...
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 16:49:51 +02:00
Christian Ambach
bca69bfbc3
s3:winbindd remove an unused variable
...
fixes a compiler warning
2011-07-21 14:57:10 +02:00
Christian Ambach
410c4deefe
s3:utils fix a compiler warning
...
fix a compiler warning about missing prototypes
2011-07-21 14:57:10 +02:00
Christian Ambach
62825b0ff9
s3:modules/vfs_afsacl fix a compiler warning
2011-07-21 14:55:09 +02:00
Christian Ambach
4370dc11bd
s3:afs make path argument to afs_syscall const
2011-07-21 14:55:08 +02:00
Christian Ambach
dcd10fa4e5
s3:modules/vfs_afsacl fix a compiler warning
2011-07-21 14:55:08 +02:00
Christian Ambach
c5cbdc21d1
s3:modules/vfs_afsacl use stdbool types
2011-07-21 14:55:08 +02:00
Christian Ambach
c8b4414c0a
s3:modules/vfs_afsacl remove some unnecessary whitespace
2011-07-21 14:55:07 +02:00
Christian Ambach
f2be12fa8f
s3:lib/afs fix the build with --with-vfs-afsacl
...
This fixes the second piece of Bug #8263
2011-07-21 14:55:07 +02:00
Christian Ambach
ffef23d40f
s3:lib/afs use stdbool types
2011-07-21 14:55:06 +02:00
Christian Ambach
9779af85d6
s3:utils/net_afs fix compiler warnings
2011-07-21 14:55:01 +02:00
Christian Ambach
ffbecc0cf6
s3:lib/afs_settoken fix some compiler warnings
2011-07-21 14:54:50 +02:00
Christian Ambach
a78407b9ca
s3:lib/afs fix some compiler warnings
2011-07-21 14:54:46 +02:00
Christian Ambach
3b231e6a12
s3:lib/afs fix the build with --with-fake-kaserver
...
This fixes one piece of Bug #8263
2011-07-21 14:51:28 +02:00
Björn Baumbach
d622cadd34
s3-torture: run_simple_posix_open_test(): replace cli_read_old() with
...
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 23:22:09 +02:00
Björn Baumbach
c53e2ad4de
s3-torture: rw_torture2(): replace cli_read_old() with cli_read()
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-20 22:09:26 +02:00
Björn Baumbach
ea4c4480b4
s3-torture: rw_torture3(): replace cli_read_old() with cli_read()
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-20 22:09:26 +02:00
Björn Baumbach
b10fa4bbcd
s3-torture: rw_torture(): replace cli_read_old() with cli_read()
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-20 22:09:26 +02:00
Björn Baumbach
8c360d7f76
s3-libsmb: introduce new NTSTATUS cli_read()
...
Replacement for cli_read_old()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-20 22:09:25 +02:00
Björn Baumbach
9b168e128a
s3-libsmb: replace cli_read() with cli_read_old()
...
Will introduce new cli_read() function.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-20 22:09:25 +02:00
Stefan Metzmacher
8f41e54d53
s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]et_tid()
...
metze
2011-07-20 15:56:27 +02:00
Stefan Metzmacher
1e3822115c
s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()
...
metze
2011-07-20 15:55:08 +02:00
Stefan Metzmacher
9fb7e228f5
s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num()
...
This makes it clearer, why we send the pid value in the session setup.
metze
2011-07-20 15:54:31 +02:00
Stefan Metzmacher
6c31b610e4
s3:libsmb: move cli->mid to cli->smb1.mid
...
metze
2011-07-20 15:48:59 +02:00