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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
negprot.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: Lift the smbd_messaging_context from reload_services
Volker Lendecke
2010-08-08
1
-2
/
+2
*
s3:smbd: fix valgrind warning, sizeof(16) != 16...
Stefan Metzmacher
2010-08-08
1
-1
/
+1
*
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
2010-07-20
1
-2
/
+2
*
Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().
Jeremy Allison
2010-07-19
1
-3
/
+3
*
Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
Jeremy Allison
2010-07-19
1
-23
/
+32
*
s3-auth: Simplify how we free the auth_context
Simo Sorce
2010-07-19
1
-2
/
+1
*
s3: Remove procid_self() from reply_negprot()
Volker Lendecke
2010-07-05
1
-1
/
+1
*
s3: Remove serverid_[de]register_self
Volker Lendecke
2010-07-04
1
-2
/
+3
*
s3: Explicitly pass sconn to negprot_spnego()
Volker Lendecke
2010-06-12
1
-3
/
+2
*
s3: Remove some global references to smbd_server_conn
Volker Lendecke
2010-06-12
1
-10
/
+9
*
s3: Fix a long-standing problem with recycled PIDs
Volker Lendecke
2010-03-10
1
-2
/
+2
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
1
-7
/
+6
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
1
-6
/
+7
*
Remove "Protocol" as an extern, and add accessor functions.
Jeremy Allison
2009-11-04
1
-7
/
+6
*
spnego: share spnego_parse.
Günther Deschner
2009-09-17
1
-0
/
+1
*
s3:smbd: move max_recv to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-3
/
+4
*
s3:smbd: move negprot related globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-26
/
+43
*
s3:smbd: allow SMB 2.002 dialect in SMB1 negprot
Stefan Metzmacher
2009-05-20
1
-0
/
+1
*
s3:smbd: make negprot_spnego() non static
Stefan Metzmacher
2009-05-20
1
-1
/
+1
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-1
/
+1
*
Remove the static "chal" from ntlmssp.c:get_challenge()
Volker Lendecke
2009-02-21
1
-3
/
+2
*
Add two new parameters to control how we verify kerberos tickets. Removes lp_...
Dan Sledz
2009-02-01
1
-1
/
+1
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-7
/
+1
*
Remove a direct inbuf reference in reply_negprot
Volker Lendecke
2008-11-02
1
-2
/
+8
*
Remove some direct inbuf references by adding smbreq_bufrem
Volker Lendecke
2008-11-02
1
-1
/
+1
*
Remove a bunch of direct inbuf references by adding "buf" to smb_request
Volker Lendecke
2008-11-01
1
-4
/
+3
*
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
2008-05-20
1
-2
/
+3
*
Now conn is part of smb_request, we don't need it as
Jeremy Allison
2008-01-04
1
-1
/
+1
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-4
/
+4
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24659: Some formatting changes helping to minimize the 3_2_0 diff
Volker Lendecke
2007-10-10
1
-5
/
+4
*
r24309: if no protocol matches, just return choise 0xffff
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r24308: this needs a better fix that compiles...
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r24307: fill in choise with value -1 on error
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r24135: Convert call_trans2open to the new API
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r24009: Revert to the 3.0.25 logic for parsing the client's protocols. hpisgr8
Volker Lendecke
2007-10-10
1
-13
/
+5
*
r24006: Some more paranoia in reply_negprot
Volker Lendecke
2007-10-10
1
-2
/
+12
*
r24002: Convert reply_negprot to the new API
Volker Lendecke
2007-10-10
1
-90
/
+114
*
r24001: Separate out the parsing of the client's requested protocols
Volker Lendecke
2007-10-10
1
-29
/
+66
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2007-10-10
1
-1
/
+1
*
r23168: Move the lp_max_connections() into service.c.
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r23167: Remove an unused parameter
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-7
/
+7
*
r21969: Start working on the gss-side of the server negotiation.
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r21858: Fix typo.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r21857: Stop pretending to be Vista in the %a macro towards Samba clients.
Günther Deschner
2007-10-10
1
-1
/
+3
*
r21250: Partial fix for BUG 4093: Make %a expand to "Vista"
Gerald Carter
2007-10-10
1
-8
/
+37
[prev]
[next]