summaryrefslogtreecommitdiffstats
path: root/libcli
Commit message (Collapse)AuthorAgeFilesLines
* libcli/nbt: fix some extrasemi compile warnings.Michael Adam2008-11-231-3/+3
| | | | Michael
* errors: add WERR_CM_BUFFER_SMALL.Günther Deschner2008-11-121-0/+1
| | | | Guenther
* nterrors: add NT_STATUS_DS_BUSY.Günther Deschner2008-11-101-0/+1
| | | | Guenther
* doserr: add WERR_NO_TRUST_SAM_ACCOUNT.Günther Deschner2008-11-062-0/+2
| | | | Guenther
* Fix the build.Jelmer Vernooij2008-11-021-3/+1
|
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-024-3/+9
|
* Remove use of global_loadparm when comparing nt status error - useJelmer Vernooij2008-11-021-0/+3
| | | | global variable instead.
* Use shared doserr.c.Jelmer Vernooij2008-11-012-0/+88
|
* Fix the build.Jelmer Vernooij2008-10-241-2/+2
|
* Remove unused include param/param.h.Jelmer Vernooij2008-10-244-4/+0
|
* Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij2008-10-241-4/+4
|
* Fix "parameter has incomplete type" build warning.Tim Prouty2008-10-231-7/+0
| | | | | | | | | | When libcli-util was moved to the top level (3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build warning. Since ndr_map_error2ntstatus depends on the definition of enum ndr_err_code and libndr.h can't be easily included in error.h, I moved the definition of enum ndr_err_code to libndr.h. This also eliminates the need for the duplicate definition in proto.h
* Use common error definitions.Jelmer Vernooij2008-10-233-2300/+4
|
* Import NTSTATUS defines from Samba 3.Jelmer Vernooij2008-10-231-0/+682
|
* Import WERROR defines from Samba 3.Jelmer Vernooij2008-10-231-9/+57
|
* Import new DOS error codes from Samba 3.Jelmer Vernooij2008-10-231-0/+4
|
* Move libcli-util error code to top-level.Jelmer Vernooij2008-10-236-0/+2906
|
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
| | | | remove some unused functions.
* Fix number of arguments for file_load() functions.Jelmer Vernooij2008-10-121-0/+0
|
* Move nmblookup to same location as the rest of the NBT client library.Jelmer Vernooij2008-10-122-0/+604
|
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-122-4/+4
|
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
|
* The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-022-37/+50
|
* Temporary build fix for the merged buildSimo Sorce2008-09-241-0/+7
|
* libcli: add nbt_proto.h that is no longer autogenerated.Günther Deschner2008-09-241-0/+43
| | | | Guenther
* libcli: add some basic debugging functions for netlogon helper.Günther Deschner2008-09-241-0/+11
| | | | Guenther
* libcli: add autogenerated libcli netlogon helper protos.Günther Deschner2008-09-242-0/+56
| | | | Guenther
* s4-libcli: move nbt/netlogon helper functions up one level.Günther Deschner2008-09-233-0/+503
| | | | Guenther
* s4-nbt: move libcli/nbt up one level.Günther Deschner2008-09-238-0/+3042
Guenther