summaryrefslogtreecommitdiffstats
path: root/libcli/nbt
Commit message (Collapse)AuthorAgeFilesLines
...
* libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handlerStefan Metzmacher2010-10-181-5/+5
| | | | metze
* libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_stateStefan Metzmacher2010-10-181-7/+7
| | | | metze
* libcli/nbt: move nbt_name_refresh_wins_send() to the top of all ↵Stefan Metzmacher2010-10-181-57/+59
| | | | | | nbt_name_refresh_wins_* related code metze
* manpages: Avoid using Samba-Team specific DTD, which requires net accessJelmer Vernooij2010-08-261-11/+1
| | | | or modification of /etc/catalogs.
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* libcli/nbt/lmhosts: fix missing prototype warning.Günther Deschner2010-05-311-0/+1
| | | | | | Andrew, please check. Guenther
* 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
| | | | | This was left over from the automatic conversion of the config.mk files
* s4-waf: more dependencies on tallocAndrew Tridgell2010-04-061-4/+1
| | | | | these are needed so we can support a system talloc without using the bundled talloc.h
* 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
| | | | them
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-1/+1
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* 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
| | | | This fits better since the variable which is tested is of type "uint32_t".
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
| | | | These were causing thousands of warnings on solaris8
* libcli/nbt Add parser for a 'hosts' file that takes DNS record typesAndrew Bartlett2010-03-113-0/+313
|
* nbt: don't reference the event_ctx in nbtsockAndrew Tridgell2010-02-081-1/+1
| | | | This causes talloc_free with references errors
* Change uint_t to unsigned int in libcliMatt Kraai2010-02-021-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/nbt: fix ndr_push_nbt_string() string labels with a length of 63 ↵Stefan Metzmacher2010-02-011-2/+2
| | | | | | (0x3F) are allowed metze
* libcli/nbt: fix off-by-one bug in ndr_pull_wrepl_nbt_name()Stefan Metzmacher2010-01-291-2/+2
| | | | | | The scope starts at byte 17 with index 16. metze
* libcli/nbt: fix ndr_pull/push_wrepl_nbt_name()Stefan Metzmacher2010-01-291-0/+25
| | | | | | | | | | | [MS-WINSRA] — v20091104 was wrong regarding section "2.2.10.1 Name Record" If the name buffer is already 4 byte aligned Windows (at least 2003 SP1 and 2008) add 4 extra bytes. This can happen when the name has a scope. metze
* libcli/nbt Move more of lmhosts lookup into common codeAndrew Bartlett2009-11-042-0/+85
| | | | | | This aims to eventually share this with Samba4. Andrew Bartlett
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
| | | | | If we don't include Python.h first then we get a pile of warnings due to broken redefines of XOPEN_SOURCE in the Python includes.
* libcli:nbt move prototypes of lmhosts functions to libnbt.hAndrew Bartlett2009-09-191-1/+6
|
* libcli:nbt put util_net.c protos in new header fileAndrew Bartlett2009-09-151-0/+1
| | | | | | | This fixed a very odd build problem due to util.h importing system/network.h being imported before the uid_wapper code. Andrew Bartlett
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-152-0/+206
| | | | | | This starts the process to have Samba4 use lmhosts. Andrew Bartlett
* libcli/nbt: s/private/private_dataStefan Metzmacher2009-02-021-6/+6
| | | | metze
* Attempt to fix the merged buildVolker Lendecke2009-01-192-3/+3
|
* libcli/nbt: add nbt_name_socket_handle_response_packet()Stefan Metzmacher2009-01-192-3/+13
| | | | | | | | | Move the last part of nbt_name_socket_recv() into a new function nbt_name_socket_handle_response_packet() so that it can be reused by an unexpected handler. metze (from samba4wins tree cb0377f3b95e50c84fac999a49dde80acc933124)
* libcli/nbt: add nbt_set_unexpected_handler()Stefan Metzmacher2009-01-192-0/+17
| | | | | metze (from samba4wins tree 74232901d1e7ea9ebcb3bd8d584dda36fac37223)
* libcli/nbt: fix wack timeout handlingStefan Metzmacher2009-01-191-3/+18
| | | | | | | | | | | | | | | | | | | If the client gets a WACK response, the server sends a timeout to the client. Possible values are between 9 and 105 seconds. Because w2k3 servers have a bug and always return a value of 5 seconds, we need a workarround. Always using a fixed value of 30 seconds is bad as we could timeout to early. Now we use the value from the server if it's in the valid range and otherwise we use the upper limit of the valid range (105s). metze (from samba4wins tree 40ef7739f4141598a6392c203e4a2d52d972fe06)
* Revert "Remove another use of global_loadparm."Stefan Metzmacher2009-01-193-6/+2
| | | | | | | | | This reverts commit ee7c2170a79f1ca9e2ad1a209d342d8fd287ec8d. A much more correct fix will come soon. (40ef7739f4141598a6392c203e4a2d52d972fe06 from the samba4wins tree) metze
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
| | | | since this will not be shipped with talloc/tdb/tevent/etc.
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
|
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-1/+1
|
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-294-10/+10
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* Fix more compiler warnings.Jelmer Vernooij2008-12-231-2/+2
|
* libcli/nbt: fix some extrasemi compile warnings.Michael Adam2008-11-231-3/+3
| | | | Michael
* Fix the build.Jelmer Vernooij2008-11-021-3/+1
|
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-024-3/+9
|
* Fix the build.Jelmer Vernooij2008-10-241-2/+2
|
* Remove unused include param/param.h.Jelmer Vernooij2008-10-244-4/+0
|
* Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij2008-10-241-4/+4
|
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
| | | | remove some unused functions.
* Fix number of arguments for file_load() functions.Jelmer Vernooij2008-10-121-0/+0
|
* Move nmblookup to same location as the rest of the NBT client library.Jelmer Vernooij2008-10-122-0/+604
|
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-122-4/+4
|
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
|
* libcli: add nbt_proto.h that is no longer autogenerated.Günther Deschner2008-09-241-0/+43
| | | | Guenther
* s4-nbt: move libcli/nbt up one level.Günther Deschner2008-09-238-0/+3042
Guenther