Andrew Bartlett
9b70fa868e
Merge from HEAD:
...
- fstring/pstring mixups
- the detection code that found them (disabled)
- a bit of whitespace
- a static
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
3a7458f947
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
...
warnings. (Adds a lot of const).
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Jeremy Allison
09a218a9f6
Forward port the change to talloc_init() to make all talloc contexts
...
named. Ensure we can query them.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
7daa880503
Please compile with :
...
-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual
if you're using gcc. It really does help !
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
fc5774b075
Added OPEN test with HIDDEN/NORMAL attributes.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jim McDonough
36545ee9a7
Fix the build.
...
Build farm! Build farm! Please check the build farm!
...or at least run make torture.
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
c089c33468
Remove last SAM files
0001-01-01 00:00:00 +00:00
Jim McDonough
1e8ca2801e
Fix build. An extra parm was added to cli_full_connection but not locktest2.c.
0001-01-01 00:00:00 +00:00
Gerald Carter
e026b84815
syncing up with HEAD again....
0001-01-01 00:00:00 +00:00
Gerald Carter
65e7b5273b
sync'ing up for 3.0alpha20 release
0001-01-01 00:00:00 +00:00
cvs2svn Import User
9a5541595f
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
70d9b71cea
remove extern for AllowDebugChange since we don't use it
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
779aea5745
Fix debuglevel command-line argument
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
237883d1e6
samtest should load smb.conf by default
...
add command-line option to samtest to specify alternate config file - use /dev/null
to don't load any config file..
add 'conf' command to load specified config file
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
0c01219850
Fix bug in get_methods_by_name
...
Fix bug in enum_domains
Add samtest commands:
- lookup_sid
- lookup_name
- enum_domains
- lookup_domain
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
50d2527eed
- Don't put pointer to sam_domain_handle in sam_methods but single domainsid and domainname
...
- Allocate sam_methods, set domain_sid, domain_name and backend_name in make_sam_methods_backend_entry instead of in the backend
- Remove sam_context and domain_sid pointers from the sam_init_function - we don't need those arguments anymore since they're
available in sam_methods as well
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
f1021cbc55
Add framework for samtest commands
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
60ab55fedf
Merge in first command for 'samtest'
...
Fix small bug in sam/interface.c
Make sam backend to default to a define
0001-01-01 00:00:00 +00:00
Jeremy Allison
3c9d24d7c3
Added final Steve French patch for "required" attributes with old
...
dir listings. Added regression test in smbtorture (in HEAD) also.
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
a4351a3923
initial mem_ctx to NULL
...
patch from metze
0001-01-01 00:00:00 +00:00
Jeremy Allison
e9392c4a2e
Correct error message.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
4e836c4ce2
Better error reporting on OPEN test.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
4eeef6ef53
Added attribute specific OPEN tests (for SYSTEM and HIDDEN).
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
0428eb422b
Correct popt argument info in vfstest
...
Don't use global_ctx in samtest.c
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
355d28d9ea
Use popt for printing --help message
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
b1e1d54803
Don't use global memory context
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
7904770d34
Adding samtest utility used to test sam backends. Compiles but doesn't do
...
anything (yet). Requires move from samr_make_sam_obj_sd to lib/
0001-01-01 00:00:00 +00:00
Simo Sorce
5246d3693c
if muhammad does not go to the mountain ...
0001-01-01 00:00:00 +00:00
Simo Sorce
233b14f447
implemented lock and mknod
...
addedd to vfstest the possibility to read a file to imput a stream of commands
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
e0c61b3105
some fixes
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
20f1765c32
Remove unused variables
0001-01-01 00:00:00 +00:00
Simo Sorce
bac73fa972
make IRIX happy
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
9b4deb1e0f
Add 'conf' command to load different smb.conf files
0001-01-01 00:00:00 +00:00
Simo Sorce
4280300d80
O_NOFOLLOW does not exist on solaris 8 ??
0001-01-01 00:00:00 +00:00
Andrew Tridgell
2307869798
nicer locking timeout test
0001-01-01 00:00:00 +00:00
Simo Sorce
751d057713
improvements and bugfix
...
open calls now understands flags and mode
bug on read
0001-01-01 00:00:00 +00:00
Simo Sorce
42ae5eb826
A new utility to test VFS system and modules
...
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.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
28d325227c
make the LOCK1 test randomise the time for the blocking lock test
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
d3599b446e
Sync 3.0 branch with HEAD
0001-01-01 00:00:00 +00:00
Andrew Bartlett
21b0e8f560
More cleanups, and add a comment/hint not to clean somthing up in future :-)
...
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
897cc4a610
Another smattering of static and const
0001-01-01 00:00:00 +00:00
Andrew Tridgell
03ac082dcb
updated the 3.0 branch from the head branch - ready for alpha18
0001-01-01 00:00:00 +00:00
Jeremy Allison
95d22f18d7
Test how many pipes we can open.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
92eead1a0a
more dl* -> sys_dl* for sco
0001-01-01 00:00:00 +00:00
Simo Sorce
c4d6a49779
add collision/total indication to every collision report
0001-01-01 00:00:00 +00:00
Richard Sharpe
6d52aa1fc8
Back out the wrong changes I made yesterday ...
0001-01-01 00:00:00 +00:00
Richard Sharpe
ba4d6c76aa
Fix smbtorture so it can handle collisions etc ...
0001-01-01 00:00:00 +00:00
Andrew Tridgell
97eb3a121d
merged the mangling test and passdb bugfixes into SAMBA_3_0
0001-01-01 00:00:00 +00:00
cvs2svn Import User
1c221b3e72
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
61c61f6b4f
nicer measurement of failures and collisions
0001-01-01 00:00:00 +00:00