summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()Rusty Russell2010-02-243-13/+9
* tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.Rusty Russell2010-02-241-17/+13
* tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgradeRusty Russell2010-02-173-29/+62
* tdb: suppress record write locks when allrecord lock is taken.Rusty Russell2010-02-241-0/+9
* tdb: cleanup: always grab allrecord lock to infinity.Rusty Russell2010-02-241-7/+3
* tdb: remove num_locksRusty Russell2010-02-172-11/+2
* tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell2010-02-171-3/+3