index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-safe_string: Add checked_strlcpy()
Andrew Bartlett
2011-03-23
1
-1
/
+1
*
s3-server_id: only include server_id where needed.
Günther Deschner
2011-03-02
1
-0
/
+1
*
s3: Fix some nonempty blank lines
Volker Lendecke
2010-12-19
1
-22
/
+22
*
s3-smbd Don't send SPNEGO principal (rfc4178 hint) by default
Andrew Bartlett
2010-12-10
1
-0
/
+3
*
Fix bug discovered with "encryped passwords = no".
Jeremy Allison
2010-11-29
1
-8
/
+1
*
s3: Lift talloc_autofree_context() from make_auth_context_subsystem()
Volker Lendecke
2010-09-26
1
-1
/
+1
*
s3: use fine grained time in netprot response
Björn Jacke
2010-08-31
1
-3
/
+4
*
s3: Lift smbd_server_fd from reload_services()
Volker Lendecke
2010-08-18
1
-2
/
+2
*
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
[next]