Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: Fix a memleak in discover_dc_netbios | Volker Lendecke | 2010-04-18 | 1 | -0/+3 |
| | |||||
* | Don't set "requested_posix_capabilities" in the sync code, already done in ↵ | Jeremy Allison | 2010-04-13 | 1 | -2/+0 |
| | | | | | | the async. Jeremy. | ||||
* | Split out the client unix capabilities to those the server offered, and ↵ | Jeremy Allison | 2010-04-13 | 3 | -7/+19 |
| | | | | | | | | | those the client asked for. This fixes a bug when using encrypted transport and DFS links. Found by my basic DFS torture test, which I'll check in next. Testing *rocks* :-). Jeremy. | ||||
* | If the timeout has been set to zero, don't register an end time. | Jeremy Allison | 2010-03-30 | 1 | -3/+5 |
| | | | | | | The caller doesn't want a timeout. Jeremy. | ||||
* | s3:libsmb: add cli_state_is_connected() function | Stefan Metzmacher | 2010-03-29 | 1 | -0/+18 |
| | | | | metze | ||||
* | s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_state | Stefan Metzmacher | 2010-03-29 | 1 | -0/+3 |
| | | | | metze | ||||
* | s3:ntlmssp: use c99 types | Stefan Metzmacher | 2010-03-24 | 1 | -22/+22 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: use client.netbios_name instead of workstation | Stefan Metzmacher | 2010-03-24 | 1 | -4/+6 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: remove unused ntlmssp_set_workstation() | Stefan Metzmacher | 2010-03-24 | 1 | -13/+0 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state union | Stefan Metzmacher | 2010-03-24 | 1 | -37/+60 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: add const for *sig in ntlmssp_unseal_packet() | Stefan Metzmacher | 2010-03-24 | 1 | -1/+1 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: make whole_pdu const for ntlmssp_[un]seal_packet() | Stefan Metzmacher | 2010-03-24 | 1 | -2/+2 |
| | | | | | | | | Only data needs to be non-const. metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: use a 'bool ok' variable to make the code more readable | Stefan Metzmacher | 2010-03-24 | 1 | -2/+14 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: fix some formating | Stefan Metzmacher | 2010-03-24 | 1 | -58/+89 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: inline ntlmssp_weaken_keys() | Stefan Metzmacher | 2010-03-24 | 2 | -71/+37 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: make send_seal_key and recv_seal_key local variables | Stefan Metzmacher | 2010-03-24 | 1 | -14/+12 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: remove unused get_global_myname() and get_domain() from ↵ | Stefan Metzmacher | 2010-03-24 | 1 | -8/+0 |
| | | | | | | | | | | ntlmssp_state Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them | Stefan Metzmacher | 2010-03-24 | 3 | -18/+51 |
| | | | | | | | | Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* ↵ | Stefan Metzmacher | 2010-03-24 | 2 | -2/+11 |
| | | | | | | | | | | fields also for the client Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_state | Stefan Metzmacher | 2010-03-24 | 1 | -36/+65 |
| | | | | | | | | Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_state | Stefan Metzmacher | 2010-03-24 | 1 | -2/+2 |
| | | | | | | | | Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: make use of C99 types in ntlmssp_sign.c | Stefan Metzmacher | 2010-03-24 | 1 | -18/+17 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: use uint8_t in calc_ntlmv2_key() | Stefan Metzmacher | 2010-03-24 | 1 | -4/+4 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:libsmb: add a smb_signing_init_ex() function | Stefan Metzmacher | 2010-03-22 | 1 | -8/+51 |
| | | | | | | Make it possible to overload memory handling functions. metze | ||||
* | error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo. | Günther Deschner | 2010-03-19 | 1 | -1/+1 |
| | | | | | | Metze, please check. Guenther | ||||
* | s3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codes | Stefan Metzmacher | 2010-03-18 | 1 | -4/+9 |
| | | | | metze | ||||
* | s3: Convert unexpected.tdb to use tdb_wrap_open | Volker Lendecke | 2010-03-13 | 1 | -10/+12 |
| | |||||
* | s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-) | Volker Lendecke | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd. | Bo Yang | 2010-03-06 | 1 | -91/+95 |
| | | | | Signed-off-by: Bo Yang <boyang@samba.org> | ||||
* | Fix typo in comments. | Karolin Seeger | 2010-03-03 | 1 | -2/+2 |
| | |||||
* | s3: Fix the CHAIN1 torture test | Volker Lendecke | 2010-02-28 | 1 | -1/+9 |
| | | | | | | I've tried to solve this just within cli_smb_recv(), but I could not find a way to sanely determine when we are receiving the last entry in the chain just from looking at the blob. This solves it in an a bit more brutal way... | ||||
* | s3 move the sitename cache in its own file | Simo Sorce | 2010-02-23 | 3 | -0/+3 |
| | |||||
* | s3: Consolidate server_id_self into the equivalent procid_self() | Volker Lendecke | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | s3: Explicitly handle inbuf in cli_trans_done | Volker Lendecke | 2010-02-22 | 1 | -2/+9 |
| | |||||
* | s3: Explicitly handle inbuf in cli_write_andx_done | Volker Lendecke | 2010-02-22 | 1 | -2/+4 |
| | |||||
* | s3: Explicitly handle inbuf in cli_read_andx_done | Volker Lendecke | 2010-02-22 | 1 | -2/+2 |
| | |||||
* | s3: Explicitly handle inbuf in cli_message_start_done | Volker Lendecke | 2010-02-22 | 2 | -6/+7 |
| | |||||
* | s3: Explicitly handle inbuf in cli_dskattr_done | Volker Lendecke | 2010-02-22 | 1 | -2/+4 |
| | |||||
* | s3: Explicitly handle inbuf in cli_getatr_done | Volker Lendecke | 2010-02-22 | 1 | -2/+4 |
| | |||||
* | s3: Explicitly handle inbuf in cli_getattrE_done | Volker Lendecke | 2010-02-22 | 1 | -2/+4 |
| | |||||
* | s3: Explicitly handle inbuf in cli_open_done | Volker Lendecke | 2010-02-22 | 1 | -2/+4 |
| | |||||
* | s3: Explicitly handle inbuf in cli_ntcreate_done | Volker Lendecke | 2010-02-22 | 1 | -2/+3 |
| | |||||
* | s3: Explicitly handle inbuf in cli_echo_done | Volker Lendecke | 2010-02-22 | 1 | -1/+2 |
| | |||||
* | s3: Explicitly handle inbuf in cli_negprot_done | Volker Lendecke | 2010-02-22 | 1 | -2/+3 |
| | |||||
* | s3: Explicitly handle inbuf in cli_tcon_andx_done | Volker Lendecke | 2010-02-22 | 1 | -3/+6 |
| | |||||
* | s3: Explicitly handle inbuf in cli_sesssetup_blob_done | Volker Lendecke | 2010-02-22 | 1 | -5/+4 |
| | |||||
* | s3: Explicitly handle inbuf in cli_session_setup_guest_done | Volker Lendecke | 2010-02-22 | 1 | -5/+4 |
| | |||||
* | s3: Explicitly handle inbuf in cli_smb_oplock_break_waiter_done | Volker Lendecke | 2010-02-22 | 1 | -2/+3 |
| | |||||
* | s3: Add a talloc_move for the inbuf to cli_smb_recv | Volker Lendecke | 2010-02-22 | 8 | -36/+50 |
| | |||||
* | s3: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send | Volker Lendecke | 2010-02-21 | 1 | -1/+2 |
| | | | | I hate macros.... |