summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* talloc: added test suite for talloc_free_children()Andrew Tridgell2011-07-291-0/+44
* talloc: preserve context name on talloc_free_children()Simo Sorce2011-07-291-0/+23
* pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell2011-07-292-0/+57
* ldb: added a test for an invalid search expressionAndrew Tridgell2011-07-291-0/+3
* ldb: fixed a search expression parse bugAndrew Tridgell2011-07-291-1/+11
* tevent: Slightly simplify poll_event_loop_pollVolker Lendecke2011-07-281-33/+38
* Add wait_for_read_send/recvVolker Lendecke2011-07-282-0/+60
* ldb-samba: Allow --show-binary flag on defaultSecurityDescriptorAmitay Isaacs2011-07-282-0/+31
* ldb: Expose ldb_handler_fold() funcionAmitay Isaacs2011-07-281-6/+11
* talloc: Support PYTHON environment variable.Jelmer Vernooij2011-07-261-0/+1
* libsamba-util: Build in libbitmap.Jelmer Vernooij2011-07-261-8/+1
* lib/ccan: update to init-1192-gdd04041Rusty Russell2011-07-2532-424/+959
* lib/ccan: add READMERusty Russell2011-07-251-0/+9
* charset: Make name lowercase everywhere.Jelmer Vernooij2011-07-232-6/+6
* tdb: remove 'EOF' print from tdbrestoreAndrew Tridgell2011-07-211-1/+0
* pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell2011-07-212-9/+10
* pyldb: add unit test for ldbDn.compare_baseMatthieu Patou2011-07-211-0/+11
* ldb-python: add a function to Dn object to compare the Dn with a base DNMatthieu Patou2011-07-211-0/+17
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-202-0/+7
* lib/util Change debug priority order: DEBUG_STDOUT now overrides DEBUG_FILEAndrew Bartlett2011-07-201-1/+1
* Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2011-07-192-0/+12
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-193-43/+1
* lib/util/attr: add _UNUSED_ marcoStefan Metzmacher2011-07-141-2/+7
* s4-fault: changed to use %d for PID, instead of %PID%Andrew Tridgell2011-07-131-1/+1
* ldb: added ldb_val_string_cmp()Andrew Tridgell2011-07-134-1/+272
* ldb: don't return special DNs on non-base searchesAndrew Tridgell2011-07-131-0/+5
* ldb: don't shortcut dn comparison for mismatched special DNsAndrew Tridgell2011-07-131-1/+1
* ldb-tdb: Introduce a flag on ltdb_add_internal to indicate whether unique val...Matthieu Patou2011-07-131-4/+11
* socket_wrapper: make sure interfaces are in the valid range on bind()Stefan Metzmacher2011-07-101-0/+5
* tevent: change version to 0.9.13 after adding tevent_req_defer_callback()tevent-0.9.13Stefan Metzmacher2011-07-092-1/+76
* tevent: add tevent_req_defer_callback()Stefan Metzmacher2011-07-093-0/+60
* tevent: fix comments for tevent_req_post()Stefan Metzmacher2011-07-091-2/+2
* lib/param: Merge struct loadparm_service into commonAndrew Bartlett2011-07-084-16/+160
* s3-param use common struct parmlist_entry to hold parametric optionsAndrew Bartlett2011-07-082-1/+3
* param: Move per-share parameters into a seperate file, to share with s3Andrew Bartlett2011-07-082-0/+36
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-083-1/+176
* s3:libsmb: remove unused clistr_push_fn()Stefan Metzmacher2011-07-071-6/+0
* s3:libsmb: remove unused clistr_pull_fn()Stefan Metzmacher2011-07-071-6/+0
* ccan/tally: don't use SIZE_MAX.Rusty Russell2011-07-061-2/+2
* libcli/smb move enum protocol_types to a common headerAndrew Bartlett2011-07-062-15/+1
* ldb: set -Wl,-no-undefined only on standalone buildAndrew Bartlett2011-07-051-5/+5
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-05149-0/+49340
* ccan: fix configure tests for __builtin_clz etc.Rusty Russell2011-07-051-8/+8
* S3: Fix some nonempty blank linesVolker Lendecke2011-07-031-3/+3
* 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