summaryrefslogtreecommitdiffstats
path: root/source4/libcli/clideltree.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:libcli/clideltree.c - fix "asprintf"sMatthias Dieter Wallnöfer2010-05-281-3/+12
|
* s4:libcli/clideltree: work against servers without NTSTATUS supportStefan Metzmacher2008-12-011-1/+2
| | | | metze
* fixed uninitialised variable bugAndrew Tridgell2008-09-241-0/+1
|
* fixed readonly handling in deltreeAndrew Tridgell2008-09-231-1/+16
|
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* 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)