summaryrefslogtreecommitdiffstats
path: root/source4/libcli/clitrans2.c
Commit message (Collapse)AuthorAgeFilesLines
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-7/+7
| | | | | | large commit. I thought this was worthwhile to get done for consistency. (This used to be commit ec32b22ed5ec224f6324f5e069d15e92e38e15c0)
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 73ea8ee6c268371d05cf74160f2ad451dd2ae699)
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-11/+11
| | | | | | | rename CLI_ -> SMBCLI_ metze (This used to be commit 8441750fd9427dd6fe477f27e603821b4026f038)
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit af6f1f8a01bebbecd99bc8c066519e89966e65e3)
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-8/+8
| | | | | | | | | | structures. This was suggested by metze recently. I checked on the build farm and all the machines we have support 64 bit ints, and support the LL suffix for 64 bit constants. I suspect some won't support strtoll() and related functions, so we will probably need replacements for those. (This used to be commit 9a9244a1c66654c12abe4379661cba83a73c4c21)
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-101-29/+27
| | | | | 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-11/+11
| | | | | | | | 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)
* try to cope with servers that return a blank alt_name fieldAndrew Tridgell2003-08-151-1/+5
| | | | (This used to be commit 0a1cda392ad29c95c8886a26c34fcea0b19ecebf)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+221
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)