cli_ucs2
[metze/samba/wip.git] / source3 / libsmb / clientgen.c
2009-01-29 Volker Lendeckecli_ucs2
2009-01-15 Jeremy AllisonRemove smbclient globals that bled into clidfs.c. Now...
2008-12-29 Volker LendeckeAttempt to fix bug 5953: Make cli_send_smb_direct_write...
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckePass "bytes_alignment" up through cli_request_send
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-08 Volker LendeckeSimplify async programming a bit with helper routines
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-21 Volker LendeckeMake use of TALLOC_ZERO_P
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-28 Volker LendeckeRemove cli_request_get()
2008-08-28 Volker LendeckeAdd async smbecho client support
2008-07-01 Jeremy AllisonTwo more fixes from Jim Brown <jim.brown@miami.edu...
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-28 Jeremy AllisonSecurity fix for CVE-2008-1105: Boundary failure when...
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-20 Volker LendeckeReplace cli_rpc_pipe_close by a talloc destructor on...
2008-04-19 Volker LendeckeAdd "desthost" to rpc_pipe_client
2008-04-19 Volker LendeckeRefactoring: Make struct rpc_pipe_client its own talloc...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-28 Volker LendeckeAdd cli_setup_packet_buf
2008-02-28 Volker LendeckeMake cli_struct a talloc parent
2008-02-28 Volker LendeckeAdd explicit buf arg to cli_check_sign_mac
2008-02-28 Volker LendeckeAdd explicit buf arg to cli_encrypt_message and cli_cal...
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-02 Volker LendeckeConvert receive_smb_raw to NTSTATUS
2008-02-02 Volker Lendeckeread_socket_with_timeout_ntstatus->read_socket_with_timeout
2008-02-02 Volker LendeckeGet rid of read_socket_with_timeout
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Volker Lendeckeread_socket_with_timeout has timeout=0 handling
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-27 Jeremy AllisonEncryption works better when you add the client decrypt...
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Volker LendeckeSome C++ warnings
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-11-05 Jeremy AllisonRemove the horror that was the global smb_rw_error.
2007-11-03 Jeremy AllisonRemove the smb_read_error global variable and replace
2007-11-02 Jeremy AllisonChange the client library to write directly out of
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Volker Lendecker24223: Convert reply_echo to the new API
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr22950: Fix the issue Volker reported here :
2007-10-10 Volker Lendecker22930: Next attempt to get the build farm in line.
2007-10-10 Volker Lendecker22929: Attempt to fix some build farm failures: On...
2007-10-10 Jeremy Allisonr22924: Fix the build by correctly processing readX
2007-10-10 Jeremy Allisonr22920: Add in the UNIX capability for 24-bit readX...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22212: Cope with signature errors on sessionsetupX...
2007-10-10 Jeremy Allisonr21994: Ignore keepalives in the correct buffer (out...
2007-10-10 Jeremy Allisonr21993: Don't let keepalives interferece with sign...
2007-10-10 Jeremy Allisonr21992: Fix keepalive processing when encryption turned on.
2007-10-10 Jeremy Allisonr21991: I hate Steve French :-). Add support for encryption
2007-10-10 Jeremy Allisonr21990: Stop messing with the signing engine just because
2007-10-10 Jeremy Allisonr21939: Fix missing initialization that
2007-10-10 Jeremy Allisonr21922: Fixed the build by rather horrid means. I reall...
2007-10-10 Jeremy Allisonr21880: Make client and server calls into encryption...
2007-10-10 Jeremy Allisonr21865: Add in the stubs for SMB transport encryption...
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Derrell Lipmanr18014: revert a possibly unnecessary change
2007-10-10 Derrell Lipmanr18011: Should fix bug 3835.
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Günther Deschnerr16458: Increase debuglevel of cli_rpc_pipe_close().
2007-10-10 Jeremy Allisonr16356: Helping derrell out. Jeremy.
2007-10-10 Gerald Carterr13676: have to return a value from a non-void function
2007-10-10 Gerald Carterr13671: fix return value in (void)fn()
2007-10-10 Jeremy Allisonr13614: First part of the bugfix for #3510 - net join...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Derrell Lipmanr12225: r11729@cabra: derrell | 2005-12-13 22:59...
2007-10-10 Jeremy Allisonr11976: (Slightly modified) Volker fix for #3293. Use...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Tim Potterr8572: Remove crufty #define NO_SYSLOG as it's not...
2007-10-10 Jeremy Allisonr7554: Refactor very messy code in util_sock.c Remove...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Gerald Carterr5729: partial fixes for BUG 2308; libsmbclient patches...
2007-10-10 Gerald Carterr5495: * add in some code from Mike Nix <mnix@wanm...
2007-10-10 Volker Lendecker4570: Replace cli->nt_pipe_fnum with an array of NT...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Andrew Bartlettr1487: Remove unused parameter for the client-side...
2007-10-10 Jeremy Allisonr1154: Change default setting for case sensitivity...
2007-10-10 Volker Lendecker446: Close the open NT pipes before the tdis.
2007-10-10 Alexander Bokovoyr76: Fix smbfs problem with Tree Disconnect issued...
2004-03-27 Andrew BartlettMerge from HEAD the SMB signing patch that I developed...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-19 Gerald Carterupdating release notes & merging Derrel Lipman's libsmb...
2004-03-19 Gerald Cartercleaning up a few compiler warngings
2004-03-19 Gerald Carterwrap cli_tdis() in check to make sure we have a valid...
2004-03-18 Richard SharpeCommit Derrell Lipman's changes and fixes to libsmbclie...
2004-03-09 Andrew BartlettCommit to HEAD the updates to smb signing code that...
next