summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* If the timeout has been set to zero, don't register an end time.Jeremy Allison2010-03-301-3/+5
* s3:libsmb: add cli_state_is_connected() functionStefan Metzmacher2010-03-291-0/+18
* s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_stateStefan Metzmacher2010-03-291-0/+3
* s3:ntlmssp: use c99 typesStefan Metzmacher2010-03-241-22/+22
* s3:ntlmssp: use client.netbios_name instead of workstationStefan Metzmacher2010-03-241-4/+6
* s3:ntlmssp: remove unused ntlmssp_set_workstation()Stefan Metzmacher2010-03-241-13/+0
* s3:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state unionStefan Metzmacher2010-03-241-37/+60
* s3:ntlmssp: add const for *sig in ntlmssp_unseal_packet()Stefan Metzmacher2010-03-241-1/+1
* s3:ntlmssp: make whole_pdu const for ntlmssp_[un]seal_packet()Stefan Metzmacher2010-03-241-2/+2
* s3:ntlmssp: use a 'bool ok' variable to make the code more readableStefan Metzmacher2010-03-241-2/+14
* s3:ntlmssp: fix some formatingStefan Metzmacher2010-03-241-58/+89
* s3:ntlmssp: inline ntlmssp_weaken_keys()Stefan Metzmacher2010-03-242-71/+37
* s3:ntlmssp: make send_seal_key and recv_seal_key local variablesStefan Metzmacher2010-03-241-14/+12
* s3:ntlmssp: remove unused get_global_myname() and get_domain() from ntlmssp_s...Stefan Metzmacher2010-03-241-8/+0
* s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher2010-03-243-18/+51
* s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* field...Stefan Metzmacher2010-03-242-2/+11
* s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_stateStefan Metzmacher2010-03-241-36/+65
* s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_stateStefan Metzmacher2010-03-241-2/+2
* s3:ntlmssp: make use of C99 types in ntlmssp_sign.cStefan Metzmacher2010-03-241-18/+17
* s3:ntlmssp: use uint8_t in calc_ntlmv2_key()Stefan Metzmacher2010-03-241-4/+4
* s3:libsmb: add a smb_signing_init_ex() functionStefan Metzmacher2010-03-221-8/+51
* error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.Günther Deschner2010-03-191-1/+1
* s3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codesStefan Metzmacher2010-03-181-4/+9
* s3: Convert unexpected.tdb to use tdb_wrap_openVolker Lendecke2010-03-131-10/+12
* s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-)Volker Lendecke2010-03-091-1/+1
* s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd.Bo Yang2010-03-061-91/+95
* Fix typo in comments.Karolin Seeger2010-03-031-2/+2
* s3: Fix the CHAIN1 torture testVolker Lendecke2010-02-281-1/+9
* s3 move the sitename cache in its own fileSimo Sorce2010-02-233-0/+3
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
* s3: Explicitly handle inbuf in cli_trans_doneVolker Lendecke2010-02-221-2/+9
* s3: Explicitly handle inbuf in cli_write_andx_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_read_andx_doneVolker Lendecke2010-02-221-2/+2
* s3: Explicitly handle inbuf in cli_message_start_doneVolker Lendecke2010-02-222-6/+7
* s3: Explicitly handle inbuf in cli_dskattr_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_getatr_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_getattrE_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_open_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_ntcreate_doneVolker Lendecke2010-02-221-2/+3
* s3: Explicitly handle inbuf in cli_echo_doneVolker Lendecke2010-02-221-1/+2
* s3: Explicitly handle inbuf in cli_negprot_doneVolker Lendecke2010-02-221-2/+3
* s3: Explicitly handle inbuf in cli_tcon_andx_doneVolker Lendecke2010-02-221-3/+6
* s3: Explicitly handle inbuf in cli_sesssetup_blob_doneVolker Lendecke2010-02-221-5/+4
* s3: Explicitly handle inbuf in cli_session_setup_guest_doneVolker Lendecke2010-02-221-5/+4
* s3: Explicitly handle inbuf in cli_smb_oplock_break_waiter_doneVolker Lendecke2010-02-221-2/+3
* s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke2010-02-228-36/+50
* s3: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_sendVolker Lendecke2010-02-211-1/+2
* s3: Convert cli_qpathinfo_basic to use cli_trans()Volker Lendecke2010-02-202-40/+29
* s3: Convert cli_raw_ioctl to use cli_smb()Volker Lendecke2010-02-201-18/+10
* s3: Add cli_smb()Volker Lendecke2010-02-201-0/+36