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
2009-08-05
changed BCC handling for SMBwriteX to handle broken MacOSX client
Andrew Tridgell
1
-13
/
+8
2009-08-05
on buffer overflow windows gives SMBSRV:ERRerror here
Andrew Tridgell
1
-1
/
+1
2009-08-04
fixed support for readx greater than 64k
Andrew Tridgell
1
-1
/
+2
2009-07-01
use the new talloc_reparent in two places
Andrew Tridgell
1
-1
/
+1
2009-06-09
s4:smb2srv: don't allow the related flag on the first request in a compounded...
Stefan Metzmacher
1
-0
/
+7
2009-06-09
s4:smb2srv: correctly fail remaining compounded requests after a failure
Stefan Metzmacher
2
-5
/
+18
2009-06-09
s4:smb2srv: remove old TODO comment, we already check the seqnum
Stefan Metzmacher
1
-2
/
+0
2009-06-09
s4:smb2srv: fix handling of multiple compounded requests
Stefan Metzmacher
1
-7
/
+12
2009-06-09
s4:smb2srv: remove the chained file handle on close
Stefan Metzmacher
1
-0
/
+4
2009-05-26
s4:smb2srv: We only support SMB 2.002.
Stefan Metzmacher
2
-6
/
+12
2009-05-20
Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharename
Sam Liddicott
3
-30
/
+11
2009-05-20
s4:smb_server: initialy read the first 4 bytes only
Sam Liddicott
1
-0
/
+1
2009-05-11
s4:smb_server: return after we have processed an invalid smb2 request
Stefan Metzmacher
1
-0
/
+2
2009-04-23
Add async support for reply_tcon* and ntvfs_connect
Sam Liddicott
2
-70
/
+105
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
1
-6
/
+6
2009-03-01
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
1
-2
/
+2
2009-02-13
Remove auth/ntlm as a dependency of GENSEC by means of function pointers.
Andrew Bartlett
6
-48
/
+49
2009-02-02
s4:service_stream: s/private/private_data
Stefan Metzmacher
1
-3
/
+3
2009-02-02
s4:smb_server: s/private/private_data
Stefan Metzmacher
6
-14
/
+14
2009-02-01
s4:irpc: avoid c++ reserved word 'private'
Stefan Metzmacher
1
-2
/
+4
2009-01-30
Fix the mess with ldb includes.
Simo Sorce
1
-1
/
+0
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
3
-4
/
+4
2008-12-22
Fix two remaining missing symbols in smbtorture4.
Jelmer Vernooij
1
-0
/
+1
2008-12-22
Fix missing symbols issues when building with shared libraries.
Jelmer Vernooij
1
-1
/
+1
2008-12-22
s4: Fix subsystem for various services in samba daemon.
Jelmer Vernooij
1
-1
/
+1
2008-12-17
s4: fix LIBEVENTS dependencies and use more forward declarations
Stefan Metzmacher
1
-1
/
+2
2008-12-05
Let ntvfs request transport close via ntvfs_request state
Sam Liddicott
2
-0
/
+22
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
[next]