summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* Typo: Specifing -> specifying.Jelmer Vernooij2014-04-131-1/+1
* s3-lib/util: fix logic inside set_namearray loops.Jeremy Allison2014-04-091-10/+16
* s3-lib/util: fix read across end of namelist stringBjörn Baumbach2014-04-081-2/+5
* s3: smbd/nmbd/winbindd - fix append on trailing slash on system paths.Jeremy Allison2014-04-051-1/+1
* lib: Avoid a strlen call in xx_path()Volker Lendecke2014-02-201-1/+1
* auth: Make new_server_id_task() static to auth_samba4Volker Lendecke2014-02-121-42/+0
* lib/param: Remove special handling for 'state dir' and 'cache dir'Andrew Bartlett2014-02-121-2/+2
* param: rename lp function and variable from "nis_home_map_name" to "homedir_map"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-1/+1
* s3-lib: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-141-0/+42
* Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...Jeremy Allison2013-08-241-2/+4
* s3:lib: remove unused interpret_protocol()Stefan Metzmacher2013-08-151-25/+0
* Fix xx_path() - return check from mkdir() is incorrect.Jeremy Allison2013-06-181-3/+8
* s3:lib: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* Avoid a very small memleak on talloc_tos()Volker Lendecke2013-01-251-4/+1
* s3:lib: remove unused processes_exist()Stefan Metzmacher2012-08-241-70/+0
* s3:lib: implement process_exists() as wrapper of serverid_exists()Stefan Metzmacher2012-08-241-14/+2
* s3:lib: implement interpret_pid() as wrapper of server_id_from_string()Stefan Metzmacher2012-08-171-30/+1
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-2/+8
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-2/+2
* Make check_same_stat() and check_same_dev_ino() common functions.Jeremy Allison2012-07-091-0/+29
* Move copy_unix_token() from locking/locking.c to lib/util.c.Jeremy Allison2012-07-031-0/+30
* s3:move serverid_equal() to serverid.cMichael Adam2012-06-211-21/+0
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-1/+1
* s3:util: remove (now) unused cluster_id_equal()Michael Adam2012-06-211-6/+0
* s3:util: reformat procid_equal() to adhere to coding guidelinesMichael Adam2012-06-211-7/+14
* s3:util: also compare the unique_id in procid_equal().Michael Adam2012-06-211-0/+3
* lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher2012-05-141-11/+0
* s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()Stefan Metzmacher2012-05-141-1/+1
* s3-lib Add a way to allocate the task_id value in server_idAndrew Bartlett2012-04-301-0/+42
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-3/+3
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-051-1/+1
* build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett2012-04-051-1/+1
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-1/+1
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-2/+2
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-1/+1
* s3-smbd: Inline init_modules() into only callerAndrew Bartlett2012-04-031-9/+0
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-4/+4
* lib/util: Remove dummy wrapper for getgrnam().Jelmer Vernooij2012-03-241-1/+1
* Make reinit_after_fork_pipe_handler code with reads being interrupted by a si...Jeremy Allison2012-03-151-1/+1
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-151-0/+56
* s3-lib: Remove unused is_myworkgroup()Andrew Bartlett2012-02-101-17/+0
* s3-lib: Remove unused pid_path()Andrew Bartlett2012-02-101-13/+0
* Remove unused get_file_size() function.Jeremy Allison2012-02-071-13/+0
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-2/+1
* s3: Add processes_existVolker Lendecke2011-10-271-0/+66
* s3:include: implement trans_oob() as wrapper to smb_buffer_oob()Stefan Metzmacher2011-10-261-19/+0
* s3:include: make smb_setlen() a macroStefan Metzmacher2011-10-211-14/+0
* s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static thereStefan Metzmacher2011-10-191-13/+0