Make cli_getatr() async.
[jra/samba/.git] / source3 / libsmb / clifile.c
2009-05-06 Jeremy AllisonMake cli_getatr() async.
2009-05-05 Jeremy AllisonMake cli_getattrE async.
2009-05-04 Jeremy AllisonFix the async calls for the posix_unlink and posix_rmdir.
2009-04-30 Jeremy AllisonCause cli_close to return an NTSTATUS.
2009-04-30 Jeremy AllisonGet medieval on our ass about SMB1 file descriptors...
2009-04-30 Jeremy AllisonMake cli_unlink async.
2009-04-29 Jeremy AllisonMore async calls in libsmb/clifile.c
2009-04-28 Jeremy AllisonDoh ! Don't need "int dummy" when we have state :-).
2009-04-28 Jeremy AllisonConvert cli_rename to async.
2009-04-28 Jeremy AllisonConvert cli_posix_unlink() and cli_posix_rmdir()
2009-04-24 Jeremy Allisonfind/replace. Change uintX types to uintX_t types to...
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-22 Jeremy AllisonMake dskattr async.
2009-04-22 Jeremy AllisonMake cli_chkpath async.
2009-04-21 Stefan Metzmachers3:libsmb: always use the tevent_req_nomem() for checki...
2009-04-21 Jeremy AllisonMake rmdir async.
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Jeremy AllisonMake cli_mkdir async. Change it to return NTSTATUS.
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-06 Volker LendeckeConvert cli_open to tevent_req
2009-04-06 Volker LendeckeConvert cli_close to tevent_req
2009-04-06 Volker LendeckeConvert cli_ntcreate to tevent_req
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-01 Volker LendeckeSplit up async_req into a generic and a NTSTATUS specif...
2009-01-30 Volker LendeckeAdd async cli_ntcreate
2009-01-29 Volker LendeckeAdd the strlen to push to smb_bytes_push_str, return...
2009-01-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-26 Volker LendeckeDecouple clistr_pull from struct cli_state->inbuf
2009-01-25 Volker LendeckeFix an error path memleak
2009-01-25 Volker LendeckeMake smb_bytes_push_str deal with a NULL buf returning...
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckePass "bytes_alignment" up through cli_request_send
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-08 Volker LendeckeSimplify async programming a bit with helper routines
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-18 Kai Blinlibsmb: Fix up pointer passed to cli_send_trans in...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-09 Jelmer VernooijMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-09-09 Volker Lendeckemake smb_bytes_push_str public
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
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...
next