summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix endianess problems as discovered on the build farmMatthieu Patou2010-11-261-5/+6
* lib/debug Add clarifying commentsAndrew Bartlett2010-11-241-2/+2
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-1/+1
* waf:lib/util - add missing dependency on tallocMatthias Dieter Wallnöfer2010-11-201-1/+1
* talloc: added TALLOC_FREE_FILL environment variableAndrew Tridgell2010-11-191-0/+30
* tevent: Fix docstring, tevent_req_is_in_progress does not destroy private dataKai Blin2010-11-171-2/+0
* Add attribute macros for Heimdal to useAndrew Bartlett2010-11-151-0/+12
* unix_privs: Add missing dependency on libreplace.Jelmer Vernooij2010-11-121-0/+1
* socket_wrapper: Only add as global dependency when enabled.Jelmer Vernooij2010-11-121-3/+3
* s4-waf: Only enable various wrappers if they're actually used.Jelmer Vernooij2010-11-123-2/+5
* tdb: set tdb->name early, as it's needed for tdb_name()Stefan Metzmacher2010-11-121-6/+27
* s4:pytevent.c - fix a discard const warningMatthias Dieter Wallnöfer2010-11-111-1/+1
* pytalloc: Make some arguments optional.Jelmer Vernooij2010-11-071-6/+6
* socket_wrapper: fill in sa.sa_len if the system supports itStefan Metzmacher2010-11-051-2/+12
* tsocket: fill in sa.sa_len if the system supports itStefan Metzmacher2010-11-051-0/+12
* talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij2010-11-052-1/+90
* talloc: rename pytalloc.c to pytalloc_util.cJelmer Vernooij2010-11-052-1/+1
* compression: added a simple lzxpress testAndrew Tridgell2010-11-041-1/+48
* compression: fixed an uninitialised data but in lzxpressAndrew Tridgell2010-11-041-0/+2
* debug: fixed default debug settingsAndrew Tridgell2010-11-042-1/+7
* lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()Michael Adam2010-11-031-5/+8
* lib/util/charset/util_unistr: clarify the comment header for strlen_m().Michael Adam2010-11-031-5/+6
* lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...Michael Adam2010-11-032-0/+12
* lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...Michael Adam2010-11-032-10/+51
* lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.Michael Adam2010-11-032-0/+8
* lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...Michael Adam2010-11-031-5/+5
* lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...Michael Adam2010-11-032-11/+37
* util/charset: remove a duplicate comment.Michael Adam2010-11-031-5/+0
* build: a more portable way of finding waf in makefilesAndrew Tridgell2010-11-033-9/+3
* replace/wscript: add size checks for stdint.h typesStefan Metzmacher2010-11-031-0/+1
* replace/wscript: do the size checks directly after the type checksStefan Metzmacher2010-11-031-4/+4
* replace/wscript: define bool to int instead of off_tStefan Metzmacher2010-11-031-1/+1
* replace/wscript: check for uint8_tStefan Metzmacher2010-11-031-0/+1
* waf: added reconfigure targets to our librariesAndrew Tridgell2010-11-033-0/+15
* debug Explain the behaviour of setup_logging() more clearlyAndrew Bartlett2010-11-021-1/+7
* lib/debug Use vdprintf rather than manually allocateAndrew Bartlett2010-11-021-5/+1
* lib/util Remove setup_logging_stdout()Andrew Bartlett2010-11-012-15/+1
* talloc: Install pytalloc.h.Jelmer Vernooij2010-11-011-0/+1
* tdb: Use waf by default.Jelmer Vernooij2010-11-012-14/+15
* replace/talloc: Avoid automatically pulling in new configure/Makefile,Jelmer Vernooij2010-10-312-12/+0
* talloc: Look harder for waf.Jelmer Vernooij2010-10-311-1/+8
* replace: Look harder for waf.Jelmer Vernooij2010-10-311-1/+8
* build: check that if we provide -liconv we can build shared libsMatthieu Patou2010-10-311-0/+6
* replace: Build using waf by default.Jelmer Vernooij2010-10-316-15/+111
* talloc: Switch over to using waf as the default build system for the standalo...Jelmer Vernooij2010-10-315-15/+107
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-3121-630/+0
* build: Remove zlib from the cache if we failed to pass all the testsMatthieu Patou2010-10-301-0/+6
* replace: Fix formatting.Jelmer Vernooij2010-10-301-8/+8
* tevent: Drop autoconf-based build system for standalone build.Jelmer Vernooij2010-10-3013-3918/+0
* replace: Avoid autoproto as it breaks standalone builds.Jelmer Vernooij2010-10-302-1/+10