summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "lib/util:tests/time.c - "test_timestring" - fix it on Solaris"Matthias Dieter Wallnöfer2010-12-061-5/+2
* lib/util/fault.c - fix "pid_t" printf warning on SolarisMatthias Dieter Wallnöfer2010-12-061-1/+1
* idtree: fix overflow for v. large ids on allocation and removalRusty Russell2010-12-061-1/+1
* lib/util:tests/time.c - "test_timestring" - fix it on SolarisMatthias Dieter Wallnöfer2010-12-051-3/+5
* pytalloc: Add docstring for talloc.Object.Jelmer Vernooij2010-12-051-1/+3
* lib/torture: add torture_assert_u64_equal_goto()Stefan Metzmacher2010-12-041-0/+13
* Fix bug #3185 - testparm exits 0 if it can read the config file regardless of...Holger Hetterich2010-12-041-1/+1
* talloc: add ABI/talloc-2.0.4.sigsStefan Metzmacher2010-12-032-1/+63
* talloc: Bump version number after pytalloc changes.Jelmer Vernooij2010-12-031-1/+1
* tests: avoid bash in shebang and fix wrong "==" in testBjörn Jacke2010-12-022-12/+12
* fix ѕome == to correct shell test in commented stuffBjörn Jacke2010-12-022-2/+2
* pytalloc: Make py_talloc_default_cmp private.Jelmer Vernooij2010-12-013-14/+15
* pytalloc: Make py_talloc_dealloc private.Jelmer Vernooij2010-12-013-14/+11
* pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).Jelmer Vernooij2010-12-013-15/+12
* pytalloc: Expose PyTalloc_GetObjectTypeJelmer Vernooij2010-12-012-2/+3
* pytalloc: Add convenience function for checking if something is a tallocJelmer Vernooij2010-12-012-0/+29
* talloc: Add talloc object.Jelmer Vernooij2010-11-301-0/+15
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-2/+2
* tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignmentsMatthias Dieter Wallnöfer2010-11-271-2/+2
* tdb:tdbstore.c - remove an useless '\'Matthias Dieter Wallnöfer2010-11-271-1/+1
* 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