summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb: Avoid use-after-free when one error message is printed into anotherAndrew Bartlett2016-07-061-2/+4
* tevent: typo in documentationGarming Sam2016-07-051-1/+1
* param: fix a typo emtpy -> emptyGarming Sam2016-07-051-4/+4
* check-password-script: Allow AD to execute these scriptsGarming Sam2016-07-052-13/+36
* tdb: avoid many fcntl calls when incrementing seqnumBob Campbell2016-07-031-0/+5
* lib: talloc: Add check for destructor protection.Andrew Bartlett2016-07-031-0/+6
* lib: talloc: As we have a struct talloc_chunk * in _talloc_free_children_inte...Andrew Bartlett2016-07-031-1/+1
* lib: talloc: As _tc_free_internal() takes a struct talloc_chunk *, add an ext...Andrew Bartlett2016-07-031-0/+14
* lib: talloc: Rename the internals of _talloc_free_internal() to _tc_free_inte...Andrew Bartlett2016-07-031-19/+31
* lib: talloc: Call talloc_chunk_from_ptr() less often in __talloc_with_prefix()Andrew Bartlett2016-07-031-8/+7
* lib: talloc: Rename talloc_set_name_v() to tc_set_name_v(). Make it take a st...Andrew Bartlett2016-07-031-11/+19
* lib: talloc: Add _vasprintf_tc() which returns the struct talloc_chunk *, not...Andrew Bartlett2016-07-031-3/+17
* lib: talloc: Change _talloc_set_name_const() to _tc_set_name_const()Andrew Bartlett2016-07-031-12/+14
* lib: talloc: Change __talloc() to return a struct talloc_chunk *.Andrew Bartlett2016-07-031-9/+16
* lib: talloc: Change __talloc_with_prefix() to return a struct talloc_chunk *.Andrew Bartlett2016-07-031-5/+8
* lib: talloc: Rename talloc_XXX() internal functions that take a 'struct tallo...Jeremy Allison2016-07-031-17/+17
* lib/param: add lpcfg_sam_dnsname() helper functionStefan Metzmacher2016-06-302-0/+11
* tsocket: Do not dereference a NULL pointerAndreas Schneider2016-06-301-4/+8
* s3: tdb: On some platforms pthread_mutex_trylock() returns EBUSY not EDEADLK.Jeremy Allison2016-06-291-1/+1
* ldb: Fix CID 1362935: CHECKED_RETURNVolker Lendecke2016-06-281-1/+6
* ldb: Do not allocate the extended DN nameAndrew Bartlett2016-06-271-13/+8
* ldb: Allow repl_meta_data to override the O(^2) loop checking for duplciatesAndrew Bartlett2016-06-271-8/+16
* libutil: Support systemd 230Andreas Schneider2016-06-271-3/+3
* krb5_wrap: Fix build error when not using heimdal.Jose A. Rivera2016-06-251-1/+1
* util: Fix a possible null pointer dereferenceAndreas Schneider2016-06-221-0/+3
* lib/util: Optimise trim_string() to use a single memmove(3)Martin Schwenke2016-06-201-7/+12
* torture: Add tests for trim_string()Martin Schwenke2016-06-201-0/+376
* krb5_wrap: Add smb_krb5_mk_error()Andreas Schneider2016-06-182-0/+43
* lib/ldb-samba: We can confirm a GUID is a GUID by lengthAndrew Bartlett2016-06-171-5/+3
* lib: Add a little closefrom() testVolker Lendecke2016-06-131-0/+33
* libreplace: Add a closefrom() implementationVolker Lendecke2016-06-133-0/+150
* lib: Fix a signed/unsigned mixupVolker Lendecke2016-06-131-1/+1
* lib: Fix uninitialized read in msghdr_copyJeremy Allison2016-06-081-1/+8
* lib/util: Add a generic definition for set_close_on_execAmitay Isaacs2016-06-081-0/+2
* build: Address may be used uninitialized in this function on Ubuntu 10.04Andrew Bartlett2016-06-081-1/+2
* build: Try to work around strict aliasing rules on Ubuntu 10.04Andrew Bartlett2016-06-081-2/+4
* lib: Add accept_send/recvVolker Lendecke2016-06-072-0/+88
* lib: Move poll_funcs to lib/Volker Lendecke2016-06-074-0/+637
* lib/util: Expose few more subsystems for standalone ctdb buildAmitay Isaacs2016-06-071-17/+17
* lib: Move msghdr to lib/util/Volker Lendecke2016-06-073-0/+308
* lib/util: Avoid splitting tevent-unix-util as public libraryAmitay Isaacs2016-06-061-12/+11
* samba_dnsupdate: do not interpret failure count as unix error codeBob Campbell2016-06-031-2/+2
* lib: replace: snprintf - Fix length calculation for hex/octal 64-bit values.Lorinczy Zsigmond2016-06-031-3/+3
* talloc: rename local timeval function copiesRalph Boehme2016-06-011-12/+12
* rwrap: Update resolve_wrapper to version 1.1.4Andreas Schneider2016-05-312-7/+70
* lib: tevent: Use struct sockaddr_storage to cope with IPv6.Jeremy Allison2016-05-291-3/+5
* s3-smbd: Support systemd 230Alexander Bokovoy2016-05-251-5/+5
* swrap: Update to version 1.1.7Andreas Schneider2016-05-202-12/+85
* lib: Fix some whitespaceVolker Lendecke2016-05-161-12/+13
* lib: Fix a signed/unsigned mixupVolker Lendecke2016-05-161-1/+1