Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-07 | s3 torture: Prevent smbcli segfault when running smbtorture3 against an smbd ↵ | Tim Prouty | 1 | -0/+5 | |
with security=share | |||||
2010-01-03 | s3: Convert cli_ulogoff to the async API | Volker Lendecke | 1 | -14/+77 | |
2010-01-03 | s3: Convert cli_tdis to the async API | Volker Lendecke | 3 | -16/+79 | |
2010-01-03 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -14/+14 | |
2010-01-03 | s3: Remove some unused code | Volker Lendecke | 1 | -95/+0 | |
2010-01-03 | s3: Convert cli_sesssetup_ntlmssp to the async API | Volker Lendecke | 1 | -92/+196 | |
2010-01-03 | s3: NT_STATUS_MORE_PROCESSING_REQUIRED is a valid sesssetup return value | Volker Lendecke | 1 | -9/+23 | |
2010-01-03 | s3: Convert cli_session_setup_kerberos to the async API | Volker Lendecke | 1 | -83/+285 | |
This is still cheated, acquiring the ticket is not async yet, but the SMB part is | |||||
2009-12-29 | s3:ntlmssp: change get_challange() to return NTSTATUS | Stefan Metzmacher | 1 | -3/+8 | |
metze | |||||
2009-12-29 | s3:ntlmssp: remove unused p24 variable from ntlmssp_sign_init() | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2009-12-29 | s3:ntlmssp: move some indentation in ntlmssp_sign.c | Stefan Metzmacher | 1 | -19/+19 | |
metze | |||||
2009-12-29 | s3:ntlmssp: remove unused ntlmssp_stored_response() | Stefan Metzmacher | 1 | -25/+1 | |
metze | |||||
2009-12-29 | s3:ntlmssp: remove unused ref_count from ntlmssp_state | Stefan Metzmacher | 1 | -12/+4 | |
metze | |||||
2009-12-29 | s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_type | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-12-26 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
2009-12-24 | s3: Remove unused delete_negative_conn_cache() | Volker Lendecke | 1 | -23/+0 | |
2009-12-24 | s3: Remove unused flush_negative_conn_cache() | Volker Lendecke | 1 | -9/+0 | |
2009-12-24 | s3: Remove some unnecessary variables from libsmb/conn_cache.c | Volker Lendecke | 1 | -9/+4 | |
2009-12-24 | s3: Fix a comment in conn_cache.c | Volker Lendecke | 1 | -1/+1 | |
2009-12-24 | s3: Fix a 64-bit error | Volker Lendecke | 1 | -4/+5 | |
2009-12-24 | s3: Remove some pointless SMB_ASSERTs | Volker Lendecke | 1 | -3/+10 | |
2009-12-24 | s3: Remove some pointless casts | Volker Lendecke | 1 | -5/+4 | |
2009-12-22 | s3:ntlmssp: only include ntlmssp.h where actually needed | Andrew Bartlett | 5 | -0/+5 | |
Andrew Bartlett | |||||
2009-12-22 | s3:ntlmssp: remove the typedef NTLMSSP_STATE | Andrew Bartlett | 3 | -23/+23 | |
Andrew Bartlett | |||||
2009-12-22 | s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_role | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett | |||||
2009-12-22 | libcli/auth Make gd's NDR NTLMSSP parsers helpers common | Andrew Bartlett | 3 | -190/+1 | |
(but not built in Samba4 for now) | |||||
2009-12-22 | s3: Restore correct timeouts for SMB requests | Volker Lendecke | 1 | -0/+5 | |
2009-12-22 | s3: Remove a pointless else branch | Volker Lendecke | 1 | -5/+3 | |
2009-12-22 | s3: Move smb_splice_chain to smbd/process.c, its only user | Volker Lendecke | 1 | -174/+0 | |
2009-12-21 | Rename 282 -> ERReasnotsupported. | Jeremy Allison | 1 | -3/+3 | |
Jeremy. | |||||
2009-12-20 | s3: Fix an error case in cli_negprot | Volker Lendecke | 1 | -0/+1 | |
2009-12-07 | s3: let netsamlogon_cache_init() use tdb_check() | Stefan Metzmacher | 1 | -4/+42 | |
If the check fails we try to unlink the old file and start with an empty cache. metze | |||||
2009-11-27 | s3-kerberos: add a missing reference to authdata headers. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-11-27 | s3-kerberos: only use krb5 headers where required. | Günther Deschner | 3 | -3/+3 | |
This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther | |||||
2009-11-27 | s3-kerberos: Fix Bug #6929: build with recent heimdal. | Günther Deschner | 1 | -1/+1 | |
Heimdal changed the KRB5_DEPRECATED define (which now may not take an identifier for activation) in new releases (like 1.3.1). Guenther | |||||
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 2 | -1/+2 | |
samba. Guenther | |||||
2009-11-21 | s3: Fix some nonempty blank lines | Volker Lendecke | 9 | -568/+468 | |
2009-11-21 | s3: Remove a struct typedef | Volker Lendecke | 1 | -6/+6 | |
2009-11-21 | s3: Convert cli_get_fs_attr_info to the async API | Volker Lendecke | 3 | -42/+87 | |
2009-11-17 | s3: Fix the build on Solaris | Volker Lendecke | 2 | -7/+7 | |
2009-11-16 | s3:libsmb: avoid passing a function call as function parameter | Stefan Metzmacher | 2 | -21/+21 | |
Using a helper variable makes it easier to "step" into the desired function within gdb. metze | |||||
2009-11-14 | s3: Add min_setup, min_param and min_data to cli_trans_recv | Volker Lendecke | 5 | -121/+61 | |
Every caller that expects to receive something needs to check if enough was sent. Make this check mandatory for everyone. Yes, this makes the parameter list for cli_trans a bit silly, but that's just the way it is: A silly protocol request :-) While there, convert some _done functions to tevent_req_simple_finish_ntstatus. | |||||
2009-11-14 | s3: Convert cli_set_unix_extensions_capabilities_send to async | Volker Lendecke | 1 | -37/+79 | |
2009-11-14 | s3: Tiny logic simplification | Volker Lendecke | 1 | -10/+11 | |
2009-11-13 | s3: Convert cli_unix_extensions_version to async | Volker Lendecke | 2 | -43/+127 | |
2009-11-12 | Ensure all callers to the rpc_client/cli_pipe functions correctly | Jeremy Allison | 4 | -6/+6 | |
initialize return variables. Jeremy. | |||||
2009-11-12 | s3-kerberos: avoid using ERROR_TABLE_BASE_krb5 without checking. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-11-12 | s3-kerberos: add smb_krb5_principal_get_realm(). | Günther Deschner | 1 | -0/+25 | |
Guenther | |||||
2009-11-10 | s3: Convert libsmb/cli_message to the async API | Volker Lendecke | 1 | -97/+348 | |
2009-11-09 | Fix bug 6880 - cannot list workgroup servers | Jeremy Allison | 1 | -5/+14 | |
reported by Alban Browaeys <prahal@yahoo.com> with fix. Revert 2e989bab0764c298a2530a2d4c8690258eba210c with extra comments - this broke workgroup enumeration. Jeremy. |