r26644: Janitorial: Pass resolve_context explicitly to various SMB functions, should...
[samba.git] / source4 / libcli / raw / clitree.c
2008-01-02 Jelmer Vernooijr26644: Janitorial: Pass resolve_context explicitly...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26409: Pass smb ports along.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr15741: move smb2 request structures into the main...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Bartlettr11466: Clear up some memory leaks in smbclient.
2007-10-10 Volker Lendecker10878: Reply to some comments by tridge and metze:
2007-10-10 Stefan Metzmacherr10504: - seperate implementation specific stuff, from...
2007-10-10 Alexander Bokovoyr9479: More fixes for explicit ignoring of returned...
2007-10-10 Tim Potterr9222: Rename smb_tree_connect() to smb_raw_tcon()...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Jelmer Vernooijr5929: Use cli_credentials for the SMB functions as...
2007-10-10 Andrew Tridgellr5371: on port 139 the called name needs to be in uppercase
2007-10-10 Andrew Tridgellr4951: some of the code dealing with libcli was getting...
2007-10-10 Andrew Tridgellr4810: fixed anonymous connections with smbclient....
2007-10-10 Andrew Tridgellr4777: added a smb_composite_sesssetup() async composit...
2007-10-10 Andrew Tridgellr4769: added a smb_composite_connect() function that...
2007-10-10 Andrew Tridgellr4758: - added async support to the session request...
2007-10-10 Stefan Metzmacherr4726: - use the name tcon and tid instead of conn...
2007-10-10 Andrew Bartlettr4356: Allow anonymous connections to use NTLMSSP....
2007-10-10 Stefan Metzmacherr4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 Andrew Tridgellr3419: moved the libcli/raw structures into libcli...
2007-10-10 Andrew Tridgellr2710: continue with the new style of providing a paren...
2007-10-10 Andrew Tridgellr2680: switched the libcli/raw/ code over to use talloc...
2007-10-10 Andrew Tridgellr2660: - converted the libcli/raw/ library to use tallo...
2007-10-10 Andrew Tridgellr2655: fixed an error in the shutdown of the sock-...
2007-10-10 Andrew Tridgellr2654: fixed some more server memory leaks. We are...
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
2007-10-10 Andrew Tridgellr1985: take advantage of the new talloc in a few more...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Tridgellr1897: added a choose_called_name() function that allow...
2007-10-10 Stefan Metzmacherr1654: rename cli_ -> smbcli_
2007-10-10 Stefan Metzmacherr1469: fix a segfault and compiler warning,
2007-10-10 Andrew Bartlettr1460: Avoid a compile warning.
2007-10-10 Stefan Metzmacherr1409: if we have no user name don't use extended security
2007-10-10 Stefan Metzmacherr1345: add extended security spnego support to the...
2004-01-15 Andrew Tridgell* fixed a segv when -U is not used in smbtorture.
2004-01-02 Tim PotterAutodetect service_type in cli_tree_full_connection...
2003-08-15 Andrew Tridgellmore fixes from the IRIX compiler (thanks herb!)
2003-08-15 Andrew Tridgellsome servers don't return a fs_type and dev_type
2003-08-13 Andrew Tridgelluse the \\server\share form of tconx to work with serve...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code