libcli/ldap Don't try and encode a control with a NULL OID
[abartlet/samba.git/.git] / source4 / lib /
2010-10-19 Matthias Dieter... ldb:"ldb_schema_attribute_by_name_internal" - support...
2010-10-19 Andrew Tridgells4-ldb: increase minor version for 2 new functions
2010-10-19 Andrew Tridgells4-ldb: cope with NULL oid in controls
2010-10-19 Andrew Tridgells4-ldb: added --relax cmdline option
2010-10-19 Andrew Tridgells4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_u...
2010-10-18 Matthias Dieter... ldb: always return PROTOCOL_ERROR if an operation is...
2010-10-18 Matthias Dieter... ldb:"ldb_schema_attribute_by_name_internal" - switch...
2010-10-18 Matthias Dieter... ldb:ldb_tdb.c - fix up counter variables
2010-10-18 Matthias Dieter... ldb:ldb_tdb.c - improve the error outputs
2010-10-18 Matthias Dieter... s4:"util_ldb" - remove some really unused dependancies
2010-10-18 Andrew Bartletts4-ldb Add LDB_REQ_SET_LOCATION to help track handler use
2010-10-18 Andrew Bartlettldb Ensure we mark ongoing LDAP requests as PENDING
2010-10-18 Andrew BartlettRevert "s4:dsdb - make the RELAX control private"
2010-10-17 Matthias Dieter... Revert "s4:remove "util_ldb" submodule and integrate...
2010-10-17 Matthias Dieter... s4:remove "util_ldb" submodule and integrate the three...
2010-10-17 Matthias Dieter... s4:ldb-samba/ldb_wrap.c - fix indentation and trailing...
2010-10-17 Matthias Dieter... s4:"wrap_casefold" - move it to "ldb_wrap.c" since...
2010-10-16 Matthias Dieter... s4:dsdb - make the RELAX control private
2010-10-16 Matthias Dieter... ldb:ldb.h - reorder controls/extended operations
2010-10-16 Matthias Dieter... ldb:pyldb.c - remove pointless comment
2010-10-16 Matthias Dieter... ldb:"ldb_dn_compare_base" - use "unsigned int" counters
2010-10-16 Matthias Dieter... ldb:"ldb_dn_add_child" - use "unsigned int" counters
2010-10-16 Matthias Dieter... ldb:"ldb_dn_remove_base_components" - use an "unsigned...
2010-10-16 Matthias Dieter... ldb:"ldb_dn_canonical" - use an "unsigned int" counter
2010-10-16 Matthias Dieter... s4:ldif_handlers.c - fix a typo
2010-10-15 Matthias Dieter... s4:lib/registry/util.c - cosmetic - fix indentation...
2010-10-15 Matthias Dieter... s4:lib/registry/util.c - strtoll call - better say...
2010-10-14 Andrew Bartletts4-acl Merge sec_access_check() with se_access_check...
2010-10-13 Jelmer Vernooijldb: Only build LIBLDB_MAIN when building ldb itself.
2010-10-13 Matthias Dieter... ldb:ldb_match.c - fix a counter type
2010-10-13 Andrew Tridgellldb: raise minor version number for new ldb_msg_match_e...
2010-10-13 Andrew Tridgells4-ldb: take advantage of ldb_match_msg_error() in...
2010-10-13 Andrew Tridgells4-ldb: use operator_fn syntax function in ldb_match...
2010-10-13 Andrew Tridgells4-ldb: implement an operator_fn for the ldb-samba...
2010-10-13 Andrew Tridgells4-ldb: added an optional operator_fn in the schema...
2010-10-13 Andrew Tridgellldb: when running from build directory, use the build...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-11 Jelmer Vernooijldb: Build ildap module as shared object.
2010-10-11 Jelmer Vernooijpopt_credentials: Implement pending machine account...
2010-10-11 Andrew Bartlettldb The use of a private event context isn't a hack
2010-10-11 Andrew Bartletts4-ldb Allow a NULL event context in samba_ldb_init()
2010-10-11 Andrew Bartletts4-ldb Don't use talloc_autofree_context() in ldb
2010-10-11 Andrew Bartletts4-tevent Remove event_contex_find() and event_context_...
2010-10-11 Jelmer Vernooijcredentials: Split up into several subsystems.
2010-10-10 Jelmer Vernooijwafsamba: Fix handling of pyembed/pyext.
2010-10-10 Jelmer Vernooijldb-samba: Rename samdb_relative_path to ldb_relative_p...
2010-10-10 Jelmer Vernooijldb-samba: Add ldb_wrap_add, remove last schema referen...
2010-10-10 Jelmer Vernooijldb-samba: Split up ldb_wrap_connect() a bit.
2010-10-10 Jelmer Vernooijldb-samba: Add convenience function for doing a Samba...
2010-10-10 Jelmer Vernooijsamdb: Handle schema setup in samdb, not in more generi...
2010-10-10 Jelmer Vernooijtls: add missing dependency on util_tevent.
2010-10-10 Jelmer Vernooijwafsamba: Clarify needs_python argument name, use pyemb...
2010-10-08 Stefan Metzmachers4:lib/tls: buffer writes in tstream_tls_push_function()
2010-10-08 Stefan Metzmachers4:lib/tls: make more clear what the immediate event...
2010-10-08 Stefan Metzmachers4:lib/tls: fix enabled logic in tstream_tls_params_ser...
2010-10-07 Andrew Tridgellwaf: fixed exit status of test suites
2010-10-05 Matthias Dieter... s4:ldb_modules.c - fix a typo
2010-10-04 Jelmer VernooijAdd missing dependencies for com_err.
2010-10-04 Jelmer Vernooijldb: Refer to ldb(3), not ldb(7).
2010-10-04 Matthieu Patouunittests: add a test to avoid regression on previous fix
2010-10-04 Matthieu Patoupyldb: test return code before trying to talloc_steal
2010-10-04 Jelmer Vernooijregistry: Make a two more functions static.
2010-10-03 Matthias Dieter... s4:patchfile_dotreg.c - use "size_t" when counting...
2010-10-03 Jelmer Vernooijheimdal: convert some subsystems to libraries, consiste...
2010-10-03 Wilco Baan HofmanMake sure REG_SZ is properly written to a .reg file...
2010-10-03 Wilco Baan HofmanFix issues addressed by Jelmer:
2010-10-03 Wilco Baan HofmanFix patchfile_dotreg to write proper .reg files: 'hex...
2010-10-03 Wilco Baan HofmanFix registry editor to be compatible with Windows 7.
2010-10-03 Wilco Baan Hofman5 uint32_t's should be set, not 5 bytes.
2010-10-03 Wilco Baan HofmanThe root key should be created as a root key, not subkey.
2010-10-03 Wilco Baan HofmanDo not include the closing doublequote in .reg files.
2010-10-03 Wilco Baan HofmanFix hex():00,00,00 bugs and strtol dword bugs, these...
2010-10-03 Wilco Baan HofmanMake sure we write the value stored in value, not line...
2010-10-03 Wilco Baan HofmanMake sure that regf only writes to disk every five...
2010-10-03 Wilco Baan HofmanFix .reg file format parsing.
2010-10-03 Wilco Baan HofmanFix registry parsing of strings to also support the...
2010-10-03 Andrew Tridgells4-ldif: get rid of the ndr_pull_error message on startup
2010-10-01 Günther Deschnersamba: share readline wrappers among all buildsystems.
2010-10-01 Günther Deschnersamba: share select wrappers.
2010-09-29 Andrew Tridgellldb-dn: don't crash on NULL in ldb_binary_encode_string()
2010-09-28 Andrew Tridgellldb-tdb: ignore failure to register control on rootdse
2010-09-28 Jelmer Vernooijldb: Fix path to alternative buildtools.
2010-09-28 Jelmer Vernooijldb/tevent: Fix detection of waf paths.
2010-09-28 Jelmer Vernooijldb: Update autogen-waf.sh to no longer overwrite exist...
2010-09-28 Jelmer Vernooijldb: Remove samba-specific targets from Makefile.
2010-09-28 Jelmer Vernooijldb: Bump version because of addition of ldb_req_location.
2010-09-28 Stefan Metzmachers4:lib/tls: add gnutls backend for tstream
2010-09-28 Andrew Tridgells4-ildap: two more places that need talloc_reparent()
2010-09-27 Nadezhda Ivanovas4-ldb: Added ldb_request_replace_control
2010-09-27 Anatoliy Atanasovs4/irpc: Add function to add security token to the...
2010-09-27 Stefan Metzmachers4:irpc: optionaly pass the security_token via IRPC...
2010-09-25 Jelmer VernooijCheck in configure/Makefile for those projects that...
2010-09-25 Andrew Tridgellldb: added request location tracking
2010-09-23 Matthias Dieter... ldb:ldb_match.c - fix counter variable type
2010-09-23 Matthias Dieter... ldb:ldb_msg_add_linearized_dn - handle NULL DNs
2010-09-23 Stefan Metzmachers4:irpc: use LIBNDR_FLAG_REF_ALLOC for the server side...
2010-09-23 Jelmer Vernooijldb: Use waf as default build system.
2010-09-23 Jelmer Vernooijldb: Depend directly on replace, fixes the build on...
2010-09-23 Jelmer Vernooijs4-param: Fix more memory leaks, invalid memory context.
2010-09-22 Jelmer Vernooijs4-selftest: Move more tests to scripting/python, simpl...
next