Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3: Simplify the logic in generate_krb5_ccache | Volker Lendecke | 2010-09-11 | 1 | -51/+28 | |
| | | | | gd, jra, others, please check! | |||||
* | s3/winbind: use mono time for startup timeout check | Björn Jacke | 2010-09-10 | 3 | -6/+6 | |
| | ||||||
* | s3-selftest: add print_test_extended (as called from RPC-PRINTER) to ↵ | Günther Deschner | 2010-09-10 | 1 | -0/+1 | |
| | | | | | | knownfail list. Guenther | |||||
* | s3-printing: fix non-ads build after prototype changes. | Günther Deschner | 2010-09-10 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3: Simplify generate_krb5_ccache slightly | Volker Lendecke | 2010-09-10 | 1 | -4/+0 | |
| | | | | strequal deals with a NULL string input just fine | |||||
* | Check all SMB_MALLOC returns correctly. Found by Andreas Moroder ↵ | Jeremy Allison | 2010-09-10 | 2 | -3/+18 | |
| | | | | | | <andreas.moroder@gmx.net>. Jeremy | |||||
* | s3:torture: fix printf output, lines can't start with lower case "test" | Stefan Metzmacher | 2010-09-10 | 1 | -31/+30 | |
| | | | | metze | |||||
* | s3:torture: fix run_uid_regression_test | Stefan Metzmacher | 2010-09-10 | 1 | -8/+20 | |
| | | | | metze | |||||
* | s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED | Stefan Metzmacher | 2010-09-10 | 1 | -0/+2 | |
| | | | | metze | |||||
* | s3-spoolss: Fix _spoolss_GetPrinter(). | Günther Deschner | 2010-09-10 | 1 | -1/+2 | |
| | | | | | | In the error case, we need to TALLOC_FREE(r->out.info), don't ask :-) Guenther | |||||
* | s3-spoolss: Don't leak memory on the session counter list. | Andreas Schneider | 2010-09-10 | 3 | -1/+21 | |
| | | | | Thanks Günther, please check. | |||||
* | s3-spoolss: Allow multiple client backchannels. | Simo Sorce | 2010-09-10 | 1 | -77/+116 | |
| | | | | | | When we run spoolssd we need to support multiple clients connecting. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
* | s3-spoolss: Split function to send notification. | Simo Sorce | 2010-09-10 | 1 | -127/+162 | |
| | | | | | | More digestible this way. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
* | s3-spoolss: Use a single structure for all the back channel data. | Simo Sorce | 2010-09-10 | 1 | -14/+18 | |
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
* | s3-spoolss: Rename Printer_entry to struct printer_handle. | Simo Sorce | 2010-09-10 | 1 | -53/+53 | |
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
* | s3-spoolss: Move Printer_entry to srv_spoolss_nt.c | Simo Sorce | 2010-09-10 | 2 | -40/+44 | |
| | | | | | | | It is used only there, and it is a good idea to make this one private and opaque to the rest of the code. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
* | s3-spoolss: Allocate printer entries on the pipe struct. | Simo Sorce | 2010-09-10 | 1 | -1/+2 | |
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
* | s3-spoolss: Rename session counter structure and use talloc. | Simo Sorce | 2010-09-10 | 1 | -8/+7 | |
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
* | s3-dsgetdcname: cleanup receive_getdc_response a little. | Günther Deschner | 2010-09-10 | 1 | -14/+18 | |
| | | | | Guenther | |||||
* | s3-build: use proper RPC_X_OBJ target names. | Günther Deschner | 2010-09-10 | 2 | -32/+35 | |
| | | | | Guenther | |||||
* | s3-waf: use proper RPC_X_SRC names. | Günther Deschner | 2010-09-10 | 1 | -20/+15 | |
| | | | | | | | This allows to build using waf without --enable-developer and should also fix support for rpc server modules. Guenther | |||||
* | s3-build: only link LIBNDR_XATTR_OBJ where needed. | Günther Deschner | 2010-09-10 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | s3-waf: only link LIBNDR_XATTR_SRC where needed. | Günther Deschner | 2010-09-10 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | s3-build: link ndr_notify only where needed. | Günther Deschner | 2010-09-10 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | s3-waf: link ndr_notify only where needed. | Günther Deschner | 2010-09-10 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | s3-build: link ndr_named_pipe_auth only where needed. | Günther Deschner | 2010-09-10 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | s3-waf: link ndr_named_pipe_auth only where needed. | Günther Deschner | 2010-09-10 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | s3-spoolss: allow a short printername w/o servername. | Günther Deschner | 2010-09-10 | 1 | -6/+1 | |
| | | | | | | Verified with RPC-SPOOLSS-PRINTSERVER-enumprinters_old test. Guenther | |||||
* | Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder ↵ | Jeremy Allison | 2010-09-09 | 5 | -3/+34 | |
| | | | | | | <andreas.moroder@gmx.net>". Jeremy. | |||||
* | More paranoia to ensure SD's can't be set on read-only shares. | Jeremy Allison | 2010-09-09 | 1 | -0/+4 | |
| | | | | Jeremy. | |||||
* | s3-selftest: rename printer "print4" to "lp". | Günther Deschner | 2010-09-10 | 1 | -1/+1 | |
| | | | | | | This should trigger a false error condition in our code. Guenther | |||||
* | s3: Ensure NULL termination for "workstation" in auth_crap | Volker Lendecke | 2010-09-09 | 1 | -0/+2 | |
| | ||||||
* | s3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RESPONSE. | Günther Deschner | 2010-09-09 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3: These assignments are overwritten immediately | Volker Lendecke | 2010-09-09 | 1 | -4/+0 | |
| | | | | Dump them | |||||
* | s3-nmbd: use autogenerated marshalling for LOGON_SAM_LOGON_REQUEST. | Günther Deschner | 2010-09-09 | 1 | -301/+94 | |
| | | | | Guenther | |||||
* | s3-nmbd: use autogenerated marshalling for LOGON_PRIMARY_QUERY. | Günther Deschner | 2010-09-09 | 1 | -109/+33 | |
| | | | | | | Couldn't find any reproducer for a short request, so removing it for now. Guenther | |||||
* | s3-nmbd: use autogenerated marshalling for LOGON_REQUEST. | Günther Deschner | 2010-09-09 | 1 | -47/+29 | |
| | | | | Guenther | |||||
* | s3-nmbd: handle source_name in one location in nmbd_process_logon(). | Günther Deschner | 2010-09-09 | 1 | -5/+4 | |
| | | | | Guenther | |||||
* | s3-nmbd: use nbt_netlogon_packet in process_logon_packet(). | Günther Deschner | 2010-09-09 | 1 | -5/+24 | |
| | | | | Guenther | |||||
* | s3-printing: Make missing auth_serversupplied_info const. | Andreas Schneider | 2010-09-09 | 1 | -3/+3 | |
| | ||||||
* | s3-spoolss: Use systerm server_info for winreg connection. | Andreas Schneider | 2010-09-09 | 1 | -88/+162 | |
| | | | | This will ensure that we have the rights we need to access the regsitry. | |||||
* | s3-spoolss: Make auth_serversupplied_info const. | Andreas Schneider | 2010-09-09 | 3 | -63/+63 | |
| | ||||||
* | s3-printing: Make auth_serversupplied_info const. | Andreas Schneider | 2010-09-09 | 4 | -30/+30 | |
| | ||||||
* | s3-msdfs: Make auth_serversupplied_info const. | Andreas Schneider | 2010-09-09 | 2 | -2/+2 | |
| | ||||||
* | s3-rpcint: Make auth_serversupplied_info const. | Andreas Schneider | 2010-09-09 | 2 | -5/+5 | |
| | ||||||
* | s3-auth: Added get_server_info_system function. | Andreas Schneider | 2010-09-09 | 2 | -0/+6 | |
| | ||||||
* | s3-spoolss: Fixed some build warnings. | Andreas Schneider | 2010-09-09 | 1 | -7/+11 | |
| | ||||||
* | s3-utils: remove unused variable in smbget. | Günther Deschner | 2010-09-09 | 1 | -1/+0 | |
| | | | | Guenther | |||||
* | s3: Remove "mem_ctx" from a few functions | Volker Lendecke | 2010-09-09 | 3 | -13/+3 | |
| | ||||||
* | s3: Remove "mem_ctx" from wcache_save_creds() | Volker Lendecke | 2010-09-09 | 3 | -3/+1 | |
| |