summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clitree.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-1/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell1-2/+3
2007-10-10r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell1-17/+5
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-21/+17
2007-10-10r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell1-1/+2
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-1/+1
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-4/+4
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell1-10/+5
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell1-6/+6
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-50/+50
2007-10-10r1469: fix a segfault and compiler warning,Stefan Metzmacher1-3/+2
2007-10-10r1460: Avoid a compile warning.Andrew Bartlett1-2/+5
2007-10-10r1409: if we have no user name don't use extended securityStefan Metzmacher1-0/+1
2007-10-10r1345: add extended security spnego support to the smb clientStefan Metzmacher1-3/+1
2004-01-15* fixed a segv when -U is not used in smbtorture.Andrew Tridgell1-3/+9
2004-01-02Autodetect service_type in cli_tree_full_connection() if the callerTim Potter1-0/+6
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-2/+0
2003-08-15some servers don't return a fs_type and dev_typeAndrew Tridgell1-2/+6
2003-08-13use the \\server\share form of tconx to work with servers that don'tAndrew Tridgell1-1/+4
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+290