Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | Fix convert_string() to take a *converted_size arg. and return a bool. | Jeremy Allison | 1 | -5/+6 | |
Makes these interfaces much harder to misuse and easier to ensure error checking. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 30 23:59:37 CEST 2011 on sn-devel-104 | |||||
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 1 | -2/+2 | |
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104 | |||||
2011-03-16 | dcerpc: we do not need these as public headers | Simo Sorce | 1 | -1/+1 | |
latest openchange doesn't need these headers either fix _PRINTF_ATTRIBUTE in tdr.h, as it was failing to work after removing proto.h due to side effects. PRINTF_ATTRIBUTE is ok and is define in talloc.h which is included by tdr.h Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Wed Mar 16 23:45:20 CET 2011 on sn-devel-104 | |||||
2011-02-28 | tdb: Use <tdb.h> to include tdb so system headers are found when building ↵ | Jelmer Vernooij | 1 | -1/+1 | |
against system tdb. | |||||
2011-02-28 | tdr: Inline proto header to allow tdr.h to be used as it's a public header. | Jelmer Vernooij | 2 | -5/+39 | |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -1/+1 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -9/+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: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 | |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 3 | -21/+16 | |
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 | |
we won't be using the mk -> wscript generator again | |||||
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: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+11 | |
2009-12-08 | tdr-test: Fix 'push_charset' test | Kamen Mazdrashki | 1 | -1/+1 | |
4 bytes of 'bloe' string are pushed, so we should check only for the first 4 caracters Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-10-07 | tdr: teach TDR about uint1632 enums | Andrew Tridgell | 1 | -0/+10 | |
TDB doesn't have NDR64, but it needs to know how to map the new types from pidl | |||||
2009-10-05 | lib/tdr: get rid of build warning when using TDR_ALLOC macro. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-07 | lib/tdr: fix the build with --enable-automatic-dependencies | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-03-15 | tdr: Remove dependency on lp_* so it can be used in both Samba 3 and | Jelmer Vernooij | 1 | -10/+9 | |
Samba 4. | |||||
2009-03-14 | Move tdr to top-level. | Jelmer Vernooij | 5 | -0/+660 | |