index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
raw
/
clisession.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
libcli: Fix whitespace
Volker Lendecke
1
-13
/
+13
2019-09-25
s4/libcli/raw: clang: Fix 'Value stored to 'p' is never read'
Noel Power
1
-3
/
+3
2016-06-18
s4: libcli: Internal SMB1 pid is already stored as and uses 32-bits. Correct ...
Jeremy Allison
1
-1
/
+1
2012-07-23
s4:libcli/raw: setup a smbXcli_session for each smbcli_session
Stefan Metzmacher
1
-1
/
+13
2011-11-30
s4:libcli/raw: implement on top of smbXcli_conn/req
Stefan Metzmacher
1
-1
/
+2
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
1
-1
/
+0
2008-09-30
Pass options struct into session initialization functions rather than
Jelmer Vernooij
1
-4
/
+3
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-1
/
+2
2008-02-21
Fix the build.
Jelmer Vernooij
1
-0
/
+1
2008-02-21
Remove yet more global_loadparm instances.
Jelmer Vernooij
1
-0
/
+3
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
1
-10
/
+10
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r15741: move smb2 request structures into the main smb request structs
Stefan Metzmacher
1
-0
/
+7
2007-10-10
r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().
Tim Potter
1
-8
/
+9
2007-10-10
r7569: Fix typo in comments.
Tim Potter
1
-2
/
+2
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-2
/
+2
2007-10-10
r5322: removed a whole bunch of #include lines that minimal_includes.pl
Andrew Tridgell
1
-1
/
+0
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4951: some of the code dealing with libcli was getting too complex trying to
Andrew Tridgell
1
-3
/
+8
2007-10-10
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
1
-352
/
+6
2007-10-10
r4769: added a smb_composite_connect() function that provides a simple async
Andrew Tridgell
1
-3
/
+3
2007-10-10
r4758: - added async support to the session request code
Andrew Tridgell
1
-3
/
+1
2007-10-10
r4361: fix the build
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r4173: - new t2open code, that can cope with "create with EAs". Many thanks
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4080: missing file from the last commit
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4070: move some defines from asn_1.h to the places they belong to
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3400: - allow callers to control the flags2 field in raw packets
Andrew Tridgell
1
-0
/
+22
2007-10-10
r3354: honor "max xmit" and "max mux" from smb.conf in our client code. This
Andrew Tridgell
1
-6
/
+6
2007-10-10
r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...
Andrew Tridgell
1
-13
/
+1
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
1
-19
/
+31
2007-10-10
r2655: fixed an error in the shutdown of the sock->transport->session->tree
Andrew Tridgell
1
-1
/
+0
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
r2629: convert gensec to the new talloc model
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2587: fixed a couple of authentication memory leaks. There are more to be
Andrew Tridgell
1
-2
/
+3
2007-10-10
r2497: fixed an uninitialised 4 bytes in old style session setup (found with ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,
Andrew Bartlett
1
-10
/
+19
2007-10-10
r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r1985: take advantage of the new talloc in a few more places
Andrew Tridgell
1
-9
/
+4
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
1
-70
/
+70
2007-10-10
r1602: make sure we honor the use_spnego flag
Andrew Tridgell
1
-1
/
+2
2007-10-10
r1521: Updates to our SMB signing code.
Andrew Bartlett
1
-14
/
+29
2007-10-10
r1475: More kerberos work
Andrew Bartlett
1
-0
/
+7
[next]