Merge branch 'setxattr-dos-mode' into v3-2-test
[ira/wip.git] / source3 / client / client.c
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Volker Lendeckestrtok -> strtok_r
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-18 Jeremy AllisonFix error message for new allinfo command.
2008-01-18 Volker LendeckeAdd the "allinfo" command to smbclient
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-09 Karolin SeegerCorrect comment. Default debug level of smbclient is...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonUse the common -e option not the custom one.
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonFix idle client reading keepalive.
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2007-12-31 Jeremy AllisonWe may use 127k read/write for encrypted connections.
2007-12-30 Jeremy AllisonFix error message.
2007-12-30 Jeremy AllisonAdded -e, --encrypt option to smbclient that immediately
2007-12-28 Jeremy AllisonAdd the capability to set "smb encrypt = required"
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 LendeckeRemove next_token_nr_talloc and its associated global
2007-12-18 Rishi SrivatsavaiAdd smbclient support for basic mDNS browsing.
2007-12-14 Karolin SeegerRevert smbclient changes.
2007-12-14 Karolin SeegerMake smbclient to display error message and usage in...
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-09 James PeachMove load_case_tables() to after logging is set up...
2007-12-08 Volker LendeckeFix C++ warnings
2007-12-07 Jeremy AllisonMore null deref fixes.
2007-12-07 Jeremy AllisonMore null deref fixes.
2007-12-07 Jeremy AllisonDon't deref null pointers.
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Jeremy AllisonAdd popt to binaries in makefile. Hack clitar to compil...
2007-12-07 Jeremy AllisonRemove pstrings from client/client.c by doing a large...
2007-12-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-06 Andreas SchneiderRemove trailing slashes from service name
2007-11-30 Jeremy AllisonRemove PSTRING_LEN from smbd/ nmbd/.
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-11-05 Jeremy AllisonRemove the horror that was the global smb_rw_error.
2007-11-02 Jeremy AllisonChange the client library to write directly out of
2007-10-31 Jeremy AllisonAdd printout of large read/write caps if detected.
2007-10-28 Jeremy AllisonChange all occurrences of zero_addr(&ss,AF_INET) to
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Volker Lendecker25169: Fix bug 4028
2007-10-10 Volker Lendecker24223: Convert reply_echo to the new API
2007-10-10 Jeremy Allisonr24036: Fix dfs rename bug in smbclient reported by...
2007-10-10 Volker Lendecker23989: For testing purposes, add "echo" to smbclient
2007-10-10 Günther Deschnerr23825: Add ".." command as an alias to "cd ..".
2007-10-10 Günther Deschnerr23824: Add ls alias for lazy typers like me.
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 Simo Sorcer23571: Fix, parsing of multi byte share names.
2007-10-10 Jeremy Allisonr23554: Fix bug #4711 by makeing cli_connect return...
2007-10-10 Jeremy Allisonr22354: Make client select krb5 encrpyt if krb5 already on.
2007-10-10 Jeremy Allisonr22155: Fixed warning #4498 from jason@ncac.gwu.edu.
2007-10-10 Simo Sorcer22002: Fix bug #3974, there are still open issues...
2007-10-10 Jeremy Allisonr21992: Fix keepalive processing when encryption turned on.
2007-10-10 Jeremy Allisonr21901: Don't use fstrcat when you mean fstrcpy. Doh !
2007-10-10 Jeremy Allisonr21898: Added test command, fixed first valgrind bugs.
2007-10-10 Jeremy Allisonr21768: Fix the client dfs code such that smbclient can
2007-10-10 Jeremy Allisonr21750: Sync up with SAMBA_3_0_25. Only client changes...
2007-10-10 Jeremy Allisonr21734: Fix bug #4369. Patch from David Leonard <dleona...
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Herb Lewisr21657: get rid of warning - not everyone understands %F
2007-10-10 Jeremy Allisonr21641: Add test code for POSIX pathname calls into...
2007-10-10 Jelmer Vernooijr20832: Remove extra pointers previously added to uniqu...
2007-10-10 Volker Lendecker19797: Convert the remaining pipes to the "new" unique...
2007-10-10 Jeremy Allisonr19529: Added showacls togle. Previously was vendor...
2007-10-10 Volker Lendecker18876: Fix smbclient -L
2007-10-10 Stefan Metzmacherr18813: the generated rpccli_ functions give NTSTATUS
2007-10-10 Jelmer Vernooijr18802: Use the pidl-generated code for the srvsvc...
2007-10-10 Volker Lendecker18402: Comment and (hopefully) fix remote command...
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Volker Lendecker17571: Change the return code of cli_session_setup...
2007-10-10 Jeremy Allisonr16971: Ensure we use the correct separator for pathnames
2007-10-10 Jeremy Allisonr16962: Add a few utility fns into client. Allow POSIX...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16587: Fix Klocwork #1987. Memleak on reusing x_dbf.
2007-10-10 Volker Lendecker16338: Fix Klocwork ID 150
2007-10-10 James Peachr16274: Fix the smbclient prompting behaviour for both...
2007-10-10 Volker Lendecker16251: for i in `seq 1 1000`
2007-10-10 Volker Lendecker16250: Fix Klokwork IDs 148, 151, 152, 154.
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Volker Lendecker15098: Make smbclient -L use RPC to list shares, fall...
2007-10-10 Jeremy Allisonr14359: Try and fix Coverity #176 by making the pointer
2007-10-10 Jeremy Allisonr14351: Ensure we use the minimum of PATH_MAX and sizeo...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Jeremy Allisonr12555: Fix more load_case_table swegfaults. Arggg.
2007-10-10 Jeremy Allisonr11978: Volker's fix for #3292 (smbclient spins if...
2007-10-10 Jeremy Allisonr11976: (Slightly modified) Volker fix for #3293. Use...
2007-10-10 Jeremy Allisonr11839: Info level 0x101 is really a protocol NT level.
2007-10-10 Gerald Carterr11770: BUG 2718: don't use qpathinfo_basic() call...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Gerald Carterr10964: BUG 1051: store the directory path so we can...
2007-10-10 Jeremy Allisonr9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT...
next