1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

16233 Commits

Author SHA1 Message Date
Andrew Tridgell
19eab118c1 - use deltree to setup base directory -
Tim Potter
9edf634569 Quieten a compiler warning. -
Andrew Tridgell
b69f54eb02 thanks to ntfsd and some google searches I worked out what the unknown
fields in level 261 and level 262 of directory search are, plus the
names of the levels

the unknown fields are a 64bit unique file id, and match the 64 bit
number from the internal_information qfileinfo level
-
Andrew Tridgell
723af7f097 I think I've finally got the ascii/unicode issues right in trans2 find
first

Also expanded the rename test a little
-
Andrew Tridgell
a56f6896bf expanded the RAW-READ test to make it clearer that all locks conflict
in SMBlockread, not just other peoples locks (error in spec)
-
Andrew Tridgell
19abdace95 fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATION -
Jelmer Vernooij
b85539336e Remove some obsolete files (like in samba3) -
Jelmer Vernooij
7bc56792dc Sync autogen.sh from samba3 -
Jelmer Vernooij
dd850b5bd8 Add script that reports unused macros/defines -
Jelmer Vernooij
37f55d8619 Add script that detects useless AC_DEFINE()'s in configure.in -
Herb Lewis
b034c4b86e don't leak memory if cli->tree is NULL -
Herb Lewis
ba5d1cde98 don't dereference null pointer -
Andrew Tridgell
cdf2626a6d ascii/unicode fixes in ascii mode found by smbtorture -
Andrew Tridgell
81c941ba8a - patch to fix a memory leak from metze
- fix a couple of unicode string errors for ascii clients found by
  RAW- tests
-
Andrew Tridgell
dad7d285ab fix handling of parametric smb.conf parms with embedded spaces -
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
-