index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Fix a comment
Volker Lendecke
2012-09-04
1
-1
/
+1
*
s3: in sys_popen(), add a debug message for failed fork
Michael Adam
2012-09-04
1
-0
/
+1
*
s3: in sys_popen(), add a debug message for failed extract_args()
Michael Adam
2012-09-04
1
-0
/
+1
*
s3: in sys_popen(), untangle function call from result check
Michael Adam
2012-09-04
1
-1
/
+3
*
s3: in sys_popen(), untangle assigment from check and add a debug message in ...
Michael Adam
2012-09-04
1
-1
/
+4
*
s3: in sys_popen(), improve call to pipe and report error to debug
Michael Adam
2012-09-04
1
-1
/
+5
*
s3: in sys_popen(), validate input before opening the pipe.
Michael Adam
2012-09-04
1
-5
/
+5
*
s3: in sys_popen(), fix a debug message
Michael Adam
2012-09-04
1
-1
/
+1
*
s3: adopt the new sysquotas_4B support for BSD
Björn Jacke
2012-09-02
1
-3
/
+19
*
s3: add sysquotas_4B support
Björn Jacke
2012-09-02
2
-2
/
+222
*
Change the S3 fileserver over to se_file_access_check().
Jeremy Allison
2012-08-31
1
-1
/
+1
*
tdb: return unpack error on strdup failure
David Disseldorp
2012-08-31
1
-0
/
+3
*
s3:dbwrap_ctdb: Add DB name and key to warning message
Christof Schmitt
2012-08-31
1
-1
/
+8
*
s3:lib: make sure we don't try to send messages to server_id's marked as disc...
Stefan Metzmacher
2012-08-24
1
-0
/
+4
*
s3:lib: remove unused processes_exist()
Stefan Metzmacher
2012-08-24
1
-70
/
+0
*
s3:lib: readd the CTDB_CONTROL_CHECK_SRVIDS optimization to serverids_exist()
Stefan Metzmacher
2012-08-24
1
-0
/
+45
*
s3:lib: only loop over the server_ids we need to verify in serverids_exist()
Stefan Metzmacher
2012-08-24
1
-11
/
+23
*
s3:lib: use server_id_is_disconnected() in serverids_exist()
Stefan Metzmacher
2012-08-24
1
-0
/
+4
*
s3:lib: inline processes_exist() into serverids_exist()
Stefan Metzmacher
2012-08-24
1
-14
/
+99
*
s3:lib: SERVERID_UNIQUE_ID_NOT_TO_VERIFY only means not to verify the 'unique...
Stefan Metzmacher
2012-08-24
1
-3
/
+4
*
s3:lib: implement process_exists() as wrapper of serverid_exists()
Stefan Metzmacher
2012-08-24
1
-14
/
+2
*
s3:g_lock: use serverid_exists() with SERVERID_UNIQUE_ID_NOT_TO_VERIFY
Stefan Metzmacher
2012-08-24
1
-1
/
+10
*
s3:lib: implement serverid_exists() as wrapper of serverids_exist()
Stefan Metzmacher
2012-08-24
1
-30
/
+5
*
s3:lib: remove CTDB_CONTROL_CHECK_SRVIDS optimization in serverids_exist() fo...
Stefan Metzmacher
2012-08-24
1
-6
/
+0
*
Remove align_string(). No longer used.
Jeremy Allison
2012-08-22
1
-11
/
+0
*
s3: add a debug message for failed execv in sys_popen()
Michael Adam
2012-08-17
1
-1
/
+6
*
s3:lib: implement interpret_pid() as wrapper of server_id_from_string()
Stefan Metzmacher
2012-08-17
1
-30
/
+1
*
s3:lib: implement serverid_equal() as macro of server_id_equal()
Stefan Metzmacher
2012-08-17
1
-21
/
+0
*
s3-g_lock: Make g_lock_lock more robust
Volker Lendecke
2012-08-16
1
-0
/
+24
*
s3-msg: For msg_channel, correct the talloc hierarchy
Volker Lendecke
2012-08-16
1
-1
/
+1
*
s3-msg: Rename msg_channel_init_destructor
Volker Lendecke
2012-08-16
1
-3
/
+3
*
s3-g_lock: Properly free "rec" on retry to avoid deadlock
Volker Lendecke
2012-08-16
1
-0
/
+1
*
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
2012-08-15
1
-5
/
+0
*
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
2012-08-15
1
-6
/
+0
*
s3-smbd: Change allocation of smb_acl_t to talloc()
Andrew Bartlett
2012-08-15
1
-10
/
+9
*
Remove smb_panic() from unix_strlower(). Just rely on error code return.
Jeremy Allison
2012-08-09
1
-2
/
+0
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
5
-12
/
+37
*
Fix strlower_m() to return an error indication.
Jeremy Allison
2012-08-09
1
-4
/
+8
*
Check error returns on strnorm().
Jeremy Allison
2012-08-09
1
-2
/
+3
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
4
-8
/
+19
*
Change strupper_m() to return a value.
Jeremy Allison
2012-08-09
1
-4
/
+8
*
Fix bad return in unix_strupper.
Jeremy Allison
2012-08-09
1
-1
/
+1
*
Prepare to remove smb_panic() from unix_strlower().
Jeremy Allison
2012-08-09
1
-0
/
+2
*
Fix bad return values in unix_strlower/unix_strupper.
Jeremy Allison
2012-08-09
1
-2
/
+2
*
s3-events: Do not vasprintf() the tevent debug messages that will not be shown
Andrew Bartlett
2012-08-09
1
-4
/
+6
*
source3/loadparm.c: Move string_set/string_free inside.
Rusty Russell
2012-08-07
1
-77
/
+0
*
s3-ctdb: return proper exit code
Christian Ambach
2012-08-03
1
-1
/
+1
*
s3-ctdb: adjust a loglevel
Christian Ambach
2012-08-03
1
-2
/
+2
*
s3-ctdb: Fix ctdb_serverids_exist for target nodes that died
Volker Lendecke
2012-08-03
1
-4
/
+20
*
s3-ctdb: Add debugs to ctdb_serverids_exist
Volker Lendecke
2012-08-03
1
-10
/
+20
[next]