index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.c
Stefan Metzmacher
2012-05-14
1
-11
/
+0
*
s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()
Stefan Metzmacher
2012-05-14
1
-1
/
+1
*
s3-lib Add a way to allocate the task_id value in server_id
Andrew Bartlett
2012-04-30
1
-0
/
+42
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-3
/
+3
*
build: Remove SMB_F* locking defines
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove SMB_STRUCT_FLOCK define
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
2012-04-05
1
-2
/
+2
*
build: Remove sys_readdir wrapper
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove sys_lseek wrapper
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
s3-smbd: Inline init_modules() into only caller
Andrew Bartlett
2012-04-03
1
-9
/
+0
*
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
2012-03-24
1
-4
/
+4
*
lib/util: Remove dummy wrapper for getgrnam().
Jelmer Vernooij
2012-03-24
1
-1
/
+1
*
Make reinit_after_fork_pipe_handler code with reads being interrupted by a si...
Jeremy Allison
2012-03-15
1
-1
/
+1
*
s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...
Michael Adam
2012-03-15
1
-0
/
+56
*
s3-lib: Remove unused is_myworkgroup()
Andrew Bartlett
2012-02-10
1
-17
/
+0
*
s3-lib: Remove unused pid_path()
Andrew Bartlett
2012-02-10
1
-13
/
+0
*
Remove unused get_file_size() function.
Jeremy Allison
2012-02-07
1
-13
/
+0
*
s3: Remove a bunch of calls to procid_self()
Volker Lendecke
2011-12-12
1
-2
/
+1
*
s3: Add processes_exist
Volker Lendecke
2011-10-27
1
-0
/
+66
*
s3:include: implement trans_oob() as wrapper to smb_buffer_oob()
Stefan Metzmacher
2011-10-26
1
-19
/
+0
*
s3:include: make smb_setlen() a macro
Stefan Metzmacher
2011-10-21
1
-14
/
+0
*
s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static there
Stefan Metzmacher
2011-10-19
1
-13
/
+0
*
lib/util: consolidate module loading into common code
Andrew Bartlett
2011-10-06
1
-0
/
+9
*
s3:lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)
Stefan Metzmacher
2011-10-04
1
-0
/
+11
*
s3: Make map_open_params_to_ntcreate() available in lib/
Volker Lendecke
2011-07-29
1
-0
/
+148
*
s3: Make is_executable() available in lib/
Volker Lendecke
2011-07-29
1
-0
/
+17
*
tdb_compat: Higher level API fixes.
Rusty Russell
2011-06-20
1
-1
/
+1
*
source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.
Rusty Russell
2011-06-20
1
-2
/
+4
*
s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...
Stefan Metzmacher
2011-06-09
1
-1
/
+1
*
s3-lib Add myhostname_upper()
Andrew Bartlett
2011-06-09
1
-0
/
+16
*
server_id: Change format to vnn:pid.task_id, pid.task_id or pid
Andrew Bartlett
2011-06-09
1
-4
/
+14
*
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
2011-06-09
1
-17
/
+1
*
s3-lib Read and write the full struct server_id (except the unique_id)
Andrew Bartlett
2011-06-09
1
-19
/
+18
*
s3-server_id Add task_id to server_id to match Samba4
Andrew Bartlett
2011-06-09
1
-0
/
+5
*
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Remove unused TALLOC zeronull functions and macro definitions
Andrew Bartlett
2011-06-09
1
-105
/
+0
*
lib/util use modules_path(), data_path() and shlib_ext() from source3
Andrew Bartlett
2011-06-06
1
-37
/
+0
*
s3-lib Remove unused lib_path()
Andrew Bartlett
2011-06-06
1
-13
/
+0
*
s3-lib Move source3-specific malloc replacements into a seperate file
Andrew Bartlett
2011-05-31
1
-143
/
+0
*
s3-build Specify more of the smbconf dependencies
Andrew Bartlett
2011-05-31
1
-162
/
+0
*
s3-lib Move free_namearray() into it's own file
Andrew Bartlett
2011-05-31
1
-16
/
+0
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
1
-2
/
+2
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
Fix broken interface to set_namearray() - don't modify incoming string.
Jeremy Allison
2011-05-06
1
-6
/
+17
*
More const fixes for compiler warnings from the waf build.
Jeremy Allison
2011-05-05
1
-4
/
+4
*
Fix many const compiler warnings.
Jeremy Allison
2011-05-05
1
-2
/
+2
*
s3-util: move valid_share_pathname() to lib/util.c
Günther Deschner
2011-05-02
1
-0
/
+34
*
libcli/smb Move attrib_string in common
Andrew Bartlett
2011-04-29
1
-20
/
+0
[next]