index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
smb_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
2010-04-06
1
-2
/
+2
*
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
2010-04-06
3
-12
/
+0
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
3
-0
/
+6
*
build: waf quicktest nearly works
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
3
-0
/
+49
*
s4-pvfs: move the private ntcreatex flags to private_flags
Andrew Tridgell
2010-03-05
2
-6
/
+2
*
Change uint_t to unsigned int in source4
Matt Kraai
2010-02-02
6
-24
/
+24
*
s4:auth: change auth_check_password_send/recv to tevent_req
Stefan Metzmacher
2009-12-24
1
-13
/
+26
*
s4:gensec: change gensec_update_send/recv to tevent_req
Stefan Metzmacher
2009-12-24
2
-10
/
+27
*
s4:smb_server: fix mixing socket_address and tsocket_address
Stefan Metzmacher
2009-12-24
1
-6
/
+9
*
s4:auth Change 'get_challenge' API to be more like Samba3
Andrew Bartlett
2009-12-22
1
-4
/
+1
*
s4-server: use GUID_to_ndr_blob() in cldap and smb servers
Andrew Tridgell
2009-12-10
2
-9
/
+6
*
s4-smb2: use new GUID function in smb2 negprot
Andrew Tridgell
2009-12-10
1
-3
/
+2
*
s4:smb_server/smb2: don't reset highest_smb2_seqnum on SMB2 Cancel
Stefan Metzmacher
2009-11-27
1
-2
/
+4
*
s4-smb2: sequence numbers are not checked in SMB2_OP_CANCEL
Andrew Tridgell
2009-11-27
1
-1
/
+2
*
s4/libcli: rename previously reserved field in SMB2 LOCK struct
Steven Danneman
2009-11-25
1
-1
/
+1
*
s4-samdb: reduce the number of samdb opens at startup
Andrew Tridgell
2009-10-25
1
-14
/
+0
*
s4-smbserver: removed bogus initialisation of two union arms
Andrew Tridgell
2009-10-17
2
-2
/
+0
*
s4-smb: fill in fnum as well for root_fid
Andrew Tridgell
2009-10-15
2
-1
/
+3
*
s4-smbserver: fixed root_fid in nttrans create
Andrew Tridgell
2009-10-15
1
-1
/
+1
*
s4-smb: declare root_fid as a file handle
Andrew Tridgell
2009-10-15
2
-2
/
+2
*
s4-smbd: minimise includes in smbd/ and smb_server
Andrew Tridgell
2009-09-19
19
-37
/
+0
*
s4-server: kill main daemon if a task fails to initialise
Andrew Tridgell
2009-09-18
2
-2
/
+2
*
changed BCC handling for SMBwriteX to handle broken MacOSX client
Andrew Tridgell
2009-08-05
1
-13
/
+8
*
on buffer overflow windows gives SMBSRV:ERRerror here
Andrew Tridgell
2009-08-05
1
-1
/
+1
*
fixed support for readx greater than 64k
Andrew Tridgell
2009-08-04
1
-1
/
+2
*
use the new talloc_reparent in two places
Andrew Tridgell
2009-07-01
1
-1
/
+1
*
s4:smb2srv: don't allow the related flag on the first request in a compounded...
Stefan Metzmacher
2009-06-09
1
-0
/
+7
*
s4:smb2srv: correctly fail remaining compounded requests after a failure
Stefan Metzmacher
2009-06-09
2
-5
/
+18
*
s4:smb2srv: remove old TODO comment, we already check the seqnum
Stefan Metzmacher
2009-06-09
1
-2
/
+0
*
s4:smb2srv: fix handling of multiple compounded requests
Stefan Metzmacher
2009-06-09
1
-7
/
+12
*
s4:smb2srv: remove the chained file handle on close
Stefan Metzmacher
2009-06-09
1
-0
/
+4
*
s4:smb2srv: We only support SMB 2.002.
Stefan Metzmacher
2009-05-26
2
-6
/
+12
*
Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharename
Sam Liddicott
2009-05-20
3
-30
/
+11
*
s4:smb_server: initialy read the first 4 bytes only
Sam Liddicott
2009-05-20
1
-0
/
+1
*
s4:smb_server: return after we have processed an invalid smb2 request
Stefan Metzmacher
2009-05-11
1
-0
/
+2
*
Add async support for reply_tcon* and ntvfs_connect
Sam Liddicott
2009-04-23
2
-70
/
+105
*
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
2009-03-01
1
-6
/
+6
*
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
2009-03-01
1
-2
/
+2
*
Remove auth/ntlm as a dependency of GENSEC by means of function pointers.
Andrew Bartlett
2009-02-13
6
-48
/
+49
*
s4:service_stream: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-3
/
+3
*
s4:smb_server: s/private/private_data
Stefan Metzmacher
2009-02-02
6
-14
/
+14
*
s4:irpc: avoid c++ reserved word 'private'
Stefan Metzmacher
2009-02-01
1
-2
/
+4
*
Fix the mess with ldb includes.
Simo Sorce
2009-01-30
1
-1
/
+0
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
3
-4
/
+4
*
Fix two remaining missing symbols in smbtorture4.
Jelmer Vernooij
2008-12-22
1
-0
/
+1
*
Fix missing symbols issues when building with shared libraries.
Jelmer Vernooij
2008-12-22
1
-1
/
+1
*
s4: Fix subsystem for various services in samba daemon.
Jelmer Vernooij
2008-12-22
1
-1
/
+1
*
s4: fix LIBEVENTS dependencies and use more forward declarations
Stefan Metzmacher
2008-12-17
1
-1
/
+2
*
Let ntvfs request transport close via ntvfs_request state
Sam Liddicott
2008-12-05
2
-0
/
+22
[next]