Andrew Tridgell
02d068ba7d
more fixes from the IRIX compiler (thanks herb!)
-
Andrew Tridgell
4cf3839b72
more fixes from the IRIX compiler (thanks herb!)
-
Herb Lewis
de7674ebef
wrong typecast
-
Andrew Tridgell
19acf60fce
fixed an enumerated type error found on irix
-
Herb Lewis
cb7a9aef02
cast to get rid of warnings
-
Herb Lewis
a019e54a46
IRIX already defines uint_t
-
Herb Lewis
5fce80e757
signed bitfields cannot be 1 bit long
-
Herb Lewis
85c504a837
fix IRIX build
-
Herb Lewis
d32f149592
rename mutex_t to smb_mutex_t to prevent name collision
-
Andrew Tridgell
c770603ac6
fixed some places where we don't brace (flags & STR_UNICODE)
...
this fixes the samba4 server with ascii clients
-
Andrew Tridgell
4059fbcf02
a few build fixes to try to get irix building
-
Andrew Tridgell
0a1cda392a
try to cope with servers that return a blank alt_name field
-
Andrew Tridgell
eaec1bdaad
some servers don't return a fs_type and dev_type
-
Andrew Tridgell
4cc8fef8ca
fixed a comment typo
-
Andrew Tridgell
52657c369b
nicer formatting in getattre
-
Andrew Tridgell
04b60864a6
don't give detailed errors for levels that fail
-
Andrew Tridgell
9f395dd768
test resume by name before resume by flags
-
Jeremy Allison
d623a51da0
Print out position info, ensure NT_RENAME info level only works
...
in a directory.
Jeremy.
-
Herb Lewis
9a72476201
client/client.c - cannot initialize struct with non-const values
...
include/byteorder.h - fix for IRIX compiler - cannot cast an LVALUE
include/smb_interfaces.h - remove empty structure
source/lib/debug.c - void functions cannot return value
libcli/clifile.c - cannot assign *struct to struct
-
Jeremy Allison
c4cc40c5c8
Extended seek tests to check position information.
...
Jeremy.
-
Andrew Tridgell
0b7e5d6353
fixed allinfo bug reported by metze
-
Andrew Tridgell
3eef35e581
added the ancient SMBcreate operation to the testsuite and client lib
-
Andrew Tridgell
b47737b00b
added SMBopen to gentest
-
Andrew Tridgell
401fce169e
added seek to gentest
-
Andrew Tridgell
66691dc958
added read/write seek testing
-
Jelmer Vernooij
37992b6719
File is part of the HOWTO Collection
-
Andrew Tridgell
74be55efdc
- added a raw smb scanner
...
- its not a root_fid in ntrename
-
Andrew Tridgell
595be06a42
- added test for position_information via paths
-
Andrew Tridgell
163970bda6
- expanded the ntrename test
...
- expanded seek test - the position information is handle specific!
-
Andrew Tridgell
6b49bc41d4
process_model.h is not used at all - hangover from earlier design
-
Andrew Tridgell
cdaf99139d
disabled autoconf 2.53 requirement until we know exactly why it is
...
needed - for example I have tested autoconf 2.52 on suse 7.3 and it
works fine
-
Andrew Tridgell
2b464472c1
- added SMBntrename test suite
...
- allow username of form DOMAIN\username or DOMAIN/username
- added ntrename to gentest
-
Andrew Tridgell
5bb8733fd6
put config.guess in the right place!
-
Andrew Tridgell
977f270826
added config.guess
-
Andrew Tridgell
ef819249ec
- cope with servers that don't properly implement SMBexit
...
- add the pidhigh test to the locking test
- expand the rename and unlink testing
- test a wider range of offsets in RAW-READ
-
Andrew Tridgell
b8aa4a9a8f
make sure we give the chosen workgroup in gentest
-
Andrew Tridgell
fca5a1e89d
check for an invalid TID in reply_exit()
-
Andrew Tridgell
c946be06a4
add support for 32 bit pid using the PIDHIGH field. This allows the
...
test suite to see if it is supported. w2k3 doesn't seem to support it.
-
Andrew Tridgell
295cc63fb8
use the \\server\share form of tconx to work with servers that don't
...
cope with the simpler form
-
Andrew Tridgell
3a69cffb06
This commit was generated by cvs2svn to compensate for changes in r30,
...
which included commits to RCS files with non-trunk default branches.
-
Andrew Tridgell
b0510b5428
first public release of samba4 code
-
Tim Potter
23a9812987
Added "return offset;" to end of generated function.
...
We're getting really close now! Ethereal can properly decode OpenPolicy
requests and responses using pidl generated code. QueryInfoPolicy
is nearly working.
-
Tim Potter
e35c62267f
Fix for pointers to structures in function args.
-
Tim Potter
42a688ea1c
Misc fixes:
...
- pass correct args when doing arrays of scalar vs buffer types
- add NULL data argument to all calls
- get rid of unecessary curly brackets
- typos
-
Tim Potter
79e56e719c
wchar_t is a scalar.
-
Tim Potter
83ada5447b
Convert a bunch of "prs_foo()" to "offset = prs_foo()"
...
Return offset from function request and response code.
-
Tim Potter
f6f5b8a718
Removed old commented-out code.
...
Generate code for parsing arrays.
We're nearly ready to start generating real code!
-
Tim Potter
eb3dbe113f
Reinvented has_properties() function lost after HD crash. )-:
...
Fixed up handling of pointer to scalar type.
-
Tim Potter
2670f1f8e1
Made hyper a simple type.
...
Changed dissect_ to prs_ to avoid name conflicts.
-
Tim Potter
802c219bab
Moved processing of function arguments and structure elements
...
back in to ParseElement()
is_simple_type() -> is_scalar_type()
Added more types to scalar type list.
Pass scalars/buffers flag down to ParseElement()
-