summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clifile.c
Commit message (Expand)AuthorAgeFilesLines
* r18009: Fixes bug 4026.Derrell Lipman2007-10-101-14/+18
* r17902: Fix possible null deref caught by Stanford checker.Jeremy Allison2007-10-101-1/+3
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-3/+4
* r17333: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r15028: Fix logic error checking valid args to POSIX lockJeremy Allison2007-10-101-1/+1
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-1/+104
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-8/+8
* r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison2007-10-101-12/+22
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-1/+1
* r8184: fix build issue on Solaris in smbclientGerald Carter2007-10-101-0/+5
* r6753: Fixes bug 2663. cli_getattrE() and cli_setattrE() were not formatting orDerrell Lipman2007-10-101-6/+6
* r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather thanDerrell Lipman2007-10-101-2/+2
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2007-10-101-2/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison2007-10-101-1/+2
* r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison2007-10-101-0/+48
* r2665: Ensure the UNIX info level returned enough data.Jeremy Allison2007-10-101-0/+6
* r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison2007-10-101-1/+130
* r1965: add cli_setattrE (inspired by samba4-code). needed for furtherGünther Deschner2007-10-101-0/+41
* r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison2007-10-101-9/+10
* Ensure we cope correctly with ea length of zero. Detect torture fail correctly.Jeremy Allison2004-03-301-0/+6
* Fix get/set of EA's in client library. Added torture test for it.Jeremy Allison2004-03-291-74/+163
* Working (tested) client code for setting EA's by filename and fnum.Jeremy Allison2004-03-271-5/+100
* Added cli_set_ea(), cli_get_ea next...Jeremy Allison2004-03-241-0/+64
* Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2004-03-031-2/+42
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-0/+38
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+3
* fixed libsmb code to set correct timeout in cli_state when waiting forAndrew Tridgell2003-06-101-2/+2
* Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-231-1/+31
* merge in metze' smbcquotas patch from HEADGerald Carter2003-04-151-7/+10
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-1/+1
* Merge from HEAD. 'win2000 can take much longer than the specified time to res...Jeremy Allison2003-03-131-1/+1
* Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison2003-03-131-6/+6
* More janitorial duties, fixing the BIG_UINT changes for large offsets.Richard Sharpe2003-03-031-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+1
* added cli_locktype() for testing different lockingX lock typesAndrew Tridgell2002-03-111-0/+54
* better handling of a zero timeout in cli_lockAndrew Tridgell2002-03-101-2/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison2002-01-161-2/+2
* Added CIFS UNIX extension code to client.Jeremy Allison2002-01-161-0/+164
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-26/+26
* Got serious about const again.Jeremy Allison2001-11-041-68/+65
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-3/+3
* fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell2001-09-171-3/+12
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-051-19/+15
* use 32 bit locking if client doesn't do 64 bitAndrew Tridgell2001-08-231-0/+8
* string terminate in mkdirAndrew Tridgell2001-08-211-1/+1