index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
18
-23
/
+23
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
9
-15
/
+15
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
8
-14
/
+14
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
7
-11
/
+11
*
s3-talloc Remove unused TALLOC zeronull functions and macro definitions
Andrew Bartlett
2011-06-09
1
-105
/
+0
*
s3-waf: Fix pthreadpool build which needs librt now.
Andreas Schneider
2011-06-06
1
-1
/
+1
*
s3: Fix two debug messages
Volker Lendecke
2011-06-06
1
-2
/
+2
*
s3/pthreadpool: replace bad portable gettimeofday by clock_gettime
Björn Jacke
2011-06-06
1
-4
/
+2
*
lib/util use modules_path(), data_path() and shlib_ext() from source3
Andrew Bartlett
2011-06-06
2
-41
/
+4
*
s3-lib Remove unused lib_path()
Andrew Bartlett
2011-06-06
1
-13
/
+0
*
Add the same fix to the S3 event backend as the previous commit added to the ...
Jeremy Allison
2011-06-04
1
-1
/
+14
*
Revert "s3: Mark sockets in error state writable"
Volker Lendecke
2011-06-01
1
-23
/
+0
*
lib/util/time.c: timeval_current_ofs_usec
Rusty Russell
2011-06-01
1
-7
/
+7
*
Change sys_getcd() to take no arguments and always return malloc'ed memory (o...
Jeremy Allison
2011-06-01
1
-7
/
+34
*
s3: fix more -Wunused-but-set-variable build warnings.
Günther Deschner
2011-06-01
1
-3
/
+0
*
s3: Mark sockets in error state writable
Volker Lendecke
2011-05-31
1
-0
/
+23
*
s3: add _LIB_IDMAP_CACHE_H_ guard to lib/idmap_cache.h
Michael Adam
2011-05-31
1
-0
/
+5
*
s3: add GPL/Copyright header to lib/idmap_cache.h
Michael Adam
2011-05-31
1
-0
/
+20
*
s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guard
Michael Adam
2011-05-31
1
-0
/
+5
*
s3:lib/eventlog/proto.h: add GPL/Copyright header
Michael Adam
2011-05-31
1
-0
/
+22
*
s3-lib Move source3-specific malloc replacements into a seperate file
Andrew Bartlett
2011-05-31
2
-143
/
+171
*
lib/util Move sys_memalign into lib/util/system.c
Andrew Bartlett
2011-05-31
1
-36
/
+0
*
s3-lib Improve indentation of errmap_unix
Andrew Bartlett
2011-05-31
1
-36
/
+36
*
s3-lib: Use ARRAY_SIZE() to walk the error mapping tables
Andrew Bartlett
2011-05-31
1
-6
/
+4
*
s3-build Specify more of the smbconf dependencies
Andrew Bartlett
2011-05-31
2
-163
/
+162
*
s3-build Create dbwrap_util subsystem
Andrew Bartlett
2011-05-31
2
-61
/
+64
*
s3-lib Move free_namearray() into it's own file
Andrew Bartlett
2011-05-31
2
-16
/
+39
*
s3-lib Move realloc based string substitution functions out of util_str.c
Andrew Bartlett
2011-05-31
3
-123
/
+148
*
s3-lib Move sstring_sub() to it's only user and make static
Andrew Bartlett
2011-05-31
1
-27
/
+0
*
s3-param Move init_iconv() to loadparm.c
Andrew Bartlett
2011-05-31
1
-14
/
+0
*
libcli/security: move secdesc.c to the top level libcli/security
Andrew Bartlett
2011-05-31
1
-712
/
+0
*
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
2011-05-31
1
-5
/
+0
*
s3-param split service.c into param and smbd components
Andrew Bartlett
2011-05-31
2
-11
/
+35
*
s3-lib Move string_init functions into their own file
Andrew Bartlett
2011-05-31
2
-52
/
+77
*
s3-smbd provide struct smbd_server_connection * to conn_snum_used
Andrew Bartlett
2011-05-31
1
-1
/
+2
*
s3: fix some -Wunused-but-set-variable build warnings.
Günther Deschner
2011-05-30
1
-2
/
+0
*
s3: Fix Coverity ID 2573: UNUSED_VALUE
Volker Lendecke
2011-05-20
1
-2
/
+3
*
Fix Bug 8152 - smbd crash in release_ip()
Christian Ambach
2011-05-19
1
-0
/
+5
*
s3-lib Replace StrnCaseCmp() with strncasecmp_m()
Andrew Bartlett
2011-05-18
3
-63
/
+3
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
7
-93
/
+10
*
is_my_ipaddr() should recognise loopback addresses as ours.
Jeremy Allison
2011-05-17
1
-5
/
+5
*
s3-netapi Initialise global variables in libnetapi
Andrew Bartlett
2011-05-13
1
-1
/
+1
*
s3-libnetapi Don't create a talloc_stackframe() in a global variable
Andrew Bartlett
2011-05-13
2
-16
/
+37
*
s3-libnetapi/libnetjoin: fix uninitialized variables after the libsmbconf cha...
Günther Deschner
2011-05-13
1
-1
/
+1
*
s3-lib/smbconf: fix uninitialized error code in smbconf_reg_init().
Günther Deschner
2011-05-12
1
-1
/
+1
*
libsmbconf: Convert smbconf_transaction_*() to sbcErr.
Andreas Schneider
2011-05-10
1
-6
/
+27
*
libsmbconf: Convert smbconf_delete_includes() to sbcErr.
Andreas Schneider
2011-05-10
2
-13
/
+16
*
libsmbconf: Convert smbconf_set_includes() to sbcErr.
Andreas Schneider
2011-05-10
2
-18
/
+23
*
libsmbconf: Convert smbconf_get_includes() to sbcErr.
Andreas Schneider
2011-05-10
2
-19
/
+18
*
libsmbconf: Convert smbconf_delete_parameter() to sbcErr.
Andreas Schneider
2011-05-10
1
-6
/
+8
[next]