summaryrefslogtreecommitdiffstats
path: root/source4/libcli/clifile.c
Commit message (Expand)AuthorAgeFilesLines
* source4/libcli: Only set ctemp set on successSam Lang2013-04-241-7/+8
* libcli/smb Move cifs posix helper functions and headers in commonAndrew Bartlett2011-05-061-28/+0
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-3/+3
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-1/+1
* use a newer fsinfo level in smbclient, to support larger disksAndrew Tridgell2008-05-151-5/+6
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-4/+5
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r14946: added a smbcli_ftruncate() call, useful for torture testingAndrew Tridgell2007-10-101-7/+16
* r14938: add smbcli_fsetatr() as a convenient interface to a setfileinfo forAndrew Tridgell2007-10-101-0/+23
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-16/+16
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-22/+22
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-4/+4
* r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell2007-10-101-0/+1
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-101-3/+3
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r2405: expose unix_perms_to_wire() for use by the posix backend, in supportin...Andrew Tridgell2007-10-101-1/+1
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-32/+32
* r1627: make sure we initialise write_time in the deprecated function cli_ctemp()Andrew Tridgell2007-10-101-0/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-2/+2
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-1/+1
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-1/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-3/+3
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-10/+10
* The file descriptor argument to cli_getattrE() is a fnum not a fd.Tim Potter2004-02-211-2/+2
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-101-56/+64
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-081-66/+75
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-2/+2
* client/client.c - cannot initialize struct with non-const valuesHerb Lewis2003-08-141-2/+2
* - added SMBntrename test suiteAndrew Tridgell2003-08-131-4/+5
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+647