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-prefork: Fix use of child id.
Simo Sorce
2011-08-10
1
-2
/
+2
*
s3-prefork: Pass the child a child_id
Simo Sorce
2011-08-10
2
-2
/
+3
*
s3-prefork: Return tsocket_address for client and server
Simo Sorce
2011-08-10
2
-25
/
+63
*
s3-prefork: Pass messaging context around too
Simo Sorce
2011-08-10
2
-5
/
+17
*
s3-prefork: Set up a SIGCHLD handler by default
Simo Sorce
2011-08-10
2
-13
/
+80
*
s3-prefork: Provide a cleanup function
Simo Sorce
2011-08-10
2
-17
/
+21
*
s3-prefork: Inline Doxygen Documentation
Simo Sorce
2011-08-10
1
-0
/
+160
*
s3-prefork: better timing out semantics
Simo Sorce
2011-08-10
1
-4
/
+14
*
s3-prefork: add support for multiple listning file descriptors
Simo Sorce
2011-08-10
2
-90
/
+73
*
s3-prefork: provide way to send a signal to all children
Simo Sorce
2011-08-10
2
-0
/
+15
*
s3-prefork: provide means to expand the pool size
Simo Sorce
2011-08-10
2
-0
/
+33
*
s3-prefork: add way to manage number of clients per child
Simo Sorce
2011-08-10
2
-3
/
+38
*
s3-prefork: add asynchronous functions
Simo Sorce
2011-08-10
2
-1
/
+267
*
s3-prefork: implement prefork framework
Simo Sorce
2011-08-10
2
-0
/
+578
*
s3: Remove an unnecessary include
Volker Lendecke
2011-08-10
1
-1
/
+0
*
s3:lib/events: Fix a bug in run_poll_events().
Stefan Metzmacher
2011-08-09
1
-0
/
+4
*
s3:smbconf let drop leave the smbconf key in place to match a virgin registry...
Gregor Beck
2011-08-08
1
-1
/
+1
*
s3/ldap: delay the ldap search alarm termination a bit
Björn Jacke
2011-08-05
1
-2
/
+13
*
s3-auth remove sanitized_username from auth_serversupplied_info
Andrew Bartlett
2011-08-03
1
-8
/
+0
*
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
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
16
-13
/
+151
*
s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.c
Michael Adam
2011-07-29
3
-32
/
+33
*
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
2011-07-29
9
-71
/
+182
*
s3:g_lock: explicitly include dbwrap.h
Michael Adam
2011-07-29
1
-0
/
+1
*
s3:dbwrap: explicitly include dbwrap.h in dbwrap_ctdb.c
Michael Adam
2011-07-29
1
-0
/
+1
*
s3:libsmbconf: use lp_load_global() in the testsuite
Michael Adam
2011-07-28
1
-6
/
+1
*
s3:libnetapi: use lp_load_global()
Michael Adam
2011-07-28
1
-1
/
+1
*
s3:lib change default share security access mask
Christian Ambach
2011-07-26
1
-3
/
+3
*
s3:lib/netapi: make use of cli_state_remote_name()
Stefan Metzmacher
2011-07-22
1
-2
/
+7
*
s3:afs make path argument to afs_syscall const
Christian Ambach
2011-07-21
1
-1
/
+1
*
s3:lib/afs use stdbool types
Christian Ambach
2011-07-21
2
-22
/
+22
*
s3:lib/afs_settoken fix some compiler warnings
Christian Ambach
2011-07-21
1
-3
/
+4
*
s3:lib/afs fix some compiler warnings
Christian Ambach
2011-07-21
1
-2
/
+3
*
s3:lib/afs fix the build with --with-fake-kaserver
Christian Ambach
2011-07-21
2
-4
/
+13
*
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
2011-07-20
2
-4
/
+5
*
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
2011-07-20
2
-2
/
+4
*
Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...
Jeremy Allison
2011-07-19
2
-2
/
+2
*
First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
Jeremy Allison
2011-07-19
2
-3
/
+3
*
s3-lib Remove unused get_cmdline_auth_info_copy
Andrew Bartlett
2011-07-14
1
-24
/
+0
*
s3: dbwrap_ctdb.c: fix #ifdef CTDB_CONTROL_SCHEDULE_FOR_DELETION issue (bug #...
Björn Baumbach
2011-07-12
1
-2
/
+2
*
s3:lib: s/SMBkeepalive/NBSSkeepalive
Stefan Metzmacher
2011-07-12
1
-2
/
+2
*
s3:libsmb: remove unused enum smb_read_errors infrastructure
Stefan Metzmacher
2011-07-08
1
-20
/
+0
*
lib/util Move bitmap.c to lib/util
Andrew Bartlett
2011-07-08
1
-136
/
+0
*
s3-lib use True and False in bitmap.c
Andrew Bartlett
2011-07-08
1
-7
/
+7
*
s3:sharesec: return an error if get_share_security() returns NULL
Stefan Metzmacher
2011-07-06
1
-1
/
+1
*
s3:sharesec: also initialize pgranted if get_share_security() returns NULL
Stefan Metzmacher
2011-07-06
1
-0
/
+3
*
s3: Follow the TALLOC_FREE convention in source3
Volker Lendecke
2011-07-06
1
-1
/
+1
*
s3: Fix Coverity ID 2586 -- NO_EFFECT
Volker Lendecke
2011-07-06
1
-1
/
+1
*
s3:lib fix non-empty blank lines
Christian Ambach
2011-07-05
1
-3
/
+3
[prev]
[next]