summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell2011-06-203-2/+116
* tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2011-06-202-22/+55
* tdb2: python wrapperRusty Russell2011-06-201-0/+574
* tdb2: minor changes to SAMBIFY it.Rusty Russell2011-06-203-4/+18
* tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f)Rusty Russell2011-06-2084-0/+26504
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-202-6/+6
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-5/+28
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-204-16/+16
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-3/+3
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-205-7/+14
* lib/tdb_compat: header for tdb1 vs tdb2.Rusty Russell2011-06-203-0/+239
* lib: import ccan modules for tdb2Rusty Russell2011-06-20129-0/+13867
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-2/+2
* talloc: added talloc_stackframe_exists()Andrew Tridgell2011-06-172-0/+25
* s3-param Remove 'time offset' from smb.confAndrew Bartlett2011-06-113-24/+1
* lib/util/wrap_xattr.h: fix licence/copyrightGünther Deschner2011-06-101-0/+21
* lib/util/util_tdb.h: fix licence/copyrightGünther Deschner2011-06-101-0/+21
* lib/util/util_ldb.h: fix licence/copyrightGünther Deschner2011-06-101-0/+23
* lib/util/time.h: fix licence/copyrightGünther Deschner2011-06-101-1/+6
* lib/util/data_blob.h: fix licence/copyrightGünther Deschner2011-06-101-1/+4
* server_id: Change format to vnn:pid.task_id, pid.task_id or pidAndrew Bartlett2011-06-091-1/+6
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-093-1/+40
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-094-6/+6
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-094-13/+13
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-092-2/+2
* tdb: enable VALGRIND to remove valgrind noise.Rusty Russell2011-06-081-35/+0
* Fix bug #8197 - winbind does not properly detect when a DC connection is dead.Jeremy Allison2011-06-061-6/+32
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-063-1/+90
* util-net: added is_ipaddress_v6()Andrew Tridgell2011-06-062-3/+13
* ipv6: always try to convert as a numeric address firstAndrew Tridgell2011-06-061-0/+9
* Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison2011-06-031-1/+13
* Fix warning messages on Freebsd 4.6.2.Herb Lewis2011-06-021-0/+2
* lib/tdb/python/tests/simple.py: don't assume TDB ordering.Rusty Russell2011-06-021-1/+3
* lib/tevent/tevent.h: minor documentation fix.Rusty Russell2011-06-011-3/+3
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-012-0/+14
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-012-0/+14
* replace: remove waring if IOV_MAX is not definedBjörn Jacke2011-05-311-2/+0
* lib/util Move sys_memalign into lib/util/system.cAndrew Bartlett2011-05-312-0/+41
* replace: fix build issues on GNU Hurd (#7998)Björn Jacke2011-05-301-1/+1
* Fix numerous missing dependencies in WAF build scriptsSean Finney2011-05-252-4/+4
* Fix our asn.1 parser to handle negative numbers.Jeremy Allison2011-05-241-0/+9
* lib/util Add Volker's asn1_Integer test into code that runs in 'make test'Andrew Bartlett2011-05-241-0/+94
* Fix bug found when building on an IPv6-only system by Kai Blin.Jeremy Allison2011-05-191-3/+16
* lib/util/charset: Remove unused strcasecmp_w and strncasecmp_wAndrew Bartlett2011-05-181-32/+0
* lib/util/charset use talloc_stackframe() rather than talloc_tos()Andrew Bartlett2011-05-181-12/+12
* lib/util/charset Don't allow invalid 'dos charset = utf8'Andrew Bartlett2011-05-181-0/+5
* Don't evaluate the src argument to fstrcpy/fstrcat/nstrcpy/unstrcpy twice. Pr...Jeremy Allison2011-05-171-5/+25
* lib/util/charset: fix the toplevel MacOS X build.Günther Deschner2011-05-171-2/+3