summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* replace: allow memmem() with an empty string to return NULLAndrew Tridgell2010-03-301-1/+3
* charset: look for the codepages in the right placeAndrew Tridgell2010-03-301-2/+2
* subunit: Update to newer upstream version.Jelmer Vernooij2010-03-295-3/+50
* s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij2010-03-29113-0/+16825
* s4-waf: use the libreplace strerror_r if neededAndrew Tridgell2010-03-292-6/+11
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-291-1/+1
* talloc: testsuite should use <talloc.h> not "talloc.h"Andrew Tridgell2010-03-291-1/+1
* tdb: update exports and signatures filesSimo Sorce2010-03-262-0/+2
* tdb: Add a non-blocking version of tdb_transaction_startVolker Lendecke2010-03-266-8/+24
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-262-5/+7
* tevent: added tevent_re_initialise()Andrew Tridgell2010-03-262-0/+17
* util: on FreeBSD true is in /usr/bin. Use execvp to find itAndrew Tridgell2010-03-261-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-263-27/+29
* libreplace: strerror_r() is needed by heimdal on solaris8Andrew Tridgell2010-03-263-1/+14
* tsocket: not all systems have IPV6_V6ONLYAndrew Tridgell2010-03-261-2/+2
* tdb: Fix indentation in tdb_new_database()Volker Lendecke2010-03-251-1/+1
* Fix some nonempty blank linesVolker Lendecke2010-03-2510-45/+44
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-253-3/+3
* libreplace: fixed declaration of dprintf() on FreeBSDAndrew Tridgell2010-03-242-2/+12
* build: fixed nss_wrapper on solarisAndrew Tridgell2010-03-241-0/+4
* convert_string_talloc_convenience - print out the input buffer in a better wa...Matthias Dieter Wallnöfer2010-03-221-1/+2
* tdb: Fix bug 7248, avoid the nanosleep dependencyVolker Lendecke2010-03-221-4/+4
* lib/util: add allocate_anonymous_shared()Stefan Metzmacher2010-03-222-0/+33
* Fix an uninitialized variableVolker Lendecke2010-03-211-0/+4
* Use TALLOC_FREE in talloc_pop()Volker Lendecke2010-03-211-2/+1
* Use calloc instead of ZERO_STRUCTP in talloc_stackframe_create()Volker Lendecke2010-03-211-7/+5
* Trim an overlong lineVolker Lendecke2010-03-211-2/+2
* nss_wrapper.pl: allow to specify gid for new users.Günther Deschner2010-03-191-21/+24
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-183-13/+39
* talloc_stack: reset stackframe pointers to NULLStefan Metzmacher2010-03-151-0/+2
* talloc_stack: make sure we never let talloc_tos() return ts->talloc_stack[-1]Stefan Metzmacher2010-03-151-1/+1
* s4: create ../lib/iniparser_build/config.m4Matthieu Patou2010-03-111-0/+45
* Explain why we don't use certain characters in the generated pwAndrew Bartlett2010-03-111-0/+6
* lib/util - Removed curly braces from generate_random_password().Endi S. Dewata2010-03-111-1/+1
* Move prototype to header of common code for set_sockaddr_portAndrew Bartlett2010-03-111-0/+2
* doxygen: talloc_get_type name fixed in Doxygen documentationKamen Mazdrashki2010-03-101-1/+1
* lib/util: change samba_runcmd() to use tevent_req _send/_recvStefan Metzmacher2010-03-092-146/+188
* replace: added get_current_dir_name()Andrew Tridgell2010-03-053-0/+18
* s4-privs: add root_privileges_original_uid()Andrew Tridgell2010-03-051-0/+6
* Fix typo in comments.Karolin Seeger2010-03-032-4/+4
* s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4Matthieu Patou2010-03-0326-0/+3501
* tdb: If tdb_parse_record does not find a record, return -1 instead of 0Volker Lendecke2010-02-282-1/+23
* tsocket: Improve the tsocket_address_bsd_sockaddr documentation.Andreas Schneider2010-02-261-1/+3
* lib/util: add generate_random_password()Stefan Metzmacher2010-02-262-0/+47
* s4-dns: use a loadparm list for samba_runcmd() commandsAndrew Tridgell2010-02-262-6/+6
* tdb: handle processes dying during transaction commit.Rusty Russell2010-02-243-0/+86
* patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patchRusty Russell2010-02-241-16/+13
* tdb: add -k option to tdbtortureRusty Russell2010-02-241-57/+142
* tdb: don't truncate tdb on recoveryRusty Russell2010-02-241-10/+0
* tdb: remove lock opsRusty Russell2010-02-244-40/+22