summaryrefslogtreecommitdiff
path: root/source4/libcli/finddcs_nbt.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:libcli/finddcs_nbt.c - free "req" consistently with "finddcs_cldap.c"Matthias Dieter Wallnöfer2011-12-231-2/+4
| | | | | | It is more obvious to free where the context for the first time appears. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-3/+3
| | | | | | | This avoid symbol and structure conflicts between Samba3 and Samba4, and chooses a less generic name. Andrew Bartlett
* source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij2011-03-191-0/+1
|
* s4:libcli/finddcs_nbt.c - optimise headersMatthias Dieter Wallnöfer2010-12-121-2/+0
|
* s4-libcli: change finddcs.h -> finddc.hAndrew Tridgell2010-09-151-1/+1
| | | | | | | this prevents conflicts with old generated files and we can only even return one DC with this interface. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-finddcs: rename finddcs to finddcs_nbtAndrew Tridgell2010-09-151-0/+310
finddcs_nbt is currently unused, but will later be a fallback is a cldap DC find fails. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>