1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

65018 Commits

Author SHA1 Message Date
Simo Sorce
1e915d231d s3-dcerpc: Cleanup and refactor create_rpc_bind_req() 2010-07-28 12:18:45 -04:00
Simo Sorce
3c3237dd0a s3-auth: Remove unimplemented functions 2010-07-28 12:18:28 -04:00
Simo Sorce
bfe53d4145 s3-dcerpc: Set flags directly instead of calling unimplemented functions. 2010-07-28 12:18:19 -04:00
Simo Sorce
7407c979a1 s3-dcerpc: Use dcerpc_check_auth in client code too 2010-07-28 12:17:56 -04:00
Simo Sorce
9565e3f6a7 s3-dcerpc: Make dcerpc_check_auth() common code 2010-07-28 12:17:41 -04:00
Simo Sorce
5f2cca6b2a s3-dcerpc: Add the same paranoia checks we have in the client code 2010-07-28 12:17:18 -04:00
Simo Sorce
49a8c2965d s3-dcerpc: Split auth checking into a generic function. 2010-07-28 12:16:58 -04:00
Simo Sorce
1fc71c9c6f s3-dcerpc do not pass pipes_struct to dcesrv_auth_request() 2010-07-28 12:16:29 -04:00
Simo Sorce
2ce169ce18 s3-dcerpc: Make dcesrv_auth_request() return NTSTATUS codes 2010-07-28 12:16:08 -04:00
Simo Sorce
aa4c5a2bfb s3-dcerpc: Use the common dcerpc_add_auth_footer() in the server code 2010-07-28 12:15:45 -04:00
Simo Sorce
3139333419 s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers file 2010-07-28 12:15:13 -04:00
Simo Sorce
6f5cdf9ae9 s3-dcerpc: Introduce generic helper function to add auth trailer 2010-07-28 12:14:59 -04:00
Simo Sorce
1b572493e2 s3-dcerpc: Pass explicit arguments so that this is not client specific 2010-07-28 12:14:36 -04:00
Simo Sorce
e2b0e43da9 s3-dcerpc: Move marshalling of dcerpc_auth_header in the callers 2010-07-28 12:14:19 -04:00
Andreas Schneider
6ffd7dc780 s3-rpc: Use struct pipes_struct. 2010-07-28 11:07:20 +02:00
Andreas Schneider
f7a1453957 s3-include: Use struct pipes struct and get rid of the typedef. 2010-07-28 10:39:25 +02:00
Andreas Schneider
97dba0c0d9 s3-winbind: Use struct pipes_struct. 2010-07-28 10:39:25 +02:00
Andreas Schneider
6457f814f5 s3-uid: Use struct pipes_struct. 2010-07-28 10:39:25 +02:00
Andreas Schneider
d34fc3d168 s3-wkssvc: Use struct pipes_struct. 2010-07-28 10:39:25 +02:00
Andreas Schneider
31a4240b8d s3-winreg: Use struct pipes_struct. 2010-07-28 10:39:24 +02:00
Andreas Schneider
ce59e69bca s3-svcctl: Use struct pipes_struct. 2010-07-28 10:39:24 +02:00
Andreas Schneider
0fee377a52 s3-srvsvc: Use struct pipes_struct. 2010-07-28 10:39:24 +02:00
Andreas Schneider
64fbaad942 s3-spoolss: Use struct pipes_struct. 2010-07-28 10:39:24 +02:00
Andreas Schneider
c3817fe9d2 s3-samr: Use struct pipes_struct. 2010-07-28 10:39:24 +02:00
Andreas Schneider
667d43d4c8 s3-rpc_pipe: Use struct pipes_struct. 2010-07-28 10:39:24 +02:00
Andreas Schneider
33d30926d1 s3-ntsvcs: Use struct pipes_struct. 2010-07-28 10:39:24 +02:00
Andreas Schneider
3fd138fae3 s3-netlogon: Use struct pipes_struct. 2010-07-28 10:39:23 +02:00
Andreas Schneider
872f965558 s3-lsa: Use struct pipes_struct. 2010-07-28 10:39:23 +02:00
Andreas Schneider
35d629d54c s3-initshutdown: Use struct pipes_struct. 2010-07-28 10:39:23 +02:00
Andreas Schneider
ba023aeaa9 s3-eventlog: Use struct pipes_struct. 2010-07-28 10:39:23 +02:00
Andreas Schneider
c9e3737536 s3-echo: Use struct pipes_struct. 2010-07-28 10:39:23 +02:00
Andreas Schneider
96786a7df0 s3-dssetup: Use struct pipes_struct. 2010-07-28 10:39:23 +02:00
Andreas Schneider
2956bc986f s3-dfs: Use struct pipes_struct. 2010-07-28 10:39:23 +02:00
Andreas Schneider
46397f788b s3-rpc_server: Use struct pipes_struct. 2010-07-28 10:39:23 +02:00
Andreas Schneider
c1e81686af pidl: Use struct pipes_struct. 2010-07-28 10:39:22 +02:00
Andreas Schneider
dc87fbcb0f s3-lib: Remove redefinition of RL_COMPLETION_CAST.
This is already defined in replace/system/readline.h.
2010-07-28 10:39:22 +02:00
Karolin Seeger
a20ee817b2 WHATSNEW: Update changes.
Thanks to Simo for providing the summary!

Karolin
2010-07-28 09:27:43 +02:00
Volker Lendecke
dace013898 s3: Remove a typedef (struct file_info) 2010-07-27 21:05:35 +02:00
Andreas Schneider
9168713774 s3-spoolss: Fixed FILL_DRIVER_STRING leading to wrong results. 2010-07-27 10:27:16 -04:00
Simo Sorce
90c1782882 s3-spoolss: Avoid segfault, check drivername is actually not NULL. 2010-07-27 10:27:16 -04:00
Simo Sorce
6cd2f2ff31 s3-spoolss: Fixed a possible segfault in winreg_get_printer. 2010-07-27 10:27:16 -04:00
Andreas Schneider
bb0226f10e s3-spoolss: Correctly set the default values. 2010-07-27 10:27:16 -04:00
Andreas Schneider
b95d5563dd s3-printing: Added automatic migration of printing tdbs.
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27 10:27:15 -04:00
Andreas Schneider
924cc43d1b s3-spoolss: Move the standard mappings to spoolss.
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27 10:27:15 -04:00
Andreas Schneider
c3186f22c5 s3-lib: Make the standard_mapping parameter const.
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27 10:27:15 -04:00
Andreas Schneider
1be454538b s3-spoolss: Remove the program global current_user_info.
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27 10:27:15 -04:00
Andreas Schneider
d8c81423aa s3-spoolss: Remove unused MAGIC_DISPLAY_FREQUENCY
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27 10:27:15 -04:00
Andreas Schneider
8fe6813ca0 s4-torture: Enable tests with keynames including a slash.
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27 10:27:15 -04:00
Andreas Schneider
db2a777b0e s3-printing: Added automatic migration of printing tdbs.
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27 10:27:15 -04:00
Andreas Schneider
35e03ef5c2 s3-printing: Move all tdb upgrade functions to a separate file.
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27 10:27:14 -04:00