index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-24
Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...
Jeremy Allison
1
-2
/
+4
2013-08-15
s3:lib: remove unused interpret_protocol()
Stefan Metzmacher
1
-25
/
+0
2013-06-18
Fix xx_path() - return check from mkdir() is incorrect.
Jeremy Allison
1
-3
/
+8
2013-02-19
s3:lib: s/struct event_context/struct tevent_context
Stefan Metzmacher
1
-1
/
+1
2013-01-25
Avoid a very small memleak on talloc_tos()
Volker Lendecke
1
-4
/
+1
2012-08-24
s3:lib: remove unused processes_exist()
Stefan Metzmacher
1
-70
/
+0
2012-08-24
s3:lib: implement process_exists() as wrapper of serverid_exists()
Stefan Metzmacher
1
-14
/
+2
2012-08-17
s3:lib: implement interpret_pid() as wrapper of server_id_from_string()
Stefan Metzmacher
1
-30
/
+1
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
1
-2
/
+8
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-2
/
+2
2012-07-09
Make check_same_stat() and check_same_dev_ino() common functions.
Jeremy Allison
1
-0
/
+29
2012-07-03
Move copy_unix_token() from locking/locking.c to lib/util.c.
Jeremy Allison
1
-0
/
+30
2012-06-21
s3:move serverid_equal() to serverid.c
Michael Adam
1
-21
/
+0
2012-06-21
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
1
-1
/
+1
2012-06-21
s3:util: remove (now) unused cluster_id_equal()
Michael Adam
1
-6
/
+0
2012-06-21
s3:util: reformat procid_equal() to adhere to coding guidelines
Michael Adam
1
-7
/
+14
2012-06-21
s3:util: also compare the unique_id in procid_equal().
Michael Adam
1
-0
/
+3
2012-05-14
lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.c
Stefan Metzmacher
1
-11
/
+0
2012-05-14
s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()
Stefan Metzmacher
1
-1
/
+1
2012-04-30
s3-lib Add a way to allocate the task_id value in server_id
Andrew Bartlett
1
-0
/
+42
2012-04-06
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
1
-3
/
+3
2012-04-05
build: Remove SMB_F* locking defines
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Remove SMB_STRUCT_FLOCK define
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
1
-2
/
+2
2012-04-05
build: Remove sys_readdir wrapper
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Remove sys_lseek wrapper
Andrew Bartlett
1
-1
/
+1
2012-04-03
s3-smbd: Inline init_modules() into only caller
Andrew Bartlett
1
-9
/
+0
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-4
/
+4
2012-03-24
lib/util: Remove dummy wrapper for getgrnam().
Jelmer Vernooij
1
-1
/
+1
2012-03-15
Make reinit_after_fork_pipe_handler code with reads being interrupted by a si...
Jeremy Allison
1
-1
/
+1
2012-03-15
s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...
Michael Adam
1
-0
/
+56
2012-02-10
s3-lib: Remove unused is_myworkgroup()
Andrew Bartlett
1
-17
/
+0
2012-02-10
s3-lib: Remove unused pid_path()
Andrew Bartlett
1
-13
/
+0
2012-02-07
Remove unused get_file_size() function.
Jeremy Allison
1
-13
/
+0
2011-12-12
s3: Remove a bunch of calls to procid_self()
Volker Lendecke
1
-2
/
+1
2011-10-27
s3: Add processes_exist
Volker Lendecke
1
-0
/
+66
2011-10-26
s3:include: implement trans_oob() as wrapper to smb_buffer_oob()
Stefan Metzmacher
1
-19
/
+0
2011-10-21
s3:include: make smb_setlen() a macro
Stefan Metzmacher
1
-14
/
+0
2011-10-19
s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static there
Stefan Metzmacher
1
-13
/
+0
2011-10-06
lib/util: consolidate module loading into common code
Andrew Bartlett
1
-0
/
+9
2011-10-04
s3:lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)
Stefan Metzmacher
1
-0
/
+11
2011-07-29
s3: Make map_open_params_to_ntcreate() available in lib/
Volker Lendecke
1
-0
/
+148
2011-07-29
s3: Make is_executable() available in lib/
Volker Lendecke
1
-0
/
+17
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
1
-1
/
+1
2011-06-20
source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.
Rusty Russell
1
-2
/
+4
2011-06-09
s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...
Stefan Metzmacher
1
-1
/
+1
2011-06-09
s3-lib Add myhostname_upper()
Andrew Bartlett
1
-0
/
+16
2011-06-09
server_id: Change format to vnn:pid.task_id, pid.task_id or pid
Andrew Bartlett
1
-4
/
+14
2011-06-09
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
1
-17
/
+1
[next]