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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-22
s3:smbd: SMB2 session ids are 64bit...
Stefan Metzmacher
2
-3
/
+3
2009-05-22
tsocket: allow empty vectors at the end for tstream_writev()/readv()
Stefan Metzmacher
1
-0
/
+26
2009-05-22
s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)
Michael Adam
1
-1
/
+1
2009-05-22
s3:smbd: implement SMB2 Logoff
Stefan Metzmacher
3
-1
/
+47
2009-05-21
Don't steal when we know the ptr will be null. Thanks to Simo for
Jeremy Allison
1
-2
/
+1
2009-05-21
Revert the last two commits (fix for #6386). The actual problem
Jeremy Allison
1
-7
/
+9
2009-05-21
Ensure all possible uses of indirection through res are checked after
Jeremy Allison
1
-6
/
+6
2009-05-21
Attempt to fix bug #6386 - Samba Panic triggered by Sophos Control Centre.
Jeremy Allison
1
-1
/
+1
2009-05-21
Detect tight loop in tdb_find()
Jim McDonough
1
-0
/
+5
2009-05-21
s3 torture: Fix warning
Tim Prouty
1
-1
/
+1
2009-05-21
s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patch
Tim Prouty
1
-1
/
+1
2009-05-21
s3:smbd: we want to get the next command offset and not set it...
Stefan Metzmacher
1
-1
/
+1
2009-05-21
s3-build: fix the build of ntlm_auth. Bo Yang, please check.
Günther Deschner
1
-1
/
+1
2009-05-21
s4-selftest: adding RPC-SAMR-USERS-PRIVILEGES to knownfail list.
Günther Deschner
1
-0
/
+1
2009-05-22
s3: ignore EPIPE error when winbind finally writes to wb client because clien...
Bo Yang
1
-2
/
+8
2009-05-22
s3: Fix onlinestatus msg to return status of all domain instead of omitting t...
Bo Yang
1
-78
/
+51
2009-05-22
s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...
Bo Yang
3
-2
/
+58
2009-05-22
s3: Fix request flags in wbinfo when perform krb5 authentication
Bo Yang
1
-1
/
+2
2009-05-20
Make cli_posix_open() and cli_posix_mkdir() async.
Jeremy Allison
4
-75
/
+243
2009-05-20
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
10
-383
/
+588
2009-05-20
s3:smbd: check the incoming session id for SMB2 requests
Stefan Metzmacher
3
-2
/
+98
2009-05-20
s3:smbd: implement SMB2 Session Setup with raw NTLMSSP
Stefan Metzmacher
4
-1
/
+221
2009-05-20
s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate response
Stefan Metzmacher
1
-0
/
+3
2009-05-20
s3:smbd: move the callback functions of smbd_smb2_request_reply() closer itself
Stefan Metzmacher
1
-42
/
+42
2009-05-20
s3:smbd: add smbd_smb2_request_done_ex()
Stefan Metzmacher
2
-5
/
+16
2009-05-20
s3:smbd: fix initialized memory in SMB2 responses
Stefan Metzmacher
1
-4
/
+4
2009-05-20
Add a security model to LSA. Similar to the SAMR code - using
Jeremy Allison
1
-88
/
+227
2009-05-20
s4:libcli/smb2: fix session setup with raw NTLMSSP
Stefan Metzmacher
1
-13
/
+17
2009-05-20
s4:libcli/smb2: use raw ntlmssp if the server didn't provide a sec blob
Stefan Metzmacher
1
-1
/
+8
2009-05-20
s4:libcli/smb2: fill in transport->negotiate.secblob with the correct data
Stefan Metzmacher
1
-0
/
+2
2009-05-20
Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...
Volker Lendecke
1
-5
/
+1
2009-05-20
s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)
Stefan Metzmacher
4
-0
/
+93
2009-05-20
s3:smbd: allow SMB 2.002 dialect in SMB1 negprot
Stefan Metzmacher
3
-0
/
+38
2009-05-20
s3:smbd: add support for SMB2 Negotiate
Stefan Metzmacher
4
-1
/
+132
2009-05-20
s3:smbd: make negprot_spnego() non static
Stefan Metzmacher
2
-1
/
+3
2009-05-20
s3:smbd: add infrastructure for SMB2 support
Stefan Metzmacher
4
-0
/
+1050
2009-05-20
s3:param: add PROTOCOL_SMB2
Stefan Metzmacher
2
-1
/
+10
2009-05-20
SMB2-LOCK: let the test pass against samba4
Stefan Metzmacher
1
-1
/
+7
2009-05-20
Fix bug disclosed by lock8 torture test
Volker Lendecke
1
-0
/
+17
2009-05-20
Demonstrate a bug we have when dealing with real os-level share modes
Volker Lendecke
1
-0
/
+75
2009-05-20
s4: try to fix privileges implementation in order to pass the RPC-SAMR-USERS-...
Günther Deschner
3
-3
/
+10
2009-05-20
Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharename
Sam Liddicott
14
-47
/
+202
2009-05-20
s3-selftest: add add and delete group scripts using nss_wrapper.
Günther Deschner
2
-0
/
+4
2009-05-20
nsswrapper: implement group_del() in nss_wrapper.pl.
Günther Deschner
1
-1
/
+22
2009-05-20
nsswrapper: implement group_add() in nss_wrapper.pl.
Günther Deschner
1
-4
/
+105
2009-05-20
s4:smb_server: initialy read the first 4 bytes only
Sam Liddicott
1
-0
/
+1
2009-05-20
s4:libcli/raw: initialy read the first 4 bytes only
Stefan Metzmacher
1
-0
/
+1
2009-05-20
Do not do a merged build without shared libs
Volker Lendecke
1
-0
/
+1
2009-05-20
Only build the krb5 locator when building shared libs
Volker Lendecke
1
-1
/
+3
2009-05-19
Set errno=ENOMEM if tevent_add_fd fails
Volker Lendecke
1
-0
/
+4
[prev]
[next]