summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/util/string_wrappers: move everything into one HAVE_COMPILER_WILL_OPTIMIZ...Stefan Metzmacher2011-06-301-18/+8
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+117
* lib: Allow NULL converted_size in convert_string_tallocVolker Lendecke2011-06-241-2/+6
* lib/util/charset: Remove autodetection of charset from LOCALEAndrew Bartlett2011-06-231-31/+0
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-235-103/+61
* lib/util: Restore CH_UNIX as source charset for d_printf()Andrew Bartlett2011-06-211-1/+1
* lib/util Remove display_cd from d_printf()Andrew Bartlett2011-06-211-7/+0
* lib/ccan/tally.h: update for FreeBSD compile.Rusty Russell2011-06-217-2/+8
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-211-44/+12
* lib/util: allow parmlist.c to compile under s3 includes.hAndrew Bartlett2011-06-211-0/+2
* lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett2011-06-213-26/+25
* lib/util Make unused d_vfprintf() staticAndrew Bartlett2011-06-212-2/+1
* Use tevent_req_oomVolker Lendecke2011-06-201-3/+3
* tevent: change version to 0.9.12tevent-0.9.12Volker Lendecke2011-06-202-1/+75
* tevent: Add tevent_req_oomVolker Lendecke2011-06-202-1/+20
* tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2.Rusty Russell2011-06-201-0/+6
* 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