Merge branch 'v3-2-stable' into my_branch
[ira/wip.git] / source3 / libsmb / cliconnect.c
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 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Günther Deschnerr24737: Remove older TODO: Convert internal_resolve_nam...
2007-10-10 Jeremy Allisonr24281: Fix bug found by Herb. The vuid entry in the...
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 Allisonr23554: Fix bug #4711 by makeing cli_connect return...
2007-10-10 Jeremy Allisonr22950: Fix the issue Volker reported here :
2007-10-10 Volker Lendecker22929: Attempt to fix some build farm failures: On...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Günther Deschnerr22644: Fix memleak.
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22122: Start to fix csc issue with Vista. Make smbd...
2007-10-10 Stefan Metzmacherr22092: - make spnego_parse_auth_response() more generi...
2007-10-10 Jeremy Allisonr21990: Stop messing with the signing engine just because
2007-10-10 Jeremy Allisonr21922: Fixed the build by rather horrid means. I reall...
2007-10-10 Jeremy Allisonr21894: Some refactoring of server side encryption...
2007-10-10 Jeremy Allisonr21755: Memory leak fixes from Zack Kirsch <zack.kirsch...
2007-10-10 Jeremy Allisonr21577: Remove unneeded #define (part of earlier patch...
2007-10-10 Jeremy Allisonr21576: Patch based on work from Todd Stecher <todd...
2007-10-10 Günther Deschnerr21240: Fix longstanding Bug #4009.
2007-10-10 Derrell Lipmanr19250: Fixes bug 4156.
2007-10-10 Volker Lendecker19043: There's no point in #ifdef'ing the detection...
2007-10-10 Volker Lendecker19042: Fix the non-krb5 build. This needs sooo severe...
2007-10-10 Volker Lendecker19041: Make us connect to Vista RC1. Apparently metze...
2007-10-10 Günther Deschnerr18969: Fix typo.
2007-10-10 Jeremy Allisonr18613: Metze, in your DLINKLIST commit you changed...
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Volker Lendecker17583: Change internal cli_session_setup functions...
2007-10-10 Volker Lendecker17571: Change the return code of cli_session_setup...
2007-10-10 Andrew Bartlettr17216: From Kai Blin <kai.blin@gmail.com>:
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker15755: Fix Coverity bug # 294. Apparently password...
2007-10-10 Gerald Carterr15681: fix segv in 'kinit && net ads join'
2007-10-10 Jeremy Allisonr15610: Fix Coverity #288 - possible null deref.
2007-10-10 Volker Lendecker15589: While trying to understand the vuid code I...
2007-10-10 Jeremy Allisonr15162: Patch for bug #3668. Windows has a bug with...
2007-10-10 Günther Deschnerr14585: Tighten argument list of kerberos_kinit_passwor...
2007-10-10 Jeremy Allisonr13502: Fix error messages for usershares when smbd...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Gerald Carterr13310: first round of server affinity patches for...
2007-10-10 Volker Lendecker11975: Fix valgrind error -- bug 3291
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Gerald Carterr11240: * fix invalid read reported by valgrind in the
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 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Gerald Carterr5994: proper fix for smbclient and win98 file servers...
2007-10-10 Gerald Carterr5952: BUG 2469: patch from Jason Mader to cleanup...
2007-10-10 Gerald Carterr5729: partial fixes for BUG 2308; libsmbclient patches...
2007-10-10 Gerald Carterr5518: Add initial msdfs support to smbclient. Current...
2007-10-10 Gerald Carterr5495: * add in some code from Mike Nix <mnix@wanm...
2007-10-10 Jeremy Allisonr4970: Fix for bug 2092, allowing fallback after kerber...
2007-10-10 Jeremy Allisonr4917: Merge some of Derrell.Lipman@UnwiredUniverse...
2007-10-10 Jeremy Allisonr4186: Fix client & server to allow 127k READX calls.
2007-10-10 Jeremy Allisonr3377: Merge in first part of modified patch from Nalin...
2007-10-10 Volker Lendecker2466: Fix memleak found by sean.chandler@verizon.net.
2007-10-10 Jeremy Allisonr2371: Fix for talking to OS/2 clients (max_mux ignored...
2007-10-10 Andrew Bartlettr1612: Fix bug #1571 found by Guenter Kukkukk <guenter...
2007-10-10 Andrew Bartlettr1487: Remove unused parameter for the client-side...
2007-10-10 Jeremy Allisonr525: More memory leak fixes from kawasa_r@itg.hitachi...
2007-10-10 Jeremy Allisonr523: Fix from kawasa_r@itg.hitachi.co.jp to initialise...
2007-10-10 Andrew Bartlettr176: Improve our fallback code for password changes...
2004-03-31 Herb Lewisfix typo
2004-03-27 Andrew BartlettRevert bogus part of smb signing commit - when Win2k...
2004-03-27 Andrew BartlettBased on the detective work of Jianliang Lu <j.lu@tiess...
2004-03-27 Andrew BartlettMerge from HEAD the SMB signing patch that I developed...
2004-03-24 Jim McDonoughFix bugzilla # 1208
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-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...
2004-01-15 Gerald Carter* BUG 446
2004-01-15 Gerald Carter* BUG 446
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-08 Andrew BartlettThis merges in my 'always use ADS' patch. Tested on...
2004-01-08 Andrew BartlettMake it clearer that the domain here is the domain...
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-04 Andrew BartlettEven if the 'device type' is always an ascii string...
2003-12-27 Volker LendeckePreliminary fix for our signing problem with failed...
2003-12-27 Volker LendeckePreliminary fix for our signing problem with failed...
2003-12-04 Steve FrenchFix incorrect smb flags2 for connections to pre-NT...
2003-12-01 Jeremy AllisonClient connect signing error messages should be level...
2003-12-01 Jeremy AllisonClient connect signing error messages should be level...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-09-16 Jeremy AllisonFix #442 which Alexander considered a showstopper....
2003-09-16 Jeremy AllisonFix #442 which Alexander considered a showstopper....
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-06 Gerald Carteraddress bug #359. Andrew B's patch for implementing...
2003-08-22 Gerald Carterrevert abartet's change that removed the check for...
2003-08-20 Gerald Cartermetze's autogenerate patch for version.h
2003-08-19 Andrew BartlettBreak up 'cli_full_connection' to allow for the session...
2003-08-14 Andrew BartlettChange Samba to always use extended security for it...
next