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