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
/
source
/
smbd
/
sesssetup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new structs in reply_spnego_kerberos().
Günther Deschner
2008-02-17
1
-6
/
+5
*
Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.
Jeremy Allison
2008-02-14
1
-28
/
+81
*
smbd: use make usage of wbcDomainInfo()
Stefan Metzmacher
2008-02-11
1
-15
/
+9
*
Fix CID 476. Ensure a valid pac_data pointer is always passed to
Jeremy Allison
2008-01-11
1
-2
/
+1
*
Can't use logical operations on boolean values.
Jeremy Allison
2008-01-04
1
-1
/
+3
*
Now conn is part of smb_request, we don't need it as
Jeremy Allison
2008-01-04
1
-23
/
+17
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-1
/
+1
*
Remove last pstring from sesssetup.c
Jeremy Allison
2007-11-10
1
-19
/
+21
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
1
-2
/
+2
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
1
-1
/
+2
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
1
-1
/
+3
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-17
/
+17
*
Add const to the get_peer_addr() and get_socket_addr()
Jeremy Allison
2007-10-11
1
-1
/
+2
*
r25286: Fix one more caller of unistr2_to_ascii() that passed
Michael Adam
2007-10-10
1
-1
/
+1
*
r24702: Remove the old API pointers
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24661: Fix some obvious diffs between 3_2 and 3_2_0
Volker Lendecke
2007-10-10
1
-3
/
+5
*
r24638: Remove redundent setting of vuid.
Jeremy Allison
2007-10-10
1
-3
/
+1
*
r24590: Reformatting to coding standards. Added my (C) in places it already s...
Jeremy Allison
2007-10-10
1
-172
/
+249
*
r24589: Refactor our vuid code so that we keep the same
Jeremy Allison
2007-10-10
1
-43
/
+79
*
r24135: Convert call_trans2open to the new API
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r24056: Another big one: This converts reply_sesssetup_and_X to the new API. ...
Volker Lendecke
2007-10-10
1
-185
/
+248
*
r24050: Fix a typo
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
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
*
r23736: Use local variable of smb_flag2 instead of using the macro every time.
Jeremy Allison
2007-10-10
1
-14
/
+16
*
r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
Volker Lendecke
2007-10-10
1
-14
/
+29
*
r23474: Here's a small patch that disables the libkrb5.so replay cache
Gerald Carter
2007-10-10
1
-1
/
+3
*
r23172: Change shutdown_other_smbds to use connections_traverse instead of
Volker Lendecke
2007-10-10
1
-9
/
+10
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-10
/
+10
*
r22751: Next step for the cluster merge: sessionid.tdb should contain a 'struct
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r22747: Fix some C++ warnings
Volker Lendecke
2007-10-10
1
-2
/
+1
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-11
/
+14
*
r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absen...
Gerald Carter
2007-10-10
1
-0
/
+5
*
r21882: The server part of the code has to use an AUTH_NTLMSSP struct,
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21847: Fix memory leaks in error paths (and in main code path in one case...)
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r21845: Refactor the sessionsetupX code a little to allow us
Jeremy Allison
2007-10-10
1
-42
/
+193
*
r21483: Fix use of uninitialized variable.
Jeremy Allison
2007-10-10
1
-3
/
+6
*
r21478: Add 65k length limit for split SPNEGO blobs.
Jeremy Allison
2007-10-10
1
-9
/
+19
*
r21461: Not strictly necessary, as data_blob() panics if it can't allocate. B...
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r21460: Fix for server-side processing of SPNEGO auth
Jeremy Allison
2007-10-10
1
-10
/
+216
*
r21128: Fix Vista connecting to Samba in share level security.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r20124: clean up nested extern declaration warnings
Herb Lewis
2007-10-10
1
-6
/
+6
*
r19986: ooops
Simo Sorce
2007-10-10
1
-2
/
+0
*
r19984: Must have been drunk yesterday.
Simo Sorce
2007-10-10
1
-7
/
+4
*
r19980: Implement pam account stack checks when obey pam restrictions is true.
Simo Sorce
2007-10-10
1
-0
/
+16
*
r19979: Fix memleak on pw and change talloc_destroy to TALLOC_FREE for mem_ctx
Simo Sorce
2007-10-10
1
-3
/
+7
*
r18907: W00t. My original fix was correct after all :-).
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r18403: Revert until we get this sorted out correctly.
Jeremy Allison
2007-10-10
1
-1
/
+1
[next]