summaryrefslogtreecommitdiffstats
path: root/source4/client/client.c
Commit message (Collapse)AuthorAgeFilesLines
...
* r23: get rid of def_finfoAndrew Tridgell2007-10-101-2/+0
| | | | (This used to be commit 25b7ec390aec3e324c4c7ad8edbc90fc8896b230)
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-101-29/+31
| | | | | 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-63/+64
| | | | | | | | 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)
* merge the version.h autogeneration stuff from 3.0Stefan Metzmacher2004-01-281-1/+1
| | | | | metze (This used to be commit 24dc237e109f6dce69814b22e0fb7878a7f6bfa8)
* fixed some warningsAndrew Tridgell2003-11-281-2/+3
| | | | (This used to be commit 1c2b8a93c50e3d5485732a2f06847166e883f939)
* by using a single proto.h we gain another factor of 4 in the speed ofAndrew Tridgell2003-11-231-1/+0
| | | | | "make proto" (This used to be commit f6bb118799887e8e29399343e377ba8e9f059f20)
* - a few portability fixes from Jim MyersAndrew Tridgell2003-10-301-1/+48
| | | | | | | | | | - added SMBD_LISTEN_BACKLOG in local.h - added the beginnings of a ndr/rpc parsing framework for Samba4. It currently correctly parses security descriptors for the nttrans QUERY_SECDESC call, but I hope it will become a reasonable framework that an idl based generator can work to (This used to be commit 9bf904fc34f88e0581f93656e73d3c01ca96f761)
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-021-3/+2
| | | | | | | | | fields in level 261 and level 262 of directory search are, plus the names of the levels the unknown fields are a 64bit unique file id, and match the 64 bit number from the internal_information qfileinfo level (This used to be commit b69f54eb028a24144a2e813f059b08644118ab09)
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-1/+1
| | | | (This used to be commit 4cf3839b727c77a727abb558bd9473119a092913)
* client/client.c - cannot initialize struct with non-const valuesHerb Lewis2003-08-141-1/+5
| | | | | | | | include/byteorder.h - fix for IRIX compiler - cannot cast an LVALUE include/smb_interfaces.h - remove empty structure source/lib/debug.c - void functions cannot return value libcli/clifile.c - cannot assign *struct to struct (This used to be commit 9a724762012f55d21d44ea87add7daf21f7414d1)
* fixed allinfo bug reported by metzeAndrew Tridgell2003-08-141-1/+1
| | | | (This used to be commit 0b7e5d6353837b24a3588ddd62e793b025432f10)
* use the \\server\share form of tconx to work with servers that don'tAndrew Tridgell2003-08-131-0/+2
| | | | | cope with the simpler form (This used to be commit 295cc63fb8d99d403c863a7b30cb30382070a6f9)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+3025
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)