s3:smbspool: Fix cmdline argument handling
[samba.git] / source3 / libsmb /
2018-05-03 Jeremy Allisons3: libsmbclient: Fix hard-coded connection error retur...
2018-04-24 Volker Lendecketevent: Fix callers of tevent_req_set_endtime
2018-04-10 Volker Lendeckelibsmb: Pass "account_name/flags" through nb_getdc
2018-04-10 Volker Lendeckelibsmb: Pass "account_name/flags" through prep_getdc_re...
2018-04-10 Volker Lendeckelibsmb: Introduce a helper variable
2018-04-10 Volker Lendeckelibsmb: Give dsgetdcname.c its own header
2018-04-10 Volker Lendeckelibsmb: Give namequery.c its own header
2018-04-10 Volker Lendeckelibsmb: Remove unused trustdom_cache.c
2018-04-05 Noel Powerpython3 port for libsmb_samba_internal module
2018-04-04 Volker Lendeckelibsmb: Handle IO_TIMEOUT in cli_smb2_notify properly
2018-03-22 Andrew Bartlettlibsmb: Use the same #ifdef for is_our_primary_domain...
2018-03-20 Andreas Schneiders3:libsmb: Fix size types in nmblib
2018-03-19 Stefan Metzmachers3:libsmb/samlogon_cache: zero session keys before...
2018-03-01 Dan Robertsonlibsmb: Use smb2 tcon if conn_protocol >= SMB2_02
2018-03-01 Andreas Schneiderlibsmb: Remove incorrect fall through comment in trusts...
2018-03-01 Andreas Schneiders3:libsmb: Add FALL_THROUGH statements in dsgetdcname.c
2018-02-22 Stefan Metzmachers3:cliconnect.c: remove useless ';'
2018-02-22 Stefan Metzmachers3:libsmb: allow -U"\\administrator" to work
2018-02-13 Volker Lendeckedsgetdcname: Add some const
2018-02-13 Volker Lendeckelibsmb: Fix an error path memleak
2018-02-13 Volker Lendeckelibsmb: Fix destructor setup in unexpected.c
2018-02-08 Volker Lendeckelib: Make g_lock_unlock use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_lock use TDB_DATA
2018-01-25 Volker Lendeckelibnmb: Fix CID 1428474 Incorrect expression (COPY_PAST...
2018-01-24 Volker Lendeckelibnmb: Move "read_packet" to nmbd
2018-01-23 Volker Lendeckelibnmb: Make nb_packet_read_recv return a talloc'ed pkt
2018-01-23 Volker Lendeckelibnmb: Add "parse_packet_talloc"
2018-01-23 Volker Lendeckedsgetdcname: Fix a signed/unsigned hickup
2018-01-23 Volker Lendeckelibnmb: Fix two signed/unsigned hickups
2018-01-23 Volker Lendeckelibnmb: tsocket_address_unix_from_path deals fine with...
2018-01-23 Volker Lendeckelibnmb: Remove a pointless struct member
2018-01-23 Volker Lendeckelibsmb: Give unexpected.c its own header
2018-01-21 Puran ChandAdded smbc_SetConfiguration which lets the user set...
2017-12-18 Gary Lockyersource3/libsmb/unexpected.c set socket close on exec
2017-12-10 Puran ChandAdded smbc_SetLogCallback which lets third party code...
2017-12-06 Jeremy Allisons3: libsmb: Plumb in the new SMB2 get reparse point...
2017-12-06 Jeremy Allisons3: libsmb: Add SMB2 calls cli_smb2_get_reparse_point_f...
2017-12-06 Jeremy Allisons3: libsmb: Do a naive response to SMB2 "stopped on...
2017-12-06 Jeremy Allisons3: libsmb: Plumb in the new SMB2 reparse point calls...
2017-12-06 Jeremy Allisons3: libsmb: Add SMB2 calls cli_smb2_set_reparse_point_f...
2017-12-06 Jeremy Allisons3: libsmb: Make cli_close_send()/cli_close_recv()...
2017-12-06 Jeremy Allisons3: libsmb: Rename cli_close_create() -> cli_smb1_close...
2017-11-30 Jeremy Allisons3: libsmb: Fix reversing of oldname/newname paths...
2017-11-30 Jeremy Allisons3: client: Rename <oldname> to <link_target> in cmd_sy...
2017-11-30 Jeremy Allisons3: libsmb: Fix valgrind read-after-free error in cli_s...
2017-11-29 Volker Lendeckelib: Pass blob instead of &blob to gencache_set_data_blob
2017-11-20 Andrew BartlettUse talloc_stackframe() not talloc_tos() in namequery.c
2017-11-20 Gary Lockyersource3: remove sock_exec
2017-11-17 Volker Lendeckelibsmb: Fix a typo
2017-11-15 Jeremy Allisons3: smbclient: Implement "volume" command over SMB2.
2017-11-15 Jeremy Allisons3: libsmb: smbc_statvfs is missing the supporting...
2017-11-13 Volker Lendeckenetsamlogon_cache: Use ndr_pull_struct_blob_all
2017-11-11 Jeremy Allisonlibsmbclient: Allow server (NetApp) to return STATUS_IN...
2017-11-09 David Muldersmbc_opendir should not return EEXIST with invalid...
2017-10-27 Andreas Schneiderlibsmbclient: Use const for the user
2017-09-25 Volker Lendeckenetlogon_creds_cli: Protect netlogon_creds_cli_auth...
2017-09-20 Stefan MetzmacherCVE-2017-12150: s3:libsmb: only fallback to anonymous...
2017-09-20 Stefan MetzmacherCVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DE...
2017-09-20 Stefan MetzmacherCVE-2017-12151: s3:libsmb: make use of cli_state_is_enc...
2017-09-20 Stefan MetzmacherCVE-2017-12151: s3:libsmb: add cli_state_is_encryption_...
2017-08-24 Andreas Schneiders3:libsmb: Print the kinit failed message with DBGLVL_N...
2017-08-23 Andreas Schneiders3:libsmb: Move prototye of remote_password_change()
2017-08-23 Andreas Schneiders3:libsmb: Pass domain to remote_password_change()
2017-08-18 Stefan Metzmachers3:libsmb: let do_connect() debug the negotiation resul...
2017-08-18 Stefan Metzmachers3:libsmb: don't call cli_NetServerEnum() on SMB2/3...
2017-08-18 Stefan Metzmachers3:libsmb: let get_ipc_connect() use CLI_FULL_CONNECTIO...
2017-08-17 Jeremy Allisons3: libsmb: Add cli_smb2_chkpath() and use from cli_chk...
2017-07-25 Volker Lendeckelibsmb: Enable "cli_notify" for SMB2+
2017-07-25 Volker Lendeckelibsmb: Add cli_smb2_notify
2017-07-25 Jeremy Allisons3: libsmb: Implement cli_smb2_setatr() by calling...
2017-07-25 Jeremy Allisons3: libsmb: Add cli_smb2_setpathinfo(), to be called...
2017-07-25 Jeremy Allisons3: libsmbclient: Fix cli_setpathinfo_basic() to treat...
2017-07-22 Thomas Jaroschs3: libsmb: Fix use-after-free when accessing pointer *p.
2017-07-18 Jeremy Allisons3: libsmb: Reverse sense of 'clear all attributes...
2017-07-06 Richard SharpeAdd support for passing the max_referral_level into...
2017-07-03 Ralph Boehmesamlogon_cache: add netsamlog_cache_for_all()
2017-06-27 Stefan Metzmachers3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()
2017-06-27 Stefan Metzmachers3:libsmb: remove unused 'bool show_hdr' from cli_cm_co...
2017-06-27 Stefan Metzmachers3:libsmb: remove unused show_sessetup handling from...
2017-06-27 Stefan Metzmachers3:trusts_util: make use the workstation password chang...
2017-06-27 Stefan Metzmachers3:trusts_util: also pass the previous_nt_hash to netlo...
2017-06-27 Stefan Metzmacherlibcli/auth: pass the cleartext blob to netlogon_creds_...
2017-06-27 Stefan Metzmacherlibcli/auth: pass an array of nt_hashes to netlogon_cre...
2017-06-27 Stefan Metzmachers3:trusts_util: pass dcname to trust_pw_change()
2017-06-22 Stefan Metzmachers3:libsmb: add CLI_FULL_CONNECTION_DISABLE_SMB1
2017-06-22 Stefan Metzmachers3:pylibsmb: use CLI_FULL_CONNECTION_FORCE_SMB1 in...
2017-06-22 Stefan Metzmachers3:libsmb: add CLI_FULL_CONNECTION_FORCE_SMB1
2017-06-22 Stefan Metzmachers3:libsmb: add support for SMB2 to cli_nt_delete_on_clo...
2017-06-22 Stefan Metzmachers3:libsmb: add cli_smb2_delete_on_close*()
2017-06-22 Stefan Metzmachers3:libsmb: normalize leading slashes in cli_resolve_path()
2017-06-22 Stefan Metzmachers3:libsmb: no longer pass remote_realm to cli_state_cre...
2017-06-22 Stefan Metzmachers3:libsmb: remove unused cli_state_remote_realm()
2017-06-17 Jeremy Allisons3: libsmb: Correctly save and restore connection tcon...
2017-06-17 Jeremy Allisons3: libsmb: Correctly do lifecycle management on cli...
2017-06-17 Jeremy Allisons3: libsmb: Fix cli_state_has_tcon() to cope with SMB2...
2017-06-17 Jeremy Allisons3: libsmb: Widen cli_state_get_tid() / cli_state_set_t...
2017-06-17 Jeremy Allisons3: libsmb: Add cli_state_save_tcon() / cli_state_resto...
2017-06-09 Stefan Metzmachers3:libsmb: add cli_state_update_after_sesssetup() helpe...
2017-06-09 Andreas SchneiderRevert "s3:libsmb: Fix printing the session setup infor...
2017-06-07 Andreas Schneiders3:libsmb: Fix printing the session setup information
next