Fix typo
[samba.git] / source3 / libsmb / clifile.c
2008-09-01 Volker LendeckeFix typo
2008-08-28 Volker LendeckeAdd cli_pull_reply
2008-08-28 Volker LendeckeRemove cli->event_ctx, pass it explicitly
2008-08-28 Volker LendeckeAdd async open&x
2008-08-28 Volker LendeckeAdd async cli_close
2008-08-01 Volker LendeckeFix a typo
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-27 Derrell Lipmanadd a function to truncate a file to a specified size
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-21 Tim PotterFix memory leaks on error path
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-12-08 Volker LendeckeFix C++ warnings
2007-12-05 Simo SorceMerge commit 'origin/v3-2-test' into v3-2-simo
2007-12-05 Jeremy AllisonRemove arbitrary 1k limit on pathnames. Malloc them.
2007-12-01 Volker LendeckeFix some C++ warnings
2007-11-30 Jeremy AllisonRemove pstrings from clifile.c.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23347: Fix Coverity 363. Dead code elimination.
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr21777: As Stevef requested and the Apple guys agreed...
2007-10-10 Jeremy Allisonr21750: Sync up with SAMBA_3_0_25. Only client changes...
2007-10-10 Herb Lewisr21703: fix build when O_SYNC not defined
2007-10-10 Jeremy Allisonr21644: Allow mkdir on platforms with no O_DIRECTORY.
2007-10-10 Jeremy Allisonr21643: Put the correct bits on the wire for posix_mkdir.
2007-10-10 Jeremy Allisonr21640: Fix the build for broken platoforms without...
2007-10-10 Jeremy Allisonr21639: Add in implementations of POSIX open/mkdir...
2007-10-10 Jeremy Allisonr21604: I got this wrong also in libsmb :-(.
2007-10-10 Jeremy Allisonr20744: Fix the build (I missed some chkpth -> checkpat...
2007-10-10 Derrell Lipmanr18009: Fixes bug 4026.
2007-10-10 Jeremy Allisonr17902: Fix possible null deref caught by Stanford...
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Volker Lendecker17333: Some C++ warnings
2007-10-10 Jeremy Allisonr15028: Fix logic error checking valid args to POSIX...
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Jeremy Allisonr11420: Fix issue pointed out by Dina Fine <dina@exanet...
2007-10-10 Tim Potterr8572: Remove crufty #define NO_SYSLOG as it's not...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Gerald Carterr8184: fix build issue on Solaris in smbclient
2007-10-10 Derrell Lipmanr6753: Fixes bug 2663. cli_getattrE() and cli_setattrE...
2007-10-10 Derrell Lipmanr6392: - Fixes bug 2564: when smbc_opendir() was called...
2007-10-10 Gerald Carterr5968: derrell's large file fix for libsmbclient (BUG...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3714: Getfacl now seems to work on files and directori...
2007-10-10 Jeremy Allisonr3713: Implementation of get posix acls in UNIX extensi...
2007-10-10 Jeremy Allisonr2665: Ensure the UNIX info level returned enough data.
2007-10-10 Jeremy Allisonr2651: Added 'stat' command to smbclient to exercise...
2007-10-10 Günther Deschnerr1965: add cli_setattrE (inspired by samba4-code)....
2007-10-10 Jeremy Allisonr96: Stupid f&%'n UNIX extensions.... SETPATHINFO
2004-03-30 Jeremy AllisonEnsure we cope correctly with ea length of zero. Detect...
2004-03-29 Jeremy AllisonFix get/set of EA's in client library. Added torture...
2004-03-27 Jeremy AllisonWorking (tested) client code for setting EA's by filena...
2004-03-24 Jeremy AllisonAdded cli_set_ea(), cli_get_ea next...
2004-03-03 Jeremy AllisonAdded client "hardlink" commant to test doing NT rename...
2004-03-03 Jeremy AllisonAdded client "hardlink" commant to test doing NT rename...
2004-03-03 Jeremy AllisonUse a common function to parse all pathnames from the...
2004-03-03 Jeremy AllisonUse a common function to parse all pathnames from the...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-10 Andrew Tridgellfixed libsmb code to set correct timeout in cli_state...
2003-04-23 Andrew BartlettMerge torture tests from HEAD - it looks like we had...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-15 Gerald Cartermerge in metze' smbcquotas patch from HEAD
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-11 Gerald Cartersmbcquota patch from metze
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-30 Andrew Tridgelladded simple tests for SMBchkpath and SMBioctl
2003-03-18 Andrew BartlettJeremy merged across my string parinoia fixes, but...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-14 Andrew BartlettFound by metze with the clobber-region check - if it...
2003-03-13 Jeremy AllisonMerge from HEAD. 'win2000 can take much longer than...
2003-03-13 Andrew Tridgellwin2000 can take much longer than the specified time...
2003-03-13 Jeremy AllisonChange size parameters from signed to unsigned to fix...
2003-03-12 Jeremy AllisonChange size parameters from signed to unsigned to fix...
2003-03-03 Richard SharpeMore janitorial duties, fixing the BIG_UINT changes...
2003-03-03 Richard SharpeDo my janitorial duties to encourage others to do so.
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-21 Jelmer VernooijPatch from Paul Green <Paul.Green@stratus.com> to be...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-21 Jeremy AllisonDon't use uint. It doesn't exist on some platforms...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-11 Andrew Tridgelladded cli_locktype() for testing different lockingX...
2002-03-10 Andrew Tridgellbetter handling of a zero timeout in cli_lock
2002-01-30 Tim PotterRemoved version number from file header.
next