1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Herb Lewis
ba5d1cde98 don't dereference null pointer -
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
c770603ac6 fixed some places where we don't brace (flags & STR_UNICODE)
this fixes the samba4 server with ascii clients
-
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 -
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
-
Andrew Tridgell
3eef35e581 added the ancient SMBcreate operation to the testsuite and client lib -
Andrew Tridgell
74be55efdc - added a raw smb scanner
- its not a root_fid in ntrename
-
Andrew Tridgell
2b464472c1 - added SMBntrename test suite
- allow username of form DOMAIN\username or DOMAIN/username

- added ntrename to gentest
-
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
b0510b5428 first public release of samba4 code -