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
/
source4
/
smb_server
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-02
Fix the build.
Jelmer Vernooij
1
-1
/
+1
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
4
-4
/
+4
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
4
-4
/
+0
2008-10-24
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
1
-2
/
+2
2008-10-24
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
4
-5
/
+5
2008-10-13
Fixed a variable undeclared compilation error
Tim Prouty
1
-0
/
+1
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
6
-6
/
+6
2008-10-05
smbd3 is unhappy if stderr is not open
Volker Lendecke
1
-1
/
+2
2008-10-05
Re-enable build of smb_samba3.c after the rename smbd->samba
Volker Lendecke
1
-1
/
+1
2008-09-30
s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ...
Stefan Metzmacher
1
-5
/
+6
2008-09-29
NetApp found that we never set the smb signing flags2.
Andrew Bartlett
1
-0
/
+4
2008-09-24
we need different error handling for truncated packets in NETPROT and
Andrew Tridgell
1
-2
/
+39
2008-09-24
we should terminate the connection on a bad negprot packet size
Andrew Tridgell
1
-2
/
+2
2008-09-24
- add reserved field in basic_information level
Andrew Tridgell
1
-3
/
+25
2008-09-24
record highest seq number in SMB2 to check for seqnum going backwards
Andrew Tridgell
1
-0
/
+2
2008-09-24
cope with body_size zero in SMB2 receive
Andrew Tridgell
1
-1
/
+2
2008-09-24
check for a 0 byte in the buffer in SMB2 read
Andrew Tridgell
1
-0
/
+6
2008-09-24
the offset is 16 bits in SMB2 fileinfo
Andrew Tridgell
1
-1
/
+1
2008-09-24
fixed error code for bad keepalive
Andrew Tridgell
1
-1
/
+1
2008-09-24
stricter checking of SMB2 echo body (per the spec)
Andrew Tridgell
1
-1
/
+6
2008-09-24
Rename smbd -> samba.
Jelmer Vernooij
1
-1
/
+1
2008-09-23
s4:smb_server: remove the bogus smbsrv_signing_restart()
Stefan Metzmacher
2
-41
/
+2
2008-09-22
Explain why we use signing for DCs, but not file servers
Andrew Bartlett
1
-0
/
+9
2008-09-22
process incoming connections and fork a samba3 in inetd mode
Stefan Metzmacher
2
-0
/
+182
2008-09-21
Revert "Rename smbd -> samba."
Jelmer Vernooij
1
-1
/
+1
2008-09-21
Rename smbd -> samba.
Jelmer Vernooij
1
-1
/
+1
2008-09-05
Move our DC to implement mandetory signing.
Andrew Bartlett
2
-4
/
+10
2008-09-05
With a windows 2008 client, even anonymous requires signing...
Andrew Bartlett
1
-6
/
+0
2008-08-14
smb2srv: async replies with STATUS_PENDING are not signed
Stefan Metzmacher
1
-2
/
+29
2008-08-14
smb2srv: sign replies when the request was also signed
Stefan Metzmacher
2
-7
/
+4
2008-08-14
smb2srv: use defines instead of hex values
Stefan Metzmacher
1
-3
/
+3
2008-07-28
smb2srv: sign SMB2 Logoff replies
Stefan Metzmacher
1
-3
/
+17
2008-07-28
smb2srv: correctly hold the signing state per session
Stefan Metzmacher
4
-13
/
+31
2008-07-24
initialise query_maximal_access here too
Andrew Tridgell
1
-0
/
+1
2008-07-24
make sure we initialise query_maximal_access
Andrew Tridgell
1
-0
/
+1
2008-07-07
smb_server/smb: handle incoming multi fragmented nttrans requests
Stefan Metzmacher
1
-16
/
+152
2008-07-07
smb_server/smb: prepare multi fragmented nttrans requests
Stefan Metzmacher
2
-4
/
+7
2008-07-07
smb_server/smb: trans(2) setup count is uint8_t
Stefan Metzmacher
1
-2
/
+3
2008-07-07
smb_server/smb: transs and transs2 calls have different word counts
Stefan Metzmacher
1
-1
/
+12
2008-07-07
smb_server/smb: fix crash bug with fragmented trans calls
Stefan Metzmacher
1
-13
/
+20
2008-06-07
fixed mandatory signing
Andrew Tridgell
3
-2
/
+7
2008-06-06
added server side SMB2 signing
Andrew Tridgell
4
-1
/
+59
2008-06-02
more updates for new info levels
Andrew Tridgell
2
-4
/
+13
2008-05-31
check for requested buffer size in getinfo call
Andrew Tridgell
1
-0
/
+5
2008-05-30
the docs shows that this is a o16s32 blob
Andrew Tridgell
1
-2
/
+1
2008-05-29
fix from WSPP SMB2 test 11
Andrew Tridgell
1
-1
/
+2
2008-05-29
added support for returning the maximal access MXAC tag in SMB2 create
Andrew Tridgell
1
-0
/
+12
2008-05-28
implement the documented SMB2 create blobs in the server
Andrew Tridgell
1
-6
/
+70
2008-05-28
make sure we send a reply packet for bad create options
Andrew Tridgell
1
-1
/
+2
2008-05-26
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc
Jelmer Vernooij
1
-0
/
+5
[next]