summaryrefslogtreecommitdiffstats
path: root/source4/libcli/clideltree.c
Commit message (Collapse)AuthorAgeFilesLines
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-2/+4
| | | | | | "." for "..". These express the intention better that strcmp or strequal and improve searchability via cscope/ctags. (This used to be commit 7e4ad7e8e5ec266b969e3075c4ad7f021571f24e)
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-1/+2
| | | | (This used to be commit c722f665c90103f3ed57621c460e32ad33e7a8a3)
* r4013: got rid of a bunch of unused or unmaintained codeAndrew Tridgell2007-10-101-4/+4
| | | | | | | | | - removed the clitar code. It is unmaintained, and a horribly badly done hack - removed client.h as it contained mostly unused definitions - removed the unused clidfs.c code (This used to be commit 31a7bddbb3815b4d625e993dbce4805dae1c18f8)
* r3481: split out client.h and events.hAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit c6f486574470a311e0d336c026103f131451e21e)
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-18/+18
| | | | | | | rename CLI_ -> SMBCLI_ metze (This used to be commit 8441750fd9427dd6fe477f27e603821b4026f038)
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-101-5/+5
| | | | | only users are smbclient and smbtorture. (This used to be commit 54cb508c78e5c1faa3ade46b46b165983c880d10)
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-081-19/+19
| | | | | | | | smbtorture to use the new interface. Part 2 will be to eliminate cli_state from smbtorture as this is now the only place where it is used. (This used to be commit db1cc96af62ea42837d60592877fc3f93cef143b)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+117
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)