Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 2ddfed298d7f0b6e690275725a39c3ef107077ae)
|
|
(This used to be commit 018733eedd7897e6811e8461c07e3acf418c0e09)
|
|
(This used to be commit 162683d2b5c15016fe1423876589573b48b9f5a6)
|
|
(pdbedit already has a -V option..)
(This used to be commit 5de622968d95c1436dbd34edc8d0a9bbff68916b)
|
|
This patch makes Samba compile cleanly with -Wwrite-strings.
- That is, all string literals are marked as 'const'. These strings are
always read only, this just marks them as such for passing to other functions.
What is most supprising is that I didn't need to change more than a few lines of code (all
in 'net', which got a small cleanup of net.h and extern variables). The rest
is just adding a lot of 'const'.
As far as I can tell, I have not added any new warnings - apart from making all
of tdbutil.c's function const (so they warn for adding that const string to
struct).
Andrew Bartlett
(This used to be commit 92a777d0eaa4fb3a1c7835816f93c6bdd456816d)
|
|
named. Ensure we can query them.
Jeremy.
(This used to be commit 842e08e52a665ae678eea239759bb2de1a0d7b33)
|
|
patch from metze
(This used to be commit a4351a3923fd87e1c54119d997b673fcac34601b)
|
|
Don't use global_ctx in samtest.c
(This used to be commit 0428eb422b50135327daf3040067f5982f1b0b92)
|
|
(This used to be commit 355d28d9eae2fd4b94bb591c5c51cad2fab9d2fd)
|
|
(This used to be commit b1e1d548031f270dd51ffa1910c3ae2503e64e8f)
|
|
(This used to be commit 5246d3693c463e581a7cd40f86878e40456237c3)
|
|
addedd to vfstest the possibility to read a file to imput a stream of commands
(This used to be commit 233b14f447994db8fdb4448d19eff0c38c17254d)
|
|
(This used to be commit e0c61b31050a3e3fdec2c47c80ef34de3ec73e04)
|
|
(This used to be commit 20f1765c32b2dd048e1572cd1b1e490459f7d5dc)
|
|
(This used to be commit 9b4deb1e0f36968bf9b83120b12e6692b20df9d4)
|
|
Just now it is acommandline tool like smbclient and rpcclient that is able to
perform operations on the file system passing through the vfs layer
It is not complete yet, some functions have simply faked up data, but module
loading works yet and basic operations too.
Thanks to Eric Lorimer for helping out with the initial setup.
Simo.
(This used to be commit 42ae5eb82657d4905bdaf247286f95599380afbb)
|