summaryrefslogtreecommitdiffstats
path: root/source4/libcli/climessage.c
Commit message (Collapse)AuthorAgeFilesLines
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
| | | | (This used to be commit 47ffbbf67435904754469544390b67d34c958343)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-9/+9
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
* 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)
* r13154: Add some constJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 62822a26550842dbb763b27994cb38474fe8eea3)
* r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2007-10-101-1/+1
| | | | | | | puts support for it into popt_common, adds a few utility functions (in lib/credentials.c) and the callback functions for the command-line (lib/cmdline/credentials.c). Comments are welcome :-) (This used to be commit 1d49b57c50fe8c2683ea23e9df41ce8ad774db98)
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-1/+1
| | | | | | | | | - change smbcli_read/write to take void * for the buffers to match read(2)/write(2) all this fixes a lot of gcc-4 warnings metze (This used to be commit b94f92bc6637f748d6f7049f4f9a30b0b8d18a7a)
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
| | | | | and made them private (This used to be commit 386ac565c452ede1d74e06acb401ca9db99d3ff3)
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-27/+27
| | | | | | | rename CLI_ -> SMBCLI_ metze (This used to be commit 8441750fd9427dd6fe477f27e603821b4026f038)
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-081-10/+10
| | | | | | | | 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/+93
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)