Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -51/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 1 | -3/+3 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -5/+5 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBCLI_NBT -> cli_nbt. | Jelmer Vernooij | 1 | -3/+3 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -4/+4 | |
2010-10-23 | s4: Rename LIBNETIF to libnetif. | Jelmer Vernooij | 1 | -6/+6 | |
2010-10-21 | libcli: make LIBCLI_NBT a private library | Andrew Tridgell | 1 | -4/+5 | |
2010-10-18 | libcli/nbt: we don't need LIBCLI_COMPOSITE anymore | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 18 16:18:32 UTC 2010 on sn-devel-104 | |||||
2010-10-18 | libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_req | Stefan Metzmacher | 2 | -87/+107 | |
metze | |||||
2010-10-18 | libcli/nbt: s/name_register_bcast_handler/nbt_name_register_bcast_handler | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2010-10-18 | libcli/nbt: s/register_bcast_state/nbt_name_register_bcast_state/ | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2010-10-18 | libcli/nbt: move nbt_name_register_bcast_send to the top of ↵ | Stefan Metzmacher | 1 | -49/+51 | |
nbt_name_register_bcast_* metze | |||||
2010-10-18 | libcli/nbt: convert nbt_name_register_wins_send/recv to tevent_req | Stefan Metzmacher | 2 | -105/+158 | |
metze | |||||
2010-10-18 | libcli/nbt: s/name_register_wins_handler/nbt_name_register_wins_handler | Stefan Metzmacher | 1 | -5/+5 | |
metze | |||||
2010-10-18 | libcli/nbt: s/register_wins_state/nbt_name_register_wins_state | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2010-10-18 | libcli/nbt: move nbt_name_register_wins_send() to the top of all ↵ | Stefan Metzmacher | 1 | -59/+60 | |
nbt_name_register_wins_* related code metze | |||||
2010-10-18 | libcli/nbt: convert nbt_name_refresh_wins_send/recv to tevent_req | Stefan Metzmacher | 3 | -96/+145 | |
metze | |||||
2010-10-18 | libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handler | Stefan Metzmacher | 1 | -5/+5 | |
metze | |||||
2010-10-18 | libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_state | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2010-10-18 | libcli/nbt: move nbt_name_refresh_wins_send() to the top of all ↵ | Stefan Metzmacher | 1 | -57/+59 | |
nbt_name_refresh_wins_* related code metze | |||||
2010-08-26 | manpages: Avoid using Samba-Team specific DTD, which requires net access | Jelmer Vernooij | 1 | -11/+1 | |
or modification of /etc/catalogs. | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -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> | |||||
2010-05-31 | libcli/nbt/lmhosts: fix missing prototype warning. | Günther Deschner | 1 | -0/+1 | |
Andrew, please check. Guenther | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 5 | -20/+14 | |
2010-04-18 | s4-waf: removed the unused installdir= option to SAMBA_BINARY() | Andrew Tridgell | 1 | -1/+0 | |
This was left over from the automatic conversion of the config.mk files | |||||
2010-04-06 | s4-waf: more dependencies on talloc | Andrew Tridgell | 1 | -4/+1 | |
these are needed so we can support a system talloc without using the bundled talloc.h | |||||
2010-04-06 | s4-waf: cleanup use of LIBPOPT vs popt dependency | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -1/+1 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+42 | |
2010-03-30 | libcli/nbt/dns_hosts_file.c - change "ULONG_MAX" into "UINT32_MAX" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
This fits better since the variable which is tested is of type "uint32_t". | |||||
2010-03-26 | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 1 | -0/+1 | |
These were causing thousands of warnings on solaris8 | |||||
2010-03-11 | libcli/nbt Add parser for a 'hosts' file that takes DNS record types | Andrew Bartlett | 3 | -0/+313 | |
2010-02-08 | nbt: don't reference the event_ctx in nbtsock | Andrew Tridgell | 1 | -1/+1 | |
This causes talloc_free with references errors | |||||
2010-02-02 | Change uint_t to unsigned int in libcli | Matt Kraai | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-01 | libcli/nbt: fix ndr_push_nbt_string() string labels with a length of 63 ↵ | Stefan Metzmacher | 1 | -2/+2 | |
(0x3F) are allowed metze | |||||
2010-01-29 | libcli/nbt: fix off-by-one bug in ndr_pull_wrepl_nbt_name() | Stefan Metzmacher | 1 | -2/+2 | |
The scope starts at byte 17 with index 16. metze | |||||
2010-01-29 | libcli/nbt: fix ndr_pull/push_wrepl_nbt_name() | Stefan Metzmacher | 1 | -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 | |||||
2009-11-04 | libcli/nbt Move more of lmhosts lookup into common code | Andrew Bartlett | 2 | -0/+85 | |
This aims to eventually share this with Samba4. Andrew Bartlett | |||||
2009-10-23 | s4-python: we need to include Python.h first | Andrew Tridgell | 1 | -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. | |||||
2009-09-19 | libcli:nbt move prototypes of lmhosts functions to libnbt.h | Andrew Bartlett | 1 | -1/+6 | |
2009-09-15 | libcli:nbt put util_net.c protos in new header file | Andrew Bartlett | 1 | -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 | |||||
2009-09-15 | libcli:nbt make the lmhosts parsing code and dependicies common | Andrew Bartlett | 2 | -0/+206 | |
This starts the process to have Samba4 use lmhosts. Andrew Bartlett | |||||
2009-02-02 | libcli/nbt: s/private/private_data | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2009-01-19 | Attempt to fix the merged build | Volker Lendecke | 2 | -3/+3 | |
2009-01-19 | libcli/nbt: add nbt_name_socket_handle_response_packet() | Stefan Metzmacher | 2 | -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) | |||||
2009-01-19 | libcli/nbt: add nbt_set_unexpected_handler() | Stefan Metzmacher | 2 | -0/+17 | |
metze (from samba4wins tree 74232901d1e7ea9ebcb3bd8d584dda36fac37223) | |||||
2009-01-19 | libcli/nbt: fix wack timeout handling | Stefan Metzmacher | 1 | -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) |