summaryrefslogtreecommitdiffstats
path: root/libcli/nbt
Commit message (Expand)AuthorAgeFilesLines
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-202-3/+3
* libcli/nbt/nbt_proto.h: fix licence/copyrightGünther Deschner2011-06-101-0/+21
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-1/+1
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-3/+3
* libcli/dns Improve dns_hosts_file, using Samba3's struct dns_rr_srvAndrew Bartlett2011-04-262-309/+2
* libcli/nbt Cope with blank lines in DNS hosts fileAndrew Bartlett2011-04-061-3/+3
* libcli/: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* libcli/nbt/wscript_build - fix build of "lmhosts"Matthias Dieter Wallnöfer2011-02-251-2/+2
* build: moved lmhosts.c into a common subsystemAndrew Tridgell2011-02-241-2/+6
* s3-waf: use common libcli/nbt build rulesAndrew Tridgell2011-02-221-7/+6
* libcli/nbt: allow use of the waf build for nbt in source3Andrew Tridgell2011-02-221-12/+12
* netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner2011-01-071-12/+0
* Fix a valgrind errorVolker Lendecke2011-01-021-2/+4
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-011-4/+4
* s4-python: Add more prototypes.Jelmer Vernooij2011-01-011-0/+2
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-1/+1
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-51/+0
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-261-3/+3
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-5/+5
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBCLI_NBT -> cli_nbt.Jelmer Vernooij2010-10-241-3/+3
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-4/+4
* s4: Rename LIBNETIF to libnetif.Jelmer Vernooij2010-10-231-6/+6
* libcli: make LIBCLI_NBT a private libraryAndrew Tridgell2010-10-211-4/+5
* libcli/nbt: we don't need LIBCLI_COMPOSITE anymoreStefan Metzmacher2010-10-181-1/+1
* libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_reqStefan Metzmacher2010-10-182-87/+107
* libcli/nbt: s/name_register_bcast_handler/nbt_name_register_bcast_handlerStefan Metzmacher2010-10-181-4/+4
* libcli/nbt: s/register_bcast_state/nbt_name_register_bcast_state/Stefan Metzmacher2010-10-181-4/+4
* libcli/nbt: move nbt_name_register_bcast_send to the top of nbt_name_register...Stefan Metzmacher2010-10-181-49/+51
* libcli/nbt: convert nbt_name_register_wins_send/recv to tevent_reqStefan Metzmacher2010-10-182-105/+158
* libcli/nbt: s/name_register_wins_handler/nbt_name_register_wins_handlerStefan Metzmacher2010-10-181-5/+5
* libcli/nbt: s/register_wins_state/nbt_name_register_wins_stateStefan Metzmacher2010-10-181-7/+7
* libcli/nbt: move nbt_name_register_wins_send() to the top of all nbt_name_reg...Stefan Metzmacher2010-10-181-59/+60
* libcli/nbt: convert nbt_name_refresh_wins_send/recv to tevent_reqStefan Metzmacher2010-10-183-96/+145
* libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handlerStefan Metzmacher2010-10-181-5/+5
* libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_stateStefan Metzmacher2010-10-181-7/+7
* libcli/nbt: move nbt_name_refresh_wins_send() to the top of all nbt_name_refr...Stefan Metzmacher2010-10-181-57/+59
* manpages: Avoid using Samba-Team specific DTD, which requires net accessJelmer Vernooij2010-08-261-11/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* libcli/nbt/lmhosts: fix missing prototype warning.Günther Deschner2010-05-311-0/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-185-20/+14
* s4-waf: removed the unused installdir= option to SAMBA_BINARY()Andrew Tridgell2010-04-181-1/+0
* s4-waf: more dependencies on tallocAndrew Tridgell2010-04-061-4/+1
* s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell2010-04-061-1/+1
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-1/+1
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+42
* libcli/nbt/dns_hosts_file.c - change "ULONG_MAX" into "UINT32_MAX"Matthias Dieter Wallnöfer2010-03-301-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* libcli/nbt Add parser for a 'hosts' file that takes DNS record typesAndrew Bartlett2010-03-113-0/+313