summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2014-09-01lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad co...Jeremy Allison1-1/+11
2014-09-01lib: Remove unused nstrcpyVolker Lendecke1-5/+0
2014-08-07sys_poll_intr: fix timeout arithmeticDaniel Kobras1-2/+12
2014-08-07lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher3-1/+532
2014-08-01fix unstrcpyVolker Lendecke1-1/+1
2014-05-20lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2-2/+2
2014-05-20add systemd integrationAlexander Bokovoy3-2/+49
2014-05-19byteorder: do not assume PowerPC is big-endianDavid Disseldorp1-4/+6
2013-12-10lib/util: use proper include for struct statChristian Ambach1-1/+3
2013-11-15util: Remove 32bit macros breaking strict aliasing.Andreas Schneider1-50/+2
2013-11-08CVE-2013-4476: lib-util: split out file_save_mode() from file_save()Björn Baumbach2-5/+13
2013-11-08CVE-2013-4476: lib-util: add file_check_permissions()Björn Baumbach2-0/+53
2013-07-24lib/util: add 'ldb' debug classStefan Metzmacher2-1/+3
2013-06-14genrand: Slightly simplify do_reseedVolker Lendecke1-13/+11
2013-06-01libcli: Remove uneeded debug messageKai Blin1-1/+0
2013-05-28lib/util/modules.c: Remove #if SAMBA_BUILD_ == 3 now we only have the waf buildAndrew Bartlett1-8/+0
2013-05-27build: Rework BSD_STYLE_STATVFS check to match autoconf buildAndrew Bartlett1-12/+10
2013-05-18debug: Add ability to dump_data per debug classKai Blin3-0/+45
2013-05-16debug: Add debugclass for DNS serverKai Blin2-1/+3
2013-04-18s3:smbd: add a scavenger process for disconnected durable handlesGregor Beck2-1/+3
2013-04-05getpass: Don't fail if stdin is not a ttyStef Walter1-23/+29
2013-03-15lib/util: Cast mode_t result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider1-0/+3
2013-03-05lib: Add prctl_set_comment to utils.Andreas Schneider3-1/+70
2013-02-28lib/util: add samba_tevent_set_debug()Stefan Metzmacher2-1/+14
2013-02-28lib/util: allow samba_tevent_debug() to take a name as contextStefan Metzmacher1-5/+16
2013-02-22lib-util: Don't leak file descriptor on error.Andreas Schneider1-0/+1
2013-02-22build: Remove unused includes.h reference to avoid build-time talloc depAndrew Bartlett1-1/+0
2013-02-19lib/util: add samba_tevent_context_init()Stefan Metzmacher3-2/+76
2013-02-19lib/util/time: strip a potential trailing newline in the asctime case.Michael Adam1-0/+9
2013-02-19lib/util_tdb: factor out tdb_data_talloc_copy()Gregor Beck2-0/+16
2013-02-18fault.c: Fix typo in comment.Karolin Seeger1-1/+1
2013-02-04lib/util: improve check_password_quality() to handle utf8Stefan Metzmacher2-19/+120
2013-01-09util: Add a strict directory_create_or_exist function.Andreas Schneider2-5/+48
2012-12-12util: Remove unused fde_stdin in samba_runcmd.Andreas Schneider1-22/+5
2012-12-12util: Don't use the pid ret value uninitialized.Andreas Schneider1-1/+1
2012-12-07Fix bug #9471 - SEGV when using second vfs module.Tsukasa Hamano1-1/+1
2012-12-03util: Add a UNIX platform independent samba_getpass().Andreas Schneider3-1/+265
2012-11-07lib/util: Simplify bitmap.c a bitVolker Lendecke1-7/+6
2012-11-07lib/util: Make "struct bitmap" abstractVolker Lendecke2-4/+6
2012-10-31util: remove accidently committed hunkBjörn Jacke1-3/+0
2012-10-30wfabuild: fix the -errwarn compile flag testBjörn Jacke1-0/+3
2012-09-26lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett1-7/+1
2012-09-26lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett1-0/+3
2012-09-23lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAMAndrew Bartlett1-283/+0
2012-09-07waf: add check for BSD_STYLE_STATVFSBjörn Jacke1-0/+12
2012-08-24lib/util: don't SMB_ASSERT() in process_exists_by_pid()Stefan Metzmacher1-1/+3
2012-08-17lib/util: add server_id_set_disconnected() and server_id_is_disconnected()Michael Adam2-1/+48
2012-08-17lib/util: let server_id_str() skip the task_id if 0 in the cluster case tooStefan Metzmacher1-0/+5
2012-08-17lib/util: add server_id_from_string()Stefan Metzmacher2-0/+38