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
/
clisession.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2007-10-10
r1462: GENSEC Kerberos and SPENGO work:
Andrew Bartlett
1
-13
/
+17
2007-10-10
r1409: if we have no user name don't use extended security
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1406: I got spnego in the smb client working
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r1348: get gensec backend by OID instead of name
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1345: add extended security spnego support to the smb client
Stefan Metzmacher
1
-4
/
+107
[next]