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
/
ntvfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r2252: don't register the same name twice
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r2251: forgot to add vfs_posix.h in my last commit
Andrew Tridgell
2007-10-10
2
-2
/
+261
*
r2249: got rid of some more mem_ctx elements in structures
Andrew Tridgell
2007-10-10
10
-79
/
+94
*
r2247: talloc_destroy -> talloc_free
Tim Potter
2007-10-10
1
-3
/
+3
*
r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new
Andrew Bartlett
2007-10-10
1
-0
/
+3
*
r2030: quick hack to allow the simple NTVFS backend to handler base directori...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r1983: a completely new implementation of talloc
Andrew Tridgell
2007-10-10
4
-6
/
+6
*
r1916: return a more clear error, we are miss configure in this case
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
2007-10-10
1
-36
/
+36
*
r1578: the first stage of the async client rewrite.
Andrew Tridgell
2007-10-10
1
-16
/
+13
*
r1499: combine struct user_struct and struct smbsrv_user
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r1486: commit the start of the generic server infastructure
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r1470: Get the smb_trans2 structure out of the rap_cli_call struct.
Volker Lendecke
2007-10-10
4
-1
/
+524
*
r1355: Add const (I missed this when I changed the function prototype earlier)
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r1294: A nice, large, commit...
Andrew Bartlett
2007-10-10
1
-3
/
+3
*
r1291: rename struct smbsrv_context to smbsrv_connection
Stefan Metzmacher
2007-10-10
3
-6
/
+6
*
r1286: rename struct tcon_context to smbsrv_tcon
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r1280: rename struct request_context to smbsrv_request
Stefan Metzmacher
2007-10-10
12
-195
/
+195
*
r1279: rename struct tcon_context to smbsrv_tcon
Stefan Metzmacher
2007-10-10
9
-137
/
+137
*
r1277: rename struct server_context to smbsrv_ontext
Stefan Metzmacher
2007-10-10
3
-6
/
+6
*
r1268: varient -> variant
Tim Potter
2007-10-10
1
-1
/
+1
*
r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r1123: Make all lp_ string functions return 'const char *'.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r1078: the dxesrv_crypto_* implementations should now explicit set
Stefan Metzmacher
2007-10-10
1
-8
/
+13
*
r1019: Push the auth subsystem away from using typedef, and over to the 'all
Andrew Bartlett
2007-10-10
1
-1
/
+3
*
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
2007-10-10
5
-16
/
+16
*
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
2007-10-10
2
-2
/
+2
*
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
2007-10-10
2
-14
/
+14
*
r862: remove acl and sendfile stuff
Stefan Metzmacher
2007-10-10
1
-230
/
+0
*
r766: convert ntvfs/* to a config.mk file
Stefan Metzmacher
2007-10-10
2
-11
/
+72
*
r755: - disallow process_model _thread when we don't have pwread/pwrite
Stefan Metzmacher
2007-10-10
1
-1
/
+21
*
r665: merge over the new build system from my tmp branch
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r313: add the warning about fileaccess as user 'root'
Stefan Metzmacher
2007-10-10
2
-0
/
+12
*
r312: let ntvfs posix backend return NT_STATUS_ACCESS_DENIED in the connect hook
Stefan Metzmacher
2007-10-10
3
-95
/
+16
*
r152: a quick airport commit ....
Andrew Tridgell
2007-10-10
1
-5
/
+6
*
r147: - Remove dublicate ldap tests (richard the current test is in libads/co...
Stefan Metzmacher
2007-10-10
1
-0
/
+230
*
r114: - remember to initialise open_files
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r113: added support for "read only = yes" in simple backend
Andrew Tridgell
2007-10-10
1
-13
/
+39
*
r112: the simple backend now registers as both "simple" and "default"
Andrew Tridgell
2007-10-10
1
-4
/
+14
*
r65: added support for file streams in the simple NTVFS backend
Andrew Tridgell
2007-10-10
3
-13
/
+105
*
add config hints for cifs backend
Andrew Tridgell
2004-03-10
1
-0
/
+11
*
make sure the tags in the NBENCH test match the tags in the generated
Andrew Tridgell
2004-03-09
1
-2
/
+2
*
fixed the label for search requests
Andrew Tridgell
2004-03-09
1
-1
/
+1
*
fixed a typo
Andrew Tridgell
2004-03-08
1
-1
/
+1
*
added the "nbench" ntvfs backend. This is used to capture NBENCH load
Andrew Tridgell
2004-03-08
3
-0
/
+716
*
in the async socket handling routines in the cifs backend don't assume
Andrew Tridgell
2004-03-08
1
-3
/
+3
*
if vfs_cifs want to modify the ntvfs_ops struct, it should
Stefan Metzmacher
2004-02-03
1
-1
/
+6
[prev]
[next]