summaryrefslogtreecommitdiffstats
path: root/source/libcli
Commit message (Collapse)AuthorAgeFilesLines
* The IRIX compiler does not like embedded unnamed unions.Günther Deschner2008-11-202-37/+47
|
* s3: copy nbt/netlogon helper from s4.Günther Deschner2008-11-206-0/+578
| | | | Guenther
* Attempt to fix Coverity ID 595Volker Lendecke2008-08-161-1/+1
| | | | | is_ipaddress already dereferences "name", so the NULL check is pointless after calling it.
* 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