ntdb: respect TDB_NO_FSYNC flag for 'make test'
[ddiss/samba.git] / source4 / libcli /
2012-06-20 Amitay Isaacss4-pysmb: Parse security info as an unsigned integer
2012-06-20 Andrew BartlettRevert "s4-libcli: Remove unused finddcs_nbt"
2012-06-07 Andrew Bartletts4-libcli: Remove unused finddcs_nbt
2012-05-23 Alexander Bokovoydns: fix comments and make s4/libcli/resolve dns resolv...
2012-05-23 Simo Sorces4-resolve: Remove dependency on libroken
2012-05-08 Michael Adams4:libcli:raw: fix a comment typo in smb_setfileinfo()
2012-05-06 Stefan Metzmachers4:libcli/smb2: use PROTOCOL_LATEST
2012-04-27 Stefan Metzmacherlibcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_const...
2012-04-25 Andrew Bartletts4-torture: enable raw.composite test again, and conver...
2012-04-18 Jeremy AllisonAdd smb_raw_setfsinfo() - currently only available...
2012-04-18 Michael Adams4:samdb:rootdse: implement the schemaUpgradeInProgress...
2012-04-16 Stefan Metzmachers4:libcli/smb2: fix anonymous session setups against...
2012-04-16 Stefan Metzmachers4:libcli/smb2: remove unused dependency to LIBPACKET
2012-04-01 Richard SharpeFix some of the issues that Jelmer identified in my...
2012-04-01 Richard SharpeAdd an open and close method to samba.smb.SMB so we...
2012-03-26 Richard SharpeFix the PyDoc comments in samba.smb.SMB and add a secur...
2012-03-25 Jelmer VernooijLIBCLI_SMB2: Depend on cli_smb_common rather than libsmb.
2012-03-15 Jelmer Vernooijlibsmbclient-raw: Install smb_composite.h.
2012-03-07 Gregor Becks4:libcli/smb2: allow smb2_session_setup_spnego to...
2012-03-07 Amitay Isaacss4-libcli: pysmb: Fix typo in secinfo_flags
2012-03-03 Michael Adams4:libcli:smb2: set SMB2_CAP_ALL in the negprot
2012-03-03 Michael Adams4:libcli:smb2: store the share capabilites in the...
2012-03-03 Michael AdamsmbXcli: add the possiblilty to negotiate client capabi...
2012-03-03 Michael Adams4:libcli:smb2: allow max protocol 0x0224
2012-03-03 Michael Adams4:libcli:smb2: add support for parsing the durable...
2012-03-03 Michael Adams4:libcli:smb2: add support durable handle reconnect...
2012-03-03 Michael Adams4:libcli:smb2: add support durable handle request...
2012-03-03 Michael Adams4:libcli:smb2: add durable handle v2 data to the smb2_...
2012-02-27 Michael Adams4:libcli:smb2: add a smb2_connect_ext variant of smb2_...
2012-02-27 Michael Adams4:libcli:smb2: add a previous session argument to...
2012-02-27 Michael Adams4:libcli:smb2: add a previous session argument to...
2012-02-27 Michael Adams3:libsmb:smb2: pass previous session ID to session...
2012-02-27 Stefan Metzmachers4:libcli/smb2: remove unused 'session_key' from struct...
2012-02-27 Stefan Metzmacherlibcli/smb/smbXcli: maintain smb2 channel_signing_key...
2012-02-23 Michael Adams4:smbcli:smb2: add a random GUID to the transport...
2012-02-03 Michael Adams4:libcli:smb2: don't allocate the smb2_tree struct...
2012-02-03 Michael Adams4:libcli/torture:smb2: change smb2_tree_connect to...
2011-12-23 Matthias Dieter... s4:libcli/finddcs_nbt.c - free "req" consistently with...
2011-12-16 Stefan Metzmachers4:libcli/rap: the caller should get talloc children...
2011-12-16 Stefan Metzmachers4:libcli/rap: call->ndr_push_{param,data} can be tallo...
2011-12-16 Stefan Metzmachers4:libcli/rap: use talloc_zero() and initialize everything
2011-12-16 Stefan Metzmachers4:libcli/rap: remove unused members from struct rap_call
2011-12-16 Stefan Metzmachers4:libcli/rap: initialize call->rcv_datalen
2011-12-14 Andrew Bartletts4-resolv: fix dns_ex so as to fail correctly when...
2011-12-09 Stefan Metzmachers4:libcli/smb2: mark a request as error if we can't...
2011-12-09 Stefan Metzmachers4:libcli/raw: mark a request as error if we can't...
2011-12-05 Matthieu Patous4-resolver: do not use all the A and AAAA records...
2011-11-30 Stefan Metzmachers4:libcli/raw: implement on top of smbXcli_conn/req
2011-11-30 Stefan Metzmachers4:libcli: do the nbss session request within smbcli_so...
2011-11-30 Stefan Metzmachers4:libcli/raw: remove unused functions
2011-11-30 Stefan Metzmachers4:libcli: use smbcli_sock_connect() in smbcli_socket_c...
2011-11-30 Stefan Metzmachers4:libcli: move smbcli_transport_establish() logic...
2011-11-30 Stefan Metzmachers4:libcli: convert smbcli_transport_connect_* to tevent_req
2011-11-29 Stefan Metzmachers4:libcli/raw: copy smbcli_transport_connect_* to cliso...
2011-11-29 Stefan Metzmachers4:libcli/raw: add transport->ev as copy of transport...
2011-11-29 Stefan Metzmachers4:libcli/smb2: make sure only one idle event runs...
2011-11-26 Matthias Dieter... s4:libcli/finddcs_cldap.c - let "finddcs_cldap" work...
2011-11-24 Stefan Metzmachers4:libcli/smb2: use talloc_zero() in smb2_request_init()
2011-11-24 Stefan Metzmachers4:libcli/smb2: fix compiler warning in smb2_push_o16s1...
2011-11-24 Stefan Metzmachers4:libcli/smb2: implement on top of smbXcli_conn/req
2011-11-10 Stefan Metzmachers4:finddcs_cldap: debug the correct server address...
2011-11-06 Matthieu Patous4-resolver: fix bug with DNS servers returning AAAA...
2011-11-03 Günther Deschnerwaf: convert NDR_NBT into shared library.
2011-11-03 Günther Deschnerlibrpc: only let NDR_NBT depend on NDR_NBT_BUF.
2011-11-03 Stefan Metzmachers4:libcli/smb2: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_...
2011-11-03 Stefan Metzmachers4:libcli/raw: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_R...
2011-11-03 Stefan Metzmachers4:libcli/smb2: remove unused SMB_SIGNING_AUTO handling
2011-11-03 Stefan Metzmachers4:libcli/raw: remove unused SMB_SIGNING_AUTO handling
2011-11-03 Stefan Metzmachers4:libcli/smb2: SMB_SIGNING_DEFAULT matches SMB_SIGNING...
2011-11-03 Stefan Metzmachers4:libcli/raw: SMB_SIGNING_DEFAULT matches SMB_SIGNING_...
2011-11-03 Stefan Metzmachers4:libcli/smb2: let SMB_SIGNING_AUTO behave like SMB_SI...
2011-11-03 Stefan Metzmachers4:libcli/raw: only use smb signing if required
2011-11-02 Matthieu Patous4-resolver: make it work back with ipv4 only DNS records
2011-10-30 Michael Adams4:libcli: in smb2_create_recv, map SMB2_CREATE_DURABLE...
2011-10-30 Michael Adamsource4/libcli: add bool durable_open to smb2_create...
2011-10-27 Andreas Schneiderreplace: Add don't include unistd.h directly and add...
2011-10-26 Stefan Metzmacherlibcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_con...
2011-10-24 Stefan Metzmachers4:libcli: rename smb_signing.h to smb_raw_signing...
2011-10-24 Stefan Metzmacherlibcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines...
2011-10-24 Stefan Metzmachers4:libcli/raw: remove unuded CMD_REPLY define
2011-10-24 Stefan Metzmacherlibcli/smb: move more defines to smb_constants.h
2011-10-24 Stefan Metzmacherlibcli/smb: move CAP_* defines to smb_constants.h
2011-10-22 Stefan Metzmachers4:finddcs_cldap: talloc free old memory before allocat...
2011-10-22 Stefan Metzmachers4:finddcs_cldap: close the socket when it's not used...
2011-10-22 Stefan Metzmachers4:finddcs_cldap: finddcs_cldap_recv() returns NTSTATUS
2011-10-21 Matthieu Patous4-cldap: fix cldap_socket_init to always specify the...
2011-10-21 Matthieu Patous4-resolv: fix resolution of SRV records pointing to...
2011-10-21 Stefan Metzmacherlibcli/smb: move some common defines to smb_constants.h
2011-10-19 Stefan Metzmachers4:libcli/raw: remove unused smb_len(), _smb_setlen...
2011-10-19 Stefan Metzmachers4:libcli/smb2: make use of _smb_setlen_tcp()
2011-10-19 Stefan Metzmachers4:libcli/raw: make use of _smb_setlen_nbt()
2011-10-19 David Disseldorps3: remove duplicate fsctl fn definitions
2011-10-19 David Disseldorplibcli: move ioctl function field defs to smb_constants
2011-10-18 Andrew Bartlettgensec: move event context from gensec_*_init() to...
2011-10-11 Andrew Bartlettlib/param move source4 param code to the top level
2011-10-10 Stefan Metzmacherlibcli/cldap: don't pass tevent_context to cldap_socket...
2011-10-10 Stefan Metzmacherlibcli/cldap: pass tevent_context to cldap_netlogon_send()
2011-10-04 Andrew Tridgells4-ldap: added DSDB_CONTROL_NO_GLOBAL_CATALOG to ldap...
2011-09-29 David Disseldorps4: add SMB2_FSCTL opcodes
2011-09-28 Stefan Metzmachers4:libcli/smb2: ignore SMB2_OP_CANCEL responses
next