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
/
source3
/
smbd
/
sesssetup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-22
s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.
Günther Deschner
1
-12
/
+17
2008-10-22
s3: use shared asn1 code.
Günther Deschner
1
-1
/
+1
2008-10-22
Slightly simplify reply_sesssetup_blob(): Remove an else branch
Volker Lendecke
1
-10
/
+11
2008-10-22
Don't push the data out to the client in reply_sesssetup_blob()
Volker Lendecke
1
-4
/
+0
2008-08-22
Don't re-initialize a token when we already have one. This fixes the build fa...
Jeremy Allison
1
-10
/
+13
2008-05-20
Fix type error in debug message
Volker Lendecke
1
-1
/
+1
2008-05-20
sesssetup.c: Add debug message.
Karolin Seeger
1
-0
/
+3
2008-05-11
Fix a memleak in new auth_serversupplied code
Volker Lendecke
1
-1
/
+2
2008-05-10
Fix a memleak
Volker Lendecke
1
-5
/
+0
2008-05-10
Add a mem_ctx argument to make_server_info_guest()
Volker Lendecke
1
-3
/
+3
2008-05-07
Rename server_info->was_mapped to server_info->nss_token
Volker Lendecke
1
-3
/
+1
2008-05-05
Fix typo
Volker Lendecke
1
-1
/
+1
2008-05-05
Remove "session_key" from "struct user_struct"
Volker Lendecke
1
-18
/
+13
2008-04-07
Fix Kerberos interop with Mac OS X 10.5 clients.
Bill Ricker
1
-21
/
+28
2008-03-27
Fix up the comments on security=share to explain we're
Jeremy Allison
1
-1
/
+5
2008-03-20
smbd: fix session setup with security = share.
Michael Adam
1
-1
/
+1
2008-03-06
Be more verbose why create local token has failed during
Günther Deschner
1
-0
/
+2
2008-02-17
Use new structs in reply_spnego_kerberos().
Günther Deschner
1
-6
/
+5
2008-02-14
Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.
Jeremy Allison
1
-28
/
+81
2008-02-11
smbd: use make usage of wbcDomainInfo()
Stefan Metzmacher
1
-15
/
+9
2008-01-11
Fix CID 476. Ensure a valid pac_data pointer is always passed to
Jeremy Allison
1
-2
/
+1
2008-01-04
Can't use logical operations on boolean values.
Jeremy Allison
1
-1
/
+3
2008-01-04
Now conn is part of smb_request, we don't need it as
Jeremy Allison
1
-23
/
+17
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
1
-1
/
+1
2007-11-10
Remove last pstring from sesssetup.c
Jeremy Allison
1
-19
/
+21
2007-11-03
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
1
-2
/
+2
2007-11-03
I can't get away without a 'length' arg. :-).
Jeremy Allison
1
-1
/
+2
2007-11-03
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
1
-1
/
+3
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-17
/
+17
2007-10-11
Add const to the get_peer_addr() and get_socket_addr()
Jeremy Allison
1
-1
/
+2
2007-10-10
r25286: Fix one more caller of unistr2_to_ascii() that passed
Michael Adam
1
-1
/
+1
2007-10-10
r24702: Remove the old API pointers
Volker Lendecke
1
-1
/
+1
2007-10-10
r24661: Fix some obvious diffs between 3_2 and 3_2_0
Volker Lendecke
1
-3
/
+5
2007-10-10
r24638: Remove redundent setting of vuid.
Jeremy Allison
1
-3
/
+1
2007-10-10
r24590: Reformatting to coding standards. Added my (C) in places it already s...
Jeremy Allison
1
-172
/
+249
2007-10-10
r24589: Refactor our vuid code so that we keep the same
Jeremy Allison
1
-43
/
+79
2007-10-10
r24135: Convert call_trans2open to the new API
Volker Lendecke
1
-0
/
+1
2007-10-10
r24056: Another big one: This converts reply_sesssetup_and_X to the new API. ...
Volker Lendecke
1
-185
/
+248
2007-10-10
r24050: Fix a typo
Volker Lendecke
1
-1
/
+3
2007-10-10
r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...
Volker Lendecke
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23736: Use local variable of smb_flag2 instead of using the macro every time.
Jeremy Allison
1
-14
/
+16
2007-10-10
r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
Volker Lendecke
1
-14
/
+29
2007-10-10
r23474: Here's a small patch that disables the libkrb5.so replay cache
Gerald Carter
1
-1
/
+3
2007-10-10
r23172: Change shutdown_other_smbds to use connections_traverse instead of
Volker Lendecke
1
-9
/
+10
2007-10-10
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
1
-2
/
+2
2007-10-10
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
1
-10
/
+10
2007-10-10
r22751: Next step for the cluster merge: sessionid.tdb should contain a 'struct
Volker Lendecke
1
-3
/
+3
2007-10-10
r22747: Fix some C++ warnings
Volker Lendecke
1
-2
/
+1
[next]