summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clifile.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb correctly set isFsctl for snapshot listChristian Ambach2012-08-301-1/+1
* s3:libsmb: fix the talloc parent of clistr_pull_talloc() in cli_notify_done()Stefan Metzmacher2012-06-051-1/+1
* s3:libsmb: remove unused 'inbuf' variableStefan Metzmacher2012-06-051-12/+6
* s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_sendLuk Claes2012-06-031-2/+2
* s3:libsmb: get rid of cli_ucs2Luk Claes2012-05-281-23/+23
* s3:libsmb: get rid of cli_has_async_callsLuk Claes2012-05-281-41/+42
* s3:libsmb: get rid of cli_state_server_time_zoneLuk Claes2012-05-281-6/+6
* s3:libsmb: get rid of cli_state_capabilitiesLuk Claes2012-05-281-2/+2
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-8/+8
* s3: Notifies should never time outVolker Lendecke2012-04-021-0/+8
* s3: Add sync cli_notifyVolker Lendecke2012-03-221-0/+35
* s3-libsmb: Fix parsing a notify responseVolker Lendecke2012-03-221-1/+1
* s3: rename "len"->"next", according to wiresharkVolker Lendecke2012-03-221-3/+3
* Move to talloc from malloc.Jeremy Allison2012-03-011-3/+7
* Fix mixup between talloc/malloc.Jeremy Allison2012-03-011-1/+1
* Revert fac5c654e2fe17c2c11d150b16088e8a51f6be20Jeremy Allison2011-12-041-68/+19
* Add cli_open() back as a synchronous wrapper function the callsJeremy Allison2011-12-031-0/+115
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-19/+19
* After a discussion with Volker, sdd a backup_intent state to the client struct.Jeremy Allison2011-12-011-2/+4
* s3:libsmb: make use of cli_state_server_time_zone()Stefan Metzmacher2011-09-131-6/+6
* s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher2011-08-091-4/+4
* s3:libsmb/clifile: make use of cli_set_timeout()Stefan Metzmacher2011-08-031-12/+22
* s3:libsmb/cli*: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-2/+2
* Added missing return. Not strictly neccessary, the following if (!NT_STATUS_E...Jeremy Allison2011-07-301-0/+1
* s3: Add a fallback for missing open&x support in OS/X LionVolker Lendecke2011-07-291-19/+68
* s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()Stefan Metzmacher2011-07-201-5/+5
* s3-libsmb: remove unused cli_lock()Björn Baumbach2011-07-191-16/+0
* s3-libsmb: let cli_lock64 return NTSTATUS instead of boolBjörn Baumbach2011-07-111-5/+5
* s3-libsmb: introduce cli_lock32()Björn Baumbach2011-07-111-0/+16
* s3:libsmb: use trans2_bytes_push_str() in cli_set_ea_path()Stefan Metzmacher2011-07-071-8/+9
* s3:libsmb: add trans2_bytes_push_bytes()Stefan Metzmacher2011-07-071-0/+19
* s3:libsmb: make trans2_bytes_push_str() non-staticStefan Metzmacher2011-07-071-3/+3
* s3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2Stefan Metzmacher2011-07-061-3/+11
* s3: Add incomplete cli_nttrans_createVolker Lendecke2011-06-191-0/+179
* s3: Correctly align evenVolker Lendecke2011-06-191-1/+3
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-6/+6
* s3: Do central cli_set_errorVolker Lendecke2011-05-191-116/+0
* s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke2011-05-101-58/+29
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* libcli/smb Move cifs posix helper functions and headers in commonAndrew Bartlett2011-05-061-94/+0
* Add POSIX O_RDONLY test of a directory for bug #8112 - POSIX extension opens ...Jeremy Allison2011-04-301-2/+0
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-2/+2
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-3/+3
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1