summaryrefslogtreecommitdiffstats
path: root/source/libcli
Commit message (Collapse)AuthorAgeFilesLines
* The IRIX compiler does not like embedded unnamed unions.Günther Deschner2008-11-262-37/+47
| | | | (cherry picked from commit a9682737efb7bf931a7d54e671fa17b2c9dfac5e)
* s3: copy nbt/netlogon helper from s4.Günther Deschner2008-11-266-0/+578
| | | | | Guenther (cherry picked from commit 47a25d1723cae31a8b5ad2a50f1a8fc98a270b5a)
* Attempt to fix Coverity ID 595Volker Lendecke2008-08-191-1/+1
| | | | | | is_ipaddress already dereferences "name", so the NULL check is pointless after calling it. (cherry picked from commit 740228aad72073bdbe1ebd96b9f44d914445816c)
* Fix a bogus uninitialized variable warning in IDL-based nbt codeVolker Lendecke2008-04-191-1/+1
|
* IDL: Add autogenerated nbt files.Günther Deschner2008-04-172-0/+979
Guenther