Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a valgrind error | Volker Lendecke | 2011-01-02 | 1 | -2/+4 |
| | | | | | | | Thanks to Tridge for the hint. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 2 10:58:51 CET 2011 on sn-devel-104 | ||||
* | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2010-05-18 | 1 | -3/+3 |
| | |||||
* | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 2010-03-26 | 1 | -0/+1 |
| | | | | These were causing thousands of warnings on solaris8 | ||||
* | Change uint_t to unsigned int in libcli | Matt Kraai | 2010-02-02 | 1 | -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 Metzmacher | 2010-02-01 | 1 | -2/+2 |
| | | | | | | (0x3F) are allowed metze | ||||
* | libcli/nbt: fix off-by-one bug in ndr_pull_wrepl_nbt_name() | Stefan Metzmacher | 2010-01-29 | 1 | -2/+2 |
| | | | | | | The scope starts at byte 17 with index 16. metze | ||||
* | libcli/nbt: fix ndr_pull/push_wrepl_nbt_name() | Stefan Metzmacher | 2010-01-29 | 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 | ||||
* | s4-nbt: move libcli/nbt up one level. | Günther Deschner | 2008-09-23 | 1 | -0/+648 |
Guenther |