summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-lib: use TYPESAFE_QSORT() in remaining s3 library codeAndrew Tridgell2010-02-142-2/+5
* s3-libsmb: use TYPESAFE_QSORT() in namequery codeAndrew Tridgell2010-02-141-14/+12
* s3-libsmb: update libsmb to use new DLIST macrosAndrew Tridgell2010-02-102-23/+25
* Fix off-by-one error in working out the limit of the NetServerEnum comment.Jeremy Allison2010-02-091-1/+1
* s3:libsmb: fix NetServerEnum3 rap calls.Stefan Metzmacher2010-02-081-5/+19
* s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher2010-02-082-4/+11
* s3: Make cli_get_fs_volume_info() use cli_trans()Volker Lendecke2010-02-071-38/+21
* s3: Remove some unused codeVolker Lendecke2010-02-071-57/+0
* s3: Fix some nonempty blank linesVolker Lendecke2010-02-071-3/+3
* s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()Stefan Metzmacher2010-02-041-2/+3
* Change uint_t to unsigned int in source3Matt Kraai2010-02-021-4/+4
* Fix bug #7079 - cliconnect gets realm wrong with trusted domains.Jeremy Allison2010-01-301-3/+22
* Fix a really interesting problem found by Volker's conversion of sessionsetup...Jeremy Allison2010-01-291-3/+3
* s3: Enable use of ccache by default for libsmbclientVolker Lendecke2010-01-261-0/+3
* s3: fix detection and flags for using pthreadBjörn Jacke2010-01-261-0/+4
* s3: remove unused variableBjörn Jacke2010-01-261-2/+0
* s3:async_smb: remove unused variableBjörn Jacke2010-01-261-2/+0
* s3-libsmbclient: Add smbc_setOptionUseCCache()Volker Lendecke2010-01-243-0/+39
* s3: Add CLI_FULL_CONNECTION_USE_CCACHEVolker Lendecke2010-01-241-0/+3
* s3: Use -C in smbclientVolker Lendecke2010-01-241-0/+1
* s3: Add ccache use to cli_session_setup_ntlmsspVolker Lendecke2010-01-241-0/+4
* s3: Add NTLMSSP_FEATURE_CCACHEVolker Lendecke2010-01-241-0/+60
* s3: Remove some calls to memset -- reduces text size by some bytes for meVolker Lendecke2010-01-241-5/+2
* s3: Fix a crash in libsmbclient used against the OpenSolaris CIFS serverVolker Lendecke2010-01-161-1/+1