summaryrefslogtreecommitdiff
path: root/source3/libsmb/clifile.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23347: Fix Coverity 363. Dead code elimination.Jeremy Allison1-7/+3
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-1/+1
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-3/+7
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-22/+22
2007-10-10r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison1-3/+4
2007-10-10r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclientJeremy Allison1-2/+11
2007-10-10r21703: fix build when O_SYNC not definedHerb Lewis1-0/+2
2007-10-10r21644: Allow mkdir on platforms with no O_DIRECTORY.Jeremy Allison1-9/+17
2007-10-10r21643: Put the correct bits on the wire for posix_mkdir.Jeremy Allison1-1/+2
2007-10-10r21640: Fix the build for broken platoforms without O_DIRECT or O_DIRECTORY.Jeremy Allison1-0/+9
2007-10-10r21639: Add in implementations of POSIX open/mkdir/unlink/rmdir.Jeremy Allison1-0/+176
2007-10-10r21604: I got this wrong also in libsmb :-(.Jeremy Allison1-0/+2
2007-10-10r20744: Fix the build (I missed some chkpth -> checkpath renames).Jeremy Allison1-1/+1
2007-10-10r18009: Fixes bug 4026.Derrell Lipman1-14/+18
2007-10-10r17902: Fix possible null deref caught by Stanford checker.Jeremy Allison1-1/+3
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison1-3/+4
2007-10-10r17333: Some C++ warningsVolker Lendecke1-2/+2
2007-10-10r15028: Fix logic error checking valid args to POSIX lockJeremy Allison1-1/+1
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-1/+104
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-8/+8
2007-10-10r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison1-12/+22
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-1/+1
2007-10-10r8184: fix build issue on Solaris in smbclientGerald Carter1-0/+5
2007-10-10r6753: Fixes bug 2663. cli_getattrE() and cli_setattrE() were not formatting orDerrell Lipman1-6/+6
2007-10-10r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather thanDerrell Lipman1-2/+2
2007-10-10r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter1-2/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison1-1/+2
2007-10-10r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison1-0/+48
2007-10-10r2665: Ensure the UNIX info level returned enough data.Jeremy Allison1-0/+6
2007-10-10r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison1-1/+130
2007-10-10r1965: add cli_setattrE (inspired by samba4-code). needed for furtherGünther Deschner1-0/+41
2007-10-10r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison1-9/+10
2004-03-30Ensure we cope correctly with ea length of zero. Detect torture fail correctly.Jeremy Allison1-0/+6
2004-03-29Fix get/set of EA's in client library. Added torture test for it.Jeremy Allison1-74/+163
2004-03-27Working (tested) client code for setting EA's by filename and fnum.Jeremy Allison1-5/+100
2004-03-24Added cli_set_ea(), cli_get_ea next...Jeremy Allison1-0/+64
2004-03-03Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison1-2/+42
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison1-0/+38
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-2/+3
2003-06-10fixed libsmb code to set correct timeout in cli_state when waiting forAndrew Tridgell1-2/+2
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett1-1/+31
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-7/+10
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-1/+1
2003-03-13Merge from HEAD. 'win2000 can take much longer than the specified time to res...Jeremy Allison1-1/+1
2003-03-13Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison1-6/+6
2003-03-03More janitorial duties, fixing the BIG_UINT changes for large offsets.Richard Sharpe1-1/+1