summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib/util: add 'ldb' debug classStefan Metzmacher2013-07-242-1/+3
* genrand: Slightly simplify do_reseedVolker Lendecke2013-06-141-13/+11
* libcli: Remove uneeded debug messageKai Blin2013-06-011-1/+0
* lib/util/modules.c: Remove #if SAMBA_BUILD_ == 3 now we only have the waf buildAndrew Bartlett2013-05-281-8/+0
* build: Rework BSD_STYLE_STATVFS check to match autoconf buildAndrew Bartlett2013-05-271-12/+10
* debug: Add ability to dump_data per debug classKai Blin2013-05-183-0/+45
* debug: Add debugclass for DNS serverKai Blin2013-05-162-1/+3
* s3:smbd: add a scavenger process for disconnected durable handlesGregor Beck2013-04-182-1/+3
* getpass: Don't fail if stdin is not a ttyStef Walter2013-04-051-23/+29
* lib/util: Cast mode_t result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+3
* lib: Add prctl_set_comment to utils.Andreas Schneider2013-03-053-1/+70
* lib/util: add samba_tevent_set_debug()Stefan Metzmacher2013-02-282-1/+14
* lib/util: allow samba_tevent_debug() to take a name as contextStefan Metzmacher2013-02-281-5/+16
* lib-util: Don't leak file descriptor on error.Andreas Schneider2013-02-221-0/+1
* build: Remove unused includes.h reference to avoid build-time talloc depAndrew Bartlett2013-02-221-1/+0
* lib/util: add samba_tevent_context_init()Stefan Metzmacher2013-02-193-2/+76
* lib/util/time: strip a potential trailing newline in the asctime case.Michael Adam2013-02-191-0/+9
* lib/util_tdb: factor out tdb_data_talloc_copy()Gregor Beck2013-02-192-0/+16
* fault.c: Fix typo in comment.Karolin Seeger2013-02-181-1/+1
* lib/util: improve check_password_quality() to handle utf8Stefan Metzmacher2013-02-042-19/+120
* util: Add a strict directory_create_or_exist function.Andreas Schneider2013-01-092-5/+48
* util: Remove unused fde_stdin in samba_runcmd.Andreas Schneider2012-12-121-22/+5
* util: Don't use the pid ret value uninitialized.Andreas Schneider2012-12-121-1/+1
* Fix bug #9471 - SEGV when using second vfs module.Tsukasa Hamano2012-12-071-1/+1
* util: Add a UNIX platform independent samba_getpass().Andreas Schneider2012-12-033-1/+265
* lib/util: Simplify bitmap.c a bitVolker Lendecke2012-11-071-7/+6
* lib/util: Make "struct bitmap" abstractVolker Lendecke2012-11-072-4/+6
* util: remove accidently committed hunkBjörn Jacke2012-10-311-3/+0
* wfabuild: fix the -errwarn compile flag testBjörn Jacke2012-10-301-0/+3
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-261-7/+1
* lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett2012-09-261-0/+3
* lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAMAndrew Bartlett2012-09-231-283/+0
* waf: add check for BSD_STYLE_STATVFSBjörn Jacke2012-09-071-0/+12
* lib/util: don't SMB_ASSERT() in process_exists_by_pid()Stefan Metzmacher2012-08-241-1/+3
* lib/util: add server_id_set_disconnected() and server_id_is_disconnected()Michael Adam2012-08-172-1/+48
* lib/util: let server_id_str() skip the task_id if 0 in the cluster case tooStefan Metzmacher2012-08-171-0/+5
* lib/util: add server_id_from_string()Stefan Metzmacher2012-08-172-0/+38
* lib/util: add server_id_equal()Stefan Metzmacher2012-08-172-0/+22
* Add debugs to functions. Add pidfile_unlink().Jeremy Allison2012-07-192-0/+25
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-193-1/+158
* talloc_stack: abort in developer me if no stackframe on talloc_tos()Rusty Russell2012-07-182-4/+9
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* lib/util/modules.c: fix stackframe leak.Rusty Russell2012-07-181-1/+2
* talloc_stack: report lazy freeing (panic if DEVELOPER).Rusty Russell2012-07-181-0/+11
* talloc_stack: always include the location when creating a talloc_stackframe().Rusty Russell2012-07-182-8/+11
* talloc_stack: handle more than one talloc_stackframe_pool()Rusty Russell2012-07-181-8/+9
* lib/util: Allocate enough space to reference blob->data[len]Andrew Bartlett2012-07-131-3/+3
* ntdb: make --disable-ntdb work properly.Rusty Russell2012-07-041-6/+7
* Ensure we select the correct syscall numbers on a 32-bit Linux system.Jeremy Allison2012-07-021-0/+46