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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-05
s3:smbd: remove unused variable in sesssetup.c
Stefan Metzmacher
1
-1
/
+0
2012-08-05
s3:smb2_server: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-20
/
+12
2012-08-05
s3:smb2_ioctl: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-8
/
+6
2012-08-05
s3:smb2_lock: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-10
/
+7
2012-08-05
s3:smb2_setinfo: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-5
/
+4
2012-08-05
s3:smb2_getinfo: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-5
/
+4
2012-08-05
s3:smb2_negprot: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-4
/
+3
2012-08-05
s3:smb2_write: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-5
/
+4
2012-08-05
s3:smb2_tcon: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-7
/
+5
2012-08-05
s3:smb2_create: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-5
/
+4
2012-08-05
s3:smb2_find: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-5
/
+4
2012-08-05
s3:smb2_sesssetup: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-8
/
+6
2012-08-05
s3:smb2_glue: make use of SMBD_SMB2_IN_HDR_PTR()
Stefan Metzmacher
1
-4
/
+1
2012-08-05
s3:smb2_read: make use of SMBD_SMB2_IN_BODY_PTR()
Stefan Metzmacher
1
-2
/
+1
2012-08-05
s3:smb2_notify: make use of SMBD_SMB2_IN_*_PTR()
Stefan Metzmacher
1
-4
/
+2
2012-08-05
s3:smb2_flush: make use of SMBD_SMB2_IN_BODY_PTR()
Stefan Metzmacher
1
-2
/
+1
2012-08-05
s3:smb2_close: make use of SMBD_SMB2_IN_BODY_PTR()
Stefan Metzmacher
1
-2
/
+1
2012-08-05
s3:smb2_break: make use of SMBD_SMB2_IN_BODY_PTR()
Stefan Metzmacher
1
-4
/
+2
2012-08-05
s3:smbd: add helper macros to access smb2req->{in,out}.vector[]
Stefan Metzmacher
1
-0
/
+18
2012-08-05
s3:smb2_server: use 'i' instead of '1' as vector index in smbd_smb2_request_p...
Stefan Metzmacher
1
-2
/
+2
2012-08-05
s3:smb2_lock: remove unused in_smbpid
Stefan Metzmacher
1
-8
/
+0
2012-08-05
s3:smb2_write: remove unused in_smbpid
Stefan Metzmacher
1
-8
/
+0
2012-08-05
s3:smb2_read: remove unused in_smbpid
Stefan Metzmacher
1
-8
/
+0
2012-08-04
s3:smbd: add support for SMB_EXTENDED_SIGNATURES in SMBtconX
Stefan Metzmacher
1
-1
/
+9
2012-08-04
s3:smbd: setup the application session key with the first tcon on a session
Stefan Metzmacher
2
-31
/
+87
2012-08-04
s3:smbd: setup session->global->signing_/application_key during SPNEGO SMB1 s...
Stefan Metzmacher
1
-2
/
+57
2012-08-04
s3:smbd: setup session->global->signing_/application_key during old SMB1 sess...
Stefan Metzmacher
1
-2
/
+60
2012-08-04
s3:smbd: keep the "application session key" during SMB1 reauth
Stefan Metzmacher
1
-2
/
+12
2012-08-04
libcli/smb: pass hdr/len to smb_signing_check/sign_pdu() and skip the nbt header
Stefan Metzmacher
1
-2
/
+8
2012-08-04
s3:smbd: skip nbt header in srv_check_sign_mac()
Stefan Metzmacher
1
-4
/
+10
2012-08-02
s3-pysmbd: Add hook for get_nt_acl()
Andrew Bartlett
1
-0
/
+26
2012-08-02
s3-pysmbd: fix DEBUG
Andrew Bartlett
1
-1
/
+1
2012-08-02
s3-pysmbd: Add my copyright
Andrew Bartlett
1
-1
/
+3
2012-08-02
s3-pysmbd: Add set_nt_acl() function based on parts of vfstest
Andrew Bartlett
1
-0
/
+111
2012-08-01
s3:smbd: add a optional_support helper variable to reply_tcon_and_X()
Stefan Metzmacher
1
-4
/
+7
2012-08-01
s3:smbd: make use of TCONX_FLAG_DISCONNECT_TID define
Stefan Metzmacher
1
-1
/
+1
2012-07-31
s3: Fix Coverity ID 710818 Resource leak
Volker Lendecke
1
-0
/
+1
2012-07-31
s3: Fix Coverity ID 710827 Resource leak
Volker Lendecke
1
-0
/
+1
2012-07-31
s3: Make request_timed_out() static
Volker Lendecke
2
-4
/
+2
2012-07-31
s3:smbd: do a clean shutdown during release_ip() after CTDB_SRVID_RELEASE_IP
Stefan Metzmacher
1
-15
/
+37
2012-07-31
s3:smbd: use print_sockaddr() instead of client_socket_addr()
Stefan Metzmacher
1
-1
/
+1
2012-07-31
s3:smbd: move smbd_register_ips() next to release_ip()
Stefan Metzmacher
1
-27
/
+23
2012-07-27
lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...
Andrew Bartlett
1
-6
/
+3
2012-07-26
s3:smb2_negprot: return the current system time in the SMB2 NEGPROT response
Stefan Metzmacher
1
-1
/
+2
2012-07-26
s3:smbd: fix compiler warnings in notify_internal.c
Stefan Metzmacher
1
-3
/
+5
2012-07-26
s3:smb2_sesssetup: reject SMB2_SESSION_FLAG_BINDING requests
Stefan Metzmacher
1
-0
/
+13
2012-07-25
s3:smb2_ioctl: fix GUID_compare() check in FSCTL_VALIDATE_NEGOTIATE_INFO
Stefan Metzmacher
1
-1
/
+1
2012-07-25
s3:smb2_ioctl: allow clients to send padding at the end of FSCTL_VALIDATE_NEG...
Stefan Metzmacher
1
-1
/
+1
2012-07-25
s3:smb2_ioctl: remove FSCTL_VALIDATE_NEGOTIATE_INFO_224 implementation
Stefan Metzmacher
1
-77
/
+0
2012-07-25
s3:smb2_server: simplify the talloc_pool handling for smbd_smb2_request
Stefan Metzmacher
2
-39
/
+4
[prev]
[next]