r12427: Move SAMR CreateUser2 to transactions, and re-add support for
[samba.git] / source / lib /
2007-10-10 Stefan Metzmacherr12408: as we always add the destinguishedName as autog...
2007-10-10 Stefan Metzmacherr12385: call pidl with the perl found by configure
2007-10-10 Stefan Metzmacherr12364: add UINT32_MAX and UINT64_MAX replacement defines
2007-10-10 Andrew Bartlettr12361: Add a new function: ldb_binary_encode_string()
2007-10-10 Andrew Bartlettr12320: Add command-line processing hooks for simple...
2007-10-10 Andrew Bartlettr12310: Link simple bind support in our internal LDAP...
2007-10-10 Stefan Metzmacherr12286: handle absolute path and url in lock_path(...
2007-10-10 Stefan Metzmacherr12285: move the smbd.tmp into piddir, --with-fhs piddi...
2007-10-10 Jelmer Vernooijr12254: Add some (hopefully correct) descriptions for...
2007-10-10 Stefan Metzmacherr12239: as we only get error from our events system...
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Jelmer Vernooijr12216: Couple of small fixes: reduce include/includes...
2007-10-10 Jelmer Vernooijr12209: Fix some issues with XML entities.
2007-10-10 Andrew Bartlettr12178: Make ldb_ildap work against localhost again...
2007-10-10 Andrew Tridgellr12158: added ldif handlers for the ntSecurityDescripto...
2007-10-10 Andrew Tridgellr12157: ldb_dump_results() is useful to call from withi...
2007-10-10 Stefan Metzmacherr12153: work arround the fact that epoll reports EPOLLE...
2007-10-10 Stefan Metzmacherr12146: as epoll notifies EPOLLERR and EPOLLHUP implicit,
2007-10-10 Stefan Metzmacherr12141: - move epoll related code into one big #ifdef...
2007-10-10 Stefan Metzmacherr12140: - add an additional_flags field to the fd_event...
2007-10-10 Stefan Metzmacherr12124: we don't need this comment twice
2007-10-10 Stefan Metzmacherr12123: handle fde == NULL at the correct level
2007-10-10 Andrew Tridgellr12116: got rid of composite_trigger_done() and composi...
2007-10-10 Stefan Metzmacherr12074: in accept() we need to set socket name of the...
2007-10-10 Stefan Metzmacherr12073: fix vlgrind error, calculate the correct size...
2007-10-10 Andrew Tridgellr12057: fixed authentication in ldb client tools
2007-10-10 Stefan Metzmacherr12014: free the irpc_request structure with the irpc_c...
2007-10-10 Andrew Bartlettr11988: Setup the sessionInfo just before the connect...
2007-10-10 Andrew Tridgellr11984: LGPL on header and testsuite as well
2007-10-10 Andrew Tridgellr11983: make talloc LGPL. This makes more sense given...
2007-10-10 Andrew Tridgellr11981: we should allocate request specific memory...
2007-10-10 Tim Potterr11967: Fix more 64-bit warnings.
2007-10-10 Andrew Tridgellr11958: - fixed memory leaks in the ldb_result handling...
2007-10-10 Andrew Tridgellr11953: enabled the rootdse module in the ldb modules...
2007-10-10 Andrew Tridgellr11870: fixed the problem volker reported with the...
2007-10-10 Volker Lendecker11869: talloc has been ported :-)
2007-10-10 Andrew Tridgellr11823: make the socket_connect_send() context a child...
2007-10-10 Andrew Tridgellr11822: reworked the socket_connect_multi() code so...
2007-10-10 Andrew Tridgellr11821: got rid of two more unnecessary variables and...
2007-10-10 Andrew Tridgellr11820: fixed some problems with the socket socket...
2007-10-10 Volker Lendecker11811: Revert 11808, this broke the selftest. No idea...
2007-10-10 Volker Lendecker11808: Fix socket_connect_ev
2007-10-10 Jeremy Allisonr11797: Added OpenSSH fix for "%.*s" format crash....
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Andrew Tridgellr11712: avoid changing the fde flags unless really...
2007-10-10 Andrew Tridgellr11710: added function iface_same_net()
2007-10-10 Tim Potterr11709: Comment out unused function.
2007-10-10 Stefan Metzmacherr11642: add some error checks
2007-10-10 Andrew Tridgellr11636: a bit neater solution to the nt_cancel problem
2007-10-10 Stefan Metzmacherr11634: - make crc table static
2007-10-10 Andrew Tridgellr11631: fixed a signed/unsigned warning
2007-10-10 Andrew Tridgellr11630: another fix for over-reading in the packet...
2007-10-10 Andrew Tridgellr11629: fixed a bug found with the socket:testnonblock...
2007-10-10 Andrew Tridgellr11627: give the caller much more control over the...
2007-10-10 Andrew Tridgellr11618: added a generic '32 bit length prefix' full...
2007-10-10 Jeremy Allisonr11616: Replace old crc32 code with one from the FreeBS...
2007-10-10 Stefan Metzmacherr11611: don't use unions without a instance name, not...
2007-10-10 Andrew Tridgellr11605: added handling of the send queue to the generic...
2007-10-10 Andrew Tridgellr11602: added packet_set_serialise() to allow the gener...
2007-10-10 Andrew Tridgellr11598: fixed strhaslower() and strhasupper() to not...
2007-10-10 Andrew Tridgellr11596: switched the libcli/raw/ code over to using...
2007-10-10 Andrew Tridgellr11595: added a helper layer to parse streams into...
2007-10-10 Andrew Tridgellr11594: ensure ldb_search() sets *res to NULL on failur...
2007-10-10 Andrew Tridgellr11593: added a data_blob_realloc() function
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Stefan Metzmacherr11555: - change socket_wrapper to support multiple...
2007-10-10 Volker Lendecker11526: And another warning...
2007-10-10 Andrew Bartlettr11522: Add support for delegated credentials and machi...
2007-10-10 Volker Lendecker11519: And an uninitialized variable...
2007-10-10 Volker Lendecker11518: Fix a warning
2007-10-10 Andrew Bartlettr11512: fix typo
2007-10-10 Stefan Metzmacherr11502: make sure we always use the 7 chars for the...
2007-10-10 Andrew Tridgellr11476: finally fixed the intermittent registry server...
2007-10-10 Andrew Tridgellr11472: use talloc_get_type() to try to catch an interm...
2007-10-10 Andrew Tridgellr11459: display a schemaIDGUID as a guid in ldif, makin...
2007-10-10 Andrew Tridgellr11456: fixed a ejs parser bug for delete() statements
2007-10-10 Andrew Tridgellr11403: improved the error handling in the ildap ldb...
2007-10-10 Jelmer Vernooijr11385: Fix issues in module.c. Calling function should...
2007-10-10 Jelmer Vernooijr11382: Require number of required M4 macros
2007-10-10 Volker Lendecker11378: Fix an uninitialized variable warning. Tridge...
2007-10-10 Jelmer Vernooijr11377: Add support for building LIBRARY elements as...
2007-10-10 Volker Lendecker11369: Implement socket_connect_multi: Connect to...
2007-10-10 Andrew Tridgellr11364: added a ldb_attr_dn() function for testing...
2007-10-10 Andrew Tridgellr11353: a bit of an improvement to the ldb_tdb error...
2007-10-10 Jelmer Vernooijr11343: Remove dependency on DEBUG()
2007-10-10 Jelmer Vernooijr11304: Add support back in for loading shared modules...
2007-10-10 Jelmer Vernooijr11303: Support defining and installing public headers...
2007-10-10 Jelmer Vernooijr11300: Treat libraries as a special kind of subsystem
2007-10-10 Volker Lendecker11274: Start a connection attempt to the DC's port...
2007-10-10 Tim Potterr11261: Rename access_required field in winreg idl...
2007-10-10 Jelmer Vernooijr11249: More OpenBSD make fixes...
2007-10-10 Jelmer Vernooijr11246: Another fix for OpenBSD's make
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Andrew Tridgellr11111: fixed a talloc error in the dn shortcut code
2007-10-10 Andrew Tridgellr11110: make ldb_oom() also set the ldb error string
2007-10-10 Andrew Tridgellr11109: fixed the error code return from most ldb funct...
2007-10-10 Stefan Metzmacherr11084: - allow hex numbers with 'a'...'f' digits to...
2007-10-10 Stefan Metzmacherr11052: bring samba4 uptodate with the samba4-winsrepl...
2007-10-10 Stefan Metzmacherr11037:
next