summaryrefslogtreecommitdiffstats
path: root/source3/client/dnsbrowse.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
| | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc.
* s3: Eliminate sys_select from do_smb_resolve() -- untestedVolker Lendecke2011-02-281-14/+3
|
* s3: Eliminate sys_select from do_smb_browse() -- untestedVolker Lendecke2011-02-281-14/+4
|
* Fix a "no prototype" warningVolker Lendecke2007-12-191-0/+1
| | | | (This used to be commit e5bd32812dd1e864e51c2199fd90d71813517f68)
* Add smbclient support for basic mDNS browsing.Rishi Srivatsavai2007-12-171-0/+236
Patch from Rishi Srivatsavai (bugzilla #4150), with tallocification and minor syle changes by me. (This used to be commit db74b99d0ef1a60894c838b4c9d0d454db6cf620)