summaryrefslogtreecommitdiff
path: root/source4/libcli/clilist.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-02s4:libcli/clilist.c: s/private/private_dataStefan Metzmacher1-4/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-16/+16
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-2/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22620: fix compiler warningsStefan Metzmacher1-4/+4
2007-10-10r17278: fix un uninitialized value found by valgrindStefan Metzmacher1-0/+1
2007-10-10r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher1-22/+35
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-5/+5
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-5/+6
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell1-2/+2
2007-10-10r4013: got rid of a bunch of unused or unmaintained codeAndrew Tridgell1-28/+21
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-10/+11
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ...Andrew Tridgell1-7/+11
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-2/+4
2007-10-10r2661: fixed a client side memory leak in the clilist code.Andrew Tridgell1-3/+3
2007-10-10r2495: cope properly with STATUS_NO_MORE_FILES in old search client codeAndrew Tridgell1-1/+4
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell1-3/+3
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-4/+4
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-13/+13
2007-10-10r1619: - add support for older systems to cli_list*()Andrew Tridgell1-19/+38
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher1-1/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-3/+3
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-3/+3
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter1-19/+22
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-1/+1
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+313