Jelmer Vernooij
566aa14139
r25554: Convert last instances of BOOL, True and False to the standard types.
2007-10-10 15:07:55 -05:00
Andrew Tridgell
fcf38a38ac
r23792: convert Samba4 to GPLv3
...
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
2007-10-10 14:59:12 -05:00
Andrew Tridgell
b8b9acc600
r14946: added a smbcli_ftruncate() call, useful for torture testing
2007-10-10 14:00:21 -05:00
Andrew Tridgell
517db1b1b0
r14938: add smbcli_fsetatr() as a convenient interface to a setfileinfo for
...
torture testing. Used by RAW-NOTIFY.
2007-10-10 14:00:20 -05:00
Stefan Metzmacher
be6d5298a2
r14256: - rename smb_file -> smb_handle
...
- move it into the in/out substructs again
- allow file.path only on smb_fileinfo/smb_setfileinfo
metze
2007-10-10 13:57:06 -05:00
Stefan Metzmacher
2ef3f59709
r14173: change smb interface structures to always use
...
a union smb_file, to abtract
- const char *path fot qpathinfo and setpathinfo
- uint16_t fnum for SMB
- smb2_handle handle for SMB2
the idea is to later add a struct ntvfs_handle *ntvfs
so that the ntvfs subsystem don't need to know the difference between SMB and SMB2
metze
2007-10-10 13:56:57 -05:00
Jelmer Vernooij
ba62880f5b
r13658: More moving around of files:
...
- Collect the generic utility functions into a lib/util/ (a la GLib is
for the GNOME folks)
- Remove even more files from include/
2007-10-10 13:52:05 -05:00
Andrew Tridgell
ec32b22ed5
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
...
large commit. I thought this was worthwhile to get done for
consistency.
2007-10-10 13:09:15 -05:00
Andrew Tridgell
10188869ef
r3454: moved a few more things out if includes.h into the include/system/ include files.
...
this brings us down to about 11k lines of headers included with
includes.h, while still retaining the speed of building with pch
2007-10-10 13:05:13 -05:00
Andrew Tridgell
73ea8ee6c2
r3441: some include file cleanups and general housekeeping
2007-10-10 13:05:11 -05:00
Andrew Tridgell
386ac565c4
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
...
and made them private
2007-10-10 13:05:07 -05:00
Andrew Tridgell
a3fd9a911f
r2405: expose unix_perms_to_wire() for use by the posix backend, in supporting the UNIX extensions
2007-10-10 12:58:49 -05:00
Stefan Metzmacher
8441750fd9
r1654: rename cli_ -> smbcli_
...
rename CLI_ -> SMBCLI_
metze
2007-10-10 12:57:47 -05:00
Andrew Tridgell
48b5b740f1
r1627: make sure we initialise write_time in the deprecated function cli_ctemp()
2007-10-10 12:57:44 -05:00
Stefan Metzmacher
57151e80eb
r962: convert 'unsigned' and 'unsigned int' to uint_t
...
metze
2007-10-10 12:56:23 -05:00
Stefan Metzmacher
18062d2ed9
r960: convert 'unsigned int' to uint_t in the most places
...
metze
2007-10-10 12:56:23 -05:00
Stefan Metzmacher
b5378803fd
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
...
metze
2007-10-10 12:56:21 -05:00
Stefan Metzmacher
2986c5f08c
r890: convert samba4 to use [u]int8_t instead of [u]int8
...
metze
2007-10-10 12:56:16 -05:00
Stefan Metzmacher
af6f1f8a01
r889: convert samba4 to use [u]int16_t instead of [u]int16
...
metze
2007-10-10 12:56:16 -05:00
Stefan Metzmacher
0e5517d937
r884: convert samba4 to use [u]int32_t instead of [u]int32
...
metze
2007-10-10 12:56:15 -05:00
Tim Potter
f172b6f1d0
The file descriptor argument to cli_getattrE() is a fnum not a fd.
-
Tim Potter
54cb508c78
Convert libcli routines to return NTSTATUS instead of BOOL. Again, the
...
only users are smbclient and smbtorture.
-
Tim Potter
db1cc96af6
Convert libcli routines to use cli_tree instead of cli_state. Port
...
smbtorture to use the new interface.
Part 2 will be to eliminate cli_state from smbtorture as this is now
the only place where it is used.
-
Andrew Tridgell
4cf3839b72
more fixes from the IRIX compiler (thanks herb!)
-
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
2b464472c1
- added SMBntrename test suite
...
- allow username of form DOMAIN\username or DOMAIN/username
- added ntrename to gentest
-
Andrew Tridgell
b0510b5428
first public release of samba4 code
-