summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt1-1/+8
2015-08-25s3-util: Compare the maximum allowed length of a NetBIOS nameRoel van Meer1-1/+1
2015-05-13Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe1-2/+2
2015-05-12Add IPv6 support for determining FQDN during ADS join.David Holder1-21/+33
2015-04-29Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe1-16/+16
2015-04-28lib: Remove procid_str_staticVolker Lendecke1-5/+0
2015-03-17source3: Replace ccan hash calls with tdb_jenkins_hashVolker Lendecke1-2/+6
2015-01-12s3-util: Fix authentication with long hostnames.Andreas Schneider1-1/+3
2014-12-07lib: Split out write_data[_iov]Volker Lendecke1-0/+1
2014-12-07lib: Split out sys_[read|write] & friendsVolker Lendecke1-0/+1
2014-09-21s3: reset tracepoint handler in reinit_after fork.Michael Adam1-2/+5
2014-04-13Typo: Specifing -> specifying.Jelmer Vernooij1-1/+1
2014-04-09s3-lib/util: fix logic inside set_namearray loops.Jeremy Allison1-10/+16
2014-04-08s3-lib/util: fix read across end of namelist stringBjörn Baumbach1-2/+5
2014-04-05s3: smbd/nmbd/winbindd - fix append on trailing slash on system paths.Jeremy Allison1-1/+1
2014-02-20lib: Avoid a strlen call in xx_path()Volker Lendecke1-1/+1
2014-02-12auth: Make new_server_id_task() static to auth_samba4Volker Lendecke1-42/+0
2014-02-12lib/param: Remove special handling for 'state dir' and 'cache dir'Andrew Bartlett1-2/+2
2014-02-07param: rename lp function and variable from "nis_home_map_name" to "homedir_map"Garming Sam1-2/+2
2014-02-07param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam1-1/+1
2013-11-14s3-lib: smbclient shows no error if deleting a directory with del failedJeremy Allison1-0/+42
2013-08-24Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...Jeremy Allison1-2/+4
2013-08-15s3:lib: remove unused interpret_protocol()Stefan Metzmacher1-25/+0
2013-06-18Fix xx_path() - return check from mkdir() is incorrect.Jeremy Allison1-3/+8
2013-02-19s3:lib: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2013-01-25Avoid a very small memleak on talloc_tos()Volker Lendecke1-4/+1
2012-08-24s3:lib: remove unused processes_exist()Stefan Metzmacher1-70/+0
2012-08-24s3:lib: implement process_exists() as wrapper of serverid_exists()Stefan Metzmacher1-14/+2
2012-08-17s3:lib: implement interpret_pid() as wrapper of server_id_from_string()Stefan Metzmacher1-30/+1
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+8
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
2012-07-09Make check_same_stat() and check_same_dev_ino() common functions.Jeremy Allison1-0/+29
2012-07-03Move copy_unix_token() from locking/locking.c to lib/util.c.Jeremy Allison1-0/+30
2012-06-21s3:move serverid_equal() to serverid.cMichael Adam1-21/+0
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam1-1/+1
2012-06-21s3:util: remove (now) unused cluster_id_equal()Michael Adam1-6/+0
2012-06-21s3:util: reformat procid_equal() to adhere to coding guidelinesMichael Adam1-7/+14
2012-06-21s3:util: also compare the unique_id in procid_equal().Michael Adam1-0/+3
2012-05-14lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher1-11/+0
2012-05-14s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()Stefan Metzmacher1-1/+1
2012-04-30s3-lib Add a way to allocate the task_id value in server_idAndrew Bartlett1-0/+42
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-3/+3
2012-04-05build: Remove SMB_F* locking definesAndrew Bartlett1-1/+1
2012-04-05build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett1-1/+1
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-1/+1
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-2/+2
2012-04-05build: Remove sys_readdir wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_lseek wrapperAndrew Bartlett1-1/+1
2012-04-03s3-smbd: Inline init_modules() into only callerAndrew Bartlett1-9/+0
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-4/+4