index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
raw
/
clitree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11466: Clear up some memory leaks in smbclient.
Andrew Bartlett
1
-2
/
+6
2007-10-10
r10878: Reply to some comments by tridge and metze:
Volker Lendecke
1
-0
/
+1
2007-10-10
r10504: - seperate implementation specific stuff, from the generic composite
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function
Tim Potter
1
-8
/
+8
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-2
/
+3
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-5
/
+2
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
1
-6
/
+2
2007-10-10
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
1
-6
/
+5
2007-10-10
r5371: on port 139 the called name needs to be in uppercase
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4951: some of the code dealing with libcli was getting too complex trying to
Andrew Tridgell
1
-3
/
+9
2007-10-10
r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...
Andrew Tridgell
1
-2
/
+6
2007-10-10
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
1
-143
/
+4
2007-10-10
r4769: added a smb_composite_connect() function that provides a simple async
Andrew Tridgell
1
-0
/
+34
2007-10-10
r4758: - added async support to the session request code
Andrew Tridgell
1
-6
/
+8
2007-10-10
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r4356: Allow anonymous connections to use NTLMSSP. The silly bugs that
Andrew Bartlett
1
-1
/
+0
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
1
-2
/
+3
2007-10-10
r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...
Andrew Tridgell
1
-17
/
+5
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
1
-21
/
+17
2007-10-10
r2655: fixed an error in the shutdown of the sock->transport->session->tree
Andrew Tridgell
1
-1
/
+2
2007-10-10
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2247: talloc_destroy -> talloc_free
Tim Potter
1
-4
/
+4
2007-10-10
r1985: take advantage of the new talloc in a few more places
Andrew Tridgell
1
-10
/
+5
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1897: added a choose_called_name() function that allows us to more sanely
Andrew Tridgell
1
-6
/
+6
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
1
-50
/
+50
2007-10-10
r1469: fix a segfault and compiler warning,
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r1460: Avoid a compile warning.
Andrew Bartlett
1
-2
/
+5
2007-10-10
r1409: if we have no user name don't use extended security
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1345: add extended security spnego support to the smb client
Stefan Metzmacher
1
-3
/
+1
2004-01-15
* fixed a segv when -U is not used in smbtorture.
Andrew Tridgell
1
-3
/
+9
2004-01-02
Autodetect service_type in cli_tree_full_connection() if the caller
Tim Potter
1
-0
/
+6
2003-08-15
more fixes from the IRIX compiler (thanks herb!)
Andrew Tridgell
1
-2
/
+0
2003-08-15
some servers don't return a fs_type and dev_type
Andrew Tridgell
1
-2
/
+6
2003-08-13
use the \\server\share form of tconx to work with servers that don't
Andrew Tridgell
1
-1
/
+4
2003-08-13
first public release of samba4 code
Andrew Tridgell
1
-0
/
+290