s3: Make connections_fetch_record() static
[ira/wip.git] / source3 / libsmb /
2010-02-23 Simo Sorces3 move the sitename cache in its own file
2010-02-23 Volker Lendeckes3: Consolidate server_id_self into the equivalent...
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_trans_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_write_andx_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_read_andx_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_message_start_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_dskattr_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_getatr_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_getattrE_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_open_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_ntcreate_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_echo_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_negprot_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_tcon_andx_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_sesssetup_blob_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_session_setup_guest_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_smb_oplock_break_wai...
2010-02-22 Volker Lendeckes3: Add a talloc_move for the inbuf to cli_smb_recv
2010-02-21 Volker Lendeckes3: Avoid calling cli_alloc_mid twice in cli_smb_req_io...
2010-02-20 Volker Lendeckes3: Convert cli_qpathinfo_basic to use cli_trans()
2010-02-20 Volker Lendeckes3: Convert cli_raw_ioctl to use cli_smb()
2010-02-20 Volker Lendeckes3: Add cli_smb()
2010-02-14 Andrew Tridgells3-lib: use TYPESAFE_QSORT() in remaining s3 library...
2010-02-14 Andrew Tridgells3-libsmb: use TYPESAFE_QSORT() in namequery code
2010-02-10 Andrew Tridgells3-libsmb: update libsmb to use new DLIST macros
2010-02-09 Jeremy AllisonFix off-by-one error in working out the limit of the...
2010-02-08 Stefan Metzmachers3:libsmb: fix NetServerEnum3 rap calls.
2010-02-08 Stefan Metzmachers3:nmbd: also listen explicit on the subnet broadcast...
2010-02-07 Volker Lendeckes3: Make cli_get_fs_volume_info() use cli_trans()
2010-02-07 Volker Lendeckes3: Remove some unused code
2010-02-07 Volker Lendeckes3: Fix some nonempty blank lines
2010-02-04 Stefan Metzmachers3:libsmb: don't reuse the callers stype variable in...
2010-02-02 Matt KraaiChange uint_t to unsigned int in source3
2010-01-31 Jeremy AllisonFix bug #7079 - cliconnect gets realm wrong with truste...
2010-01-30 Jeremy AllisonFix a really interesting problem found by Volker's...
2010-01-26 Volker Lendeckes3: Enable use of ccache by default for libsmbclient
2010-01-25 Björn Jackes3: fix detection and flags for using pthread
2010-01-25 Björn Jackes3: remove unused variable
2010-01-25 Björn Jackes3:async_smb: remove unused variable
2010-01-24 Volker Lendeckes3-libsmbclient: Add smbc_setOptionUseCCache()
2010-01-24 Volker Lendeckes3: Add CLI_FULL_CONNECTION_USE_CCACHE
2010-01-24 Volker Lendeckes3: Use -C in smbclient
2010-01-24 Volker Lendeckes3: Add ccache use to cli_session_setup_ntlmssp
2010-01-24 Volker Lendeckes3: Add NTLMSSP_FEATURE_CCACHE
2010-01-24 Volker Lendeckes3: Remove some calls to memset -- reduces text size...
2010-01-16 Volker Lendeckes3: Fix a crash in libsmbclient used against the OpenSo...
2010-01-16 Jeremy AllisonSecond part of bug 7045 - Bad (non memory copying)...
2010-01-16 Jeremy AllisonFix bug 7045 - Bad (non memory copying) interfaces...
2010-01-14 Günther Deschners3-libsmbclient: Fix crash bug in SMBC_parse_path().
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Replace most calls to sid_append_rid() by sid_compose()
2010-01-07 Tim Proutys3 torture: Prevent smbcli segfault when running smbtor...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-03 Volker Lendeckes3: Convert cli_ulogoff to the async API
2010-01-03 Volker Lendeckes3: Convert cli_tdis to the async API
2010-01-03 Volker Lendeckes3: Fix some nonempty blank lines
2010-01-03 Volker Lendeckes3: Remove some unused code
2010-01-03 Volker Lendeckes3: Convert cli_sesssetup_ntlmssp to the async API
2010-01-03 Volker Lendeckes3: NT_STATUS_MORE_PROCESSING_REQUIRED is a valid sesss...
2010-01-03 Volker Lendeckes3: Convert cli_session_setup_kerberos to the async API
2009-12-29 Stefan Metzmachers3:ntlmssp: change get_challange() to return NTSTATUS
2009-12-29 Stefan Metzmachers3:ntlmssp: remove unused p24 variable from ntlmssp_sig...
2009-12-29 Stefan Metzmachers3:ntlmssp: move some indentation in ntlmssp_sign.c
2009-12-29 Stefan Metzmachers3:ntlmssp: remove unused ntlmssp_stored_response()
2009-12-29 Stefan Metzmachers3:ntlmssp: remove unused ref_count from ntlmssp_state
2009-12-29 Stefan Metzmachers3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_messa...
2009-12-26 Volker Lendeckes3: Fix some nonempty blank lines
2009-12-24 Volker Lendeckes3: Remove unused delete_negative_conn_cache()
2009-12-24 Volker Lendeckes3: Remove unused flush_negative_conn_cache()
2009-12-24 Volker Lendeckes3: Remove some unnecessary variables from libsmb/conn_...
2009-12-24 Volker Lendeckes3: Fix a comment in conn_cache.c
2009-12-24 Volker Lendeckes3: Fix a 64-bit error
2009-12-24 Volker Lendeckes3: Remove some pointless SMB_ASSERTs
2009-12-24 Volker Lendeckes3: Remove some pointless casts
2009-12-22 Andrew Bartletts3:ntlmssp: only include ntlmssp.h where actually needed
2009-12-22 Andrew Bartletts3:ntlmssp: remove the typedef NTLMSSP_STATE
2009-12-22 Andrew Bartletts3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_role
2009-12-22 Andrew Bartlettlibcli/auth Make gd's NDR NTLMSSP parsers helpers common
2009-12-22 Volker Lendeckes3: Restore correct timeouts for SMB requests
2009-12-22 Volker Lendeckes3: Remove a pointless else branch
2009-12-22 Volker Lendeckes3: Move smb_splice_chain to smbd/process.c, its only...
2009-12-21 Jeremy AllisonRename 282 -> ERReasnotsupported.
2009-12-20 Volker Lendeckes3: Fix an error case in cli_negprot
2009-12-07 Stefan Metzmachers3: let netsamlogon_cache_init() use tdb_check()
2009-11-27 Günther Deschners3-kerberos: add a missing reference to authdata headers.
2009-11-27 Günther Deschners3-kerberos: only use krb5 headers where required.
2009-11-27 Günther Deschners3-kerberos: Fix Bug #6929: build with recent heimdal.
2009-11-26 Günther Deschners3-rpc: Avoid including every pipe's client and server...
2009-11-21 Volker Lendeckes3: Fix some nonempty blank lines
2009-11-21 Volker Lendeckes3: Remove a struct typedef
2009-11-21 Volker Lendeckes3: Convert cli_get_fs_attr_info to the async API
2009-11-17 Volker Lendeckes3: Fix the build on Solaris
2009-11-16 Stefan Metzmachers3:libsmb: avoid passing a function call as function...
2009-11-14 Volker Lendeckes3: Add min_setup, min_param and min_data to cli_trans_recv
2009-11-14 Volker Lendeckes3: Convert cli_set_unix_extensions_capabilities_send...
2009-11-14 Volker Lendeckes3: Tiny logic simplification
2009-11-13 Volker Lendeckes3: Convert cli_unix_extensions_version to async
2009-11-12 Jeremy AllisonEnsure all callers to the rpc_client/cli_pipe functions...
2009-11-12 Günther Deschners3-kerberos: avoid using ERROR_TABLE_BASE_krb5 without...
2009-11-12 Günther Deschners3-kerberos: add smb_krb5_principal_get_realm().
next