summaryrefslogtreecommitdiff
path: root/source3/libsmb/clirap.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-20libsmb: Convert cli_NetServerEnum() to return NTSTATUSVolker Lendecke1-3/+6
2024-08-20libsmb: Make cli_api() static to clirap2.cVolker Lendecke1-5/+0
2024-08-20libsmb: Convert cli_RNetShareEnum() to NTSTATUSVolker Lendecke1-1/+4
2024-08-20libsmb: Convert cli_oem_change_password() to NTSTATUSVolker Lendecke1-2/+4
2024-08-20libsmb: Make cli_qpathinfo_standard() staticVolker Lendecke1-4/+0
2024-05-14libsmb: Convert cli_qfileinfo to use FSCC levelsVolker Lendecke1-6/+13
2023-10-12libsmb: Add placeholder "mode" parameter to cli_qpathinfo2()Volker Lendecke1-5/+10
2023-08-22libsmb: Move cli_qpathinfo1() to torture3Volker Lendecke1-17/+0
2022-10-03libsmb: Add cli_fsctl_send/recvVolker Lendecke1-0/+12
2021-11-11libsmb: Move cli_qfilename() to its only user in torture.cVolker Lendecke1-2/+0
2020-06-04libsmb: Add async cli_qfileinfo_basicVolker Lendecke1-7/+24
2020-06-04s3: libsmb: Change cli_setfileinfo_ext() and async version to take a uint32_t...Jeremy Allison1-2/+2
2020-06-04s3: libsmb: Change cli_setpathinfo_ext() to take 32-bit attributes.Jeremy Allison1-1/+1
2020-06-04s3: libsmb: Change cli_qpathinfo1() and async version to return a 32-bit attr...Jeremy Allison1-2/+2
2020-06-04s3: libsmb: Change cli_qpathinfo3() to return a 32-bit attribute.Jeremy Allison1-1/+1
2020-06-04s3: libsmb: Change cli_qpathinfo2() and async versions to return a 32-bit att...Jeremy Allison1-2/+2
2020-06-04s3: libsmb: Change cli_qfileinfo_basic() to return 32-bit attributes.Jeremy Allison1-1/+1
2020-06-04s3: libsmb: clirap. Rename all mode/ *mode parameters to attr and pattr.Jeremy Allison1-9/+9
2020-04-28libsmb: Add cli_setfileinfo_ext()Volker Lendecke1-0/+19
2020-04-18libsmb: Move clirap2.c to utils/Volker Lendecke1-51/+0
2020-04-08libsmb: Remove unused cli_NetWkstaUserLogon()Volker Lendecke1-1/+0
2020-04-08libsmb: Remove unused cli_setpathinfo_basic()Volker Lendecke1-6/+0
2020-04-08libsmb: Make cli_setpathinfo_ext() take structs instead of pointersVolker Lendecke1-4/+4
2019-12-06libsmb: add cli_setpathinfo_ext()Ralph Boehme1-0/+6
2016-07-06s3:libsmb/clirap: remove unused cli_get_server_*() functionsStefan Metzmacher1-2/+0
2015-05-13Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe1-24/+24
2013-10-30s3:libsmb: add function cli_qpathinfo3()Gregor Beck1-0/+7
2013-10-30s3:libsmb: add function cli_qpathinfo_standard()Gregor Beck1-0/+4
2013-08-15s3:libsmb: Add in the core of the libsmb client SMB2 functions.Jeremy Allison1-0/+4
2013-02-19s3:libsmb: s/struct event_context/struct tevent_contextStefan Metzmacher1-4/+4
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-5/+5
2011-07-06s3:libsmb: use clistr_pull_talloc() in cli_qfilename()Stefan Metzmacher1-2/+2
2011-07-06s3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2Stefan Metzmacher1-1/+2
2011-05-06s3-includes: finally only include client.h when libsmb is used.Günther Deschner1-0/+2
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+208