1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-18 17:57:55 +03:00

8027 Commits

Author SHA1 Message Date
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
-
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 -