Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-22 | Make dskattr async. | Jeremy Allison | 1 | -38/+102 | |
Jeremy. | |||||
2009-04-22 | Make cli_chkpath async. | Jeremy Allison | 1 | -0/+121 | |
Jeremy | |||||
2009-04-21 | s3:libsmb: always use the tevent_req_nomem() for checking allocation failures | Stefan Metzmacher | 1 | -6/+6 | |
This will also make sure we cleanup 'req' in case of an error. metze | |||||
2009-04-21 | Make rmdir async. | Jeremy Allison | 1 | -57/+91 | |
Jeremy. | |||||
2009-04-21 | Make cli_mkdir async. Change it to return NTSTATUS. | Jeremy Allison | 1 | -0/+110 | |
Jeremy. | |||||
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -4/+4 | |
This removes calls to push_*_allocate() and pull_*_allocate(), as well as convert_string_allocate, as they are not in the common API To allow transition to a common charcnv in future, provide Samba4-like strupper functions in source3/lib/charcnv.c (the actual implementation remains distinct, but the API is now shared) Andrew Bartlett | |||||
2009-04-06 | Convert cli_open to tevent_req | Volker Lendecke | 1 | -46/+102 | |
2009-04-06 | Convert cli_close to tevent_req | Volker Lendecke | 1 | -20/+66 | |
2009-04-06 | Convert cli_ntcreate to tevent_req | Volker Lendecke | 1 | -38/+68 | |
2009-02-01 | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 1 | -3/+3 | |
2009-01-30 | Add async cli_ntcreate | Volker Lendecke | 1 | -0/+132 | |
2009-01-29 | Add the strlen to push to smb_bytes_push_str, return the converted size | Volker Lendecke | 1 | -8/+11 | |
The pushed strlen replaces the STR_TERMINATE flag which I personally always find very confusing. | |||||
2009-01-26 | Decouple clistr_pull from struct cli_state->inbuf | Volker Lendecke | 1 | -1/+1 | |
2009-01-25 | Fix an error path memleak | Volker Lendecke | 1 | -0/+1 | |
2009-01-25 | Make smb_bytes_push_str deal with a NULL buf returning NULL | Volker Lendecke | 1 | -1/+6 | |
2008-12-19 | Pass "bytes_alignment" up through cli_request_send | Volker Lendecke | 1 | -2/+2 | |
This parameter makes smb_spice_chain add padding before the bytes field | |||||
2008-12-08 | Simplify async programming a bit with helper routines | Volker Lendecke | 1 | -6/+5 | |
Introduce async_req_is_error() and async_req_simple_recv() | |||||
2008-11-18 | libsmb: Fix up pointer passed to cli_send_trans in cli_link_internal | Kai Blin | 1 | -1/+1 | |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -6/+6 | |
2008-09-09 | make smb_bytes_push_str public | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit d611f599b45ad9dad1027a16a0e8da7d4b96e608) | |||||
2008-09-01 | Fix typo | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 544d1fd19a7e85af5f522c5b6b4b68c6beb093a6) | |||||
2008-08-28 | Add cli_pull_reply | Volker Lendecke | 1 | -5/+15 | |
Along the lines of cli_request_send this abstracts away the smb-level buffer handling when parsing replies we got from the server. (This used to be commit 253134d3aaa359fdfb665709dd5686f69af7f8fd) | |||||
2008-08-28 | Remove cli->event_ctx, pass it explicitly | Volker Lendecke | 1 | -11/+33 | |
Storing the event_context as permanent state in struct cli_state creates more complex code than necessary IMO. (This used to be commit debb37f703075008e5ea7d34d214cfa4d0f8f916) | |||||
2008-08-28 | Add async open&x | Volker Lendecke | 1 | -33/+117 | |
(This used to be commit faf353edd60967efac4d5c222db14fa730866273) | |||||
2008-08-28 | Add async cli_close | Volker Lendecke | 1 | -13/+38 | |
(This used to be commit f84a2b5dbf8a072a9e356fa39523f65d042a2643) | |||||
2008-08-01 | Fix a typo | Volker Lendecke | 1 | -5/+5 | |
(This used to be commit 37bd2815c70176046bbe0232222b9f59dfa159c4) | |||||
2008-02-26 | add a function to truncate a file to a specified size | Derrell Lipman | 1 | -0/+49 | |
(This used to be commit 7e5752812d6d9e3bcf9a545cbdcf3afe2175dbc4) | |||||
2008-02-20 | Fix memory leaks on error path | Tim Potter | 1 | -1/+8 | |
(This used to be commit 47dd0700b4320bf5ac9a80e71ae82d82d4554e6a) | |||||
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -22/+22 | |
negotiation works. Jeremy. (This used to be commit d78045601af787731f0737b8627450018902b104) | |||||
2007-12-08 | Fix C++ warnings | Volker Lendecke | 1 | -9/+9 | |
(This used to be commit 01a5c3ea4bf18d99ca1c35e8c38367046e4c867b) | |||||
2007-12-05 | Remove arbitrary 1k limit on pathnames. Malloc them. | Jeremy Allison | 1 | -181/+281 | |
Jeremy. (This used to be commit 71770b4c1d021d829deeb53a6ea3b747fce55c84) | |||||
2007-12-01 | Fix some C++ warnings | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 156c7f10bb63a610f85b52242cfd1b67bfa73c29) | |||||
2007-11-29 | Remove pstrings from clifile.c. | Jeremy Allison | 1 | -25/+36 | |
Jeremy. (This used to be commit d5658914c2d6ec878d9a11f8a1fa57f1697362e3) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -43/+43 | |
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -22/+22 | |
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab) | |||||
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r23347: Fix Coverity 363. Dead code elimination. | Jeremy Allison | 1 | -7/+3 | |
Jeremy. (This used to be commit 4524ee2dbcd5c1c66085032de67c6d083f91cb8a) | |||||
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -1/+1 | |
replace all data_blob(NULL, 0) calls. (This used to be commit 3d3d61687ef00181f4f04e001d42181d93ac931e) | |||||
2007-10-10 | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -3/+7 | |
Jeremy. (This used to be commit 8968808c3b5b0208cbad9ac92eaf948f2c546dd9) | |||||
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -22/+22 | |
to all callers of smb_setlen (via set_message() calls). This will allow the server to reflect back the correct encryption context. Jeremy. (This used to be commit 2d80a96120a5fe2fe726f00746d36d85044c4bdb) | |||||
2007-10-10 | r21777: As Stevef requested and the Apple guys agreed, make | Jeremy Allison | 1 | -3/+4 | |
mode_t in posix_open/posix_mkdir -> 8 bytes to match the SET_UNIX_INFO_BASIC call. Steve is updating the Wikki. Jeremy. (This used to be commit 2f1c95ac7718c1d2a75367ba712edd6b57069432) | |||||
2007-10-10 | r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclient | Jeremy Allison | 1 | -2/+11 | |
right now. Jeremy. (This used to be commit 6dd5f0ef0fe3a673081e16e656ca579bf50457ff) | |||||
2007-10-10 | r21703: fix build when O_SYNC not defined | Herb Lewis | 1 | -0/+2 | |
(This used to be commit 73b7a25ba8a2f7471c07a912da8b6968b41b4f1d) | |||||
2007-10-10 | r21644: Allow mkdir on platforms with no O_DIRECTORY. | Jeremy Allison | 1 | -9/+17 | |
Add proper debug to all possible setfilepathinfo functions. Jeremy. (This used to be commit 3c47a5ef258d536504759a02f6d84c0ab0af7224) | |||||
2007-10-10 | r21643: Put the correct bits on the wire for posix_mkdir. | Jeremy Allison | 1 | -1/+2 | |
We're not yet deleting open files on unlink. Investigating... Jeremy. (This used to be commit 334b34f131578c2a889caa90aa2425f41883cafd) | |||||
2007-10-10 | r21640: Fix the build for broken platoforms without O_DIRECT or O_DIRECTORY. | Jeremy Allison | 1 | -0/+9 | |
Jeremy. (This used to be commit 6a0f6fde0a19bfb4af4c7fa6f29d7015e884d86e) | |||||
2007-10-10 | r21639: Add in implementations of POSIX open/mkdir/unlink/rmdir. | Jeremy Allison | 1 | -0/+176 | |
Jeremy. (This used to be commit 6457d66b9a04c421fc43e131c825c7555c16a1ea) | |||||
2007-10-10 | r21604: I got this wrong also in libsmb :-(. | Jeremy Allison | 1 | -0/+2 | |
Jeremy. (This used to be commit 4a04555e23b5fa53fbeb5b65a7c83cff1b0f9640) | |||||
2007-10-10 | r20744: Fix the build (I missed some chkpth -> checkpath renames). | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 89b7a0630de0bd95a56263b36d433b4e73517a70) |