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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-17
s3: add a debug message for failed execv in sys_popen()
Michael Adam
1
-1
/
+6
2012-08-17
s3:lib: implement interpret_pid() as wrapper of server_id_from_string()
Stefan Metzmacher
1
-30
/
+1
2012-08-17
s3:lib: implement serverid_equal() as macro of server_id_equal()
Stefan Metzmacher
1
-21
/
+0
2012-08-16
s3-g_lock: Make g_lock_lock more robust
Volker Lendecke
1
-0
/
+24
2012-08-16
s3-msg: For msg_channel, correct the talloc hierarchy
Volker Lendecke
1
-1
/
+1
2012-08-16
s3-msg: Rename msg_channel_init_destructor
Volker Lendecke
1
-3
/
+3
2012-08-16
s3-g_lock: Properly free "rec" on retry to avoid deadlock
Volker Lendecke
1
-0
/
+1
2012-08-15
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
1
-5
/
+0
2012-08-15
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
1
-6
/
+0
2012-08-15
s3-smbd: Change allocation of smb_acl_t to talloc()
Andrew Bartlett
1
-10
/
+9
2012-08-09
Remove smb_panic() from unix_strlower(). Just rely on error code return.
Jeremy Allison
1
-2
/
+0
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
5
-12
/
+37
2012-08-09
Fix strlower_m() to return an error indication.
Jeremy Allison
1
-4
/
+8
2012-08-09
Check error returns on strnorm().
Jeremy Allison
1
-2
/
+3
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
4
-8
/
+19
2012-08-09
Change strupper_m() to return a value.
Jeremy Allison
1
-4
/
+8
2012-08-09
Fix bad return in unix_strupper.
Jeremy Allison
1
-1
/
+1
2012-08-09
Prepare to remove smb_panic() from unix_strlower().
Jeremy Allison
1
-0
/
+2
2012-08-09
Fix bad return values in unix_strlower/unix_strupper.
Jeremy Allison
1
-2
/
+2
2012-08-09
s3-events: Do not vasprintf() the tevent debug messages that will not be shown
Andrew Bartlett
1
-4
/
+6
2012-08-07
source3/loadparm.c: Move string_set/string_free inside.
Rusty Russell
1
-77
/
+0
2012-08-03
s3-ctdb: return proper exit code
Christian Ambach
1
-1
/
+1
2012-08-03
s3-ctdb: adjust a loglevel
Christian Ambach
1
-2
/
+2
2012-08-03
s3-ctdb: Fix ctdb_serverids_exist for target nodes that died
Volker Lendecke
1
-4
/
+20
2012-08-03
s3-ctdb: Add debugs to ctdb_serverids_exist
Volker Lendecke
1
-10
/
+20
2012-08-01
s3:ctdbd_conn: use unitX_t types consistently throughout the module
Michael Adam
1
-22
/
+22
2012-07-31
s3:dbwrap_ctdb: initialize db_record->db
Stefan Metzmacher
1
-0
/
+1
2012-07-26
s3: add Darwin sendfile support and merge with the FreeBSD code
Björn Jacke
1
-50
/
+44
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2
-0
/
+2
2012-07-23
s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.
Andreas Schneider
1
-8
/
+1
2012-07-20
Remove source3/lib/pidfile.c
Jeremy Allison
1
-81
/
+0
2012-07-19
Make the s3 pidfile use the common code inside lib/util/pidfile.c
Jeremy Allison
1
-137
/
+27
2012-07-19
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
1
-4
/
+4
2012-07-18
s3: Add tevent_wait_send/recv
Volker Lendecke
2
-0
/
+120
2012-07-18
s3-libasys: Add asys_fsync() implementation
Volker Lendecke
1
-0
/
+43
2012-07-18
s3-aio: Remove unused VFS functions and more
Volker Lendecke
1
-148
/
+0
2012-07-18
s3: Make smbd/aio.c not depend on aio.h anymore
Volker Lendecke
1
-0
/
+4
2012-07-18
libasys
Volker Lendecke
4
-0
/
+521
2012-07-18
source3/netapi: fix only caller which doesn't set up a talloc_stackframe()
Rusty Russell
1
-0
/
+4
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
4
-7
/
+8
2012-07-18
source3/lib/smbconf/testsuite.c: fix stackframe leak
Rusty Russell
1
-0
/
+1
2012-07-11
Move set_thread_credentials_permanently() to set_thread_credentials()
Jeremy Allison
1
-12
/
+12
2012-07-10
Fix typo we've had for a long time in set_re_uid() in the USE_SETRESUID case.
Jeremy Allison
1
-1
/
+1
2012-07-09
Make check_same_stat() and check_same_dev_ino() common functions.
Jeremy Allison
1
-0
/
+29
2012-07-06
s3: Fix Coverity ID 709470 Uninitialized scalar variable
Volker Lendecke
1
-1
/
+1
2012-07-03
Move copy_unix_token() from locking/locking.c to lib/util.c.
Jeremy Allison
1
-0
/
+30
2012-07-03
Add function set_thread_credentials_permanently(). Panic if fail.
Jeremy Allison
1
-0
/
+48
2012-07-03
s3-passdb: Remove obsolte ldapsam_compat support.
Andreas Schneider
1
-6
/
+0
2012-07-02
s3-libpidfile: fix check for running process.
Björn Baumbach
1
-1
/
+1
2012-07-02
s3-libpidfile: some more debug output
Björn Baumbach
1
-0
/
+6
[next]