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
/
source
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libsmbconf: add backend_requires_messaging() method to libsmbconf.
Michael Adam
2009-03-19
5
-0
/
+28
*
fixed a bug in message handling for code the change notify code
Andrew Tridgell
2009-03-10
1
-2
/
+16
*
s3:lib: interfaces.c isn't used in the configure tests anymore
Stefan Metzmacher
2009-03-09
1
-73
/
+1
*
Fix a bug that prevent core files from being created
Tim Prouty
2009-02-24
1
-1
/
+0
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
6
-18
/
+10
*
all BSDs use this evironment variable
Björn Jacke
2009-02-23
1
-1
/
+1
*
enable IPv6 support for NetBSD, FreeBSD
Björn Jacke
2009-02-11
1
-0
/
+1
*
Have nmbd check all available interfaces for WINS before failing
Aravind Srinivasan
2009-02-05
1
-2
/
+5
*
Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...
Jeremy Allison
2009-02-02
1
-1
/
+4
*
add Tru64 sub-second resolution timestamp support
Björn Jacke
2009-01-29
1
-0
/
+24
*
add missing semicolons
Björn Jacke
2009-01-29
1
-6
/
+6
*
Following Björn JACKE's patch, unify the detection of the timespec code in co...
Jeremy Allison
2009-01-29
1
-0
/
+36
*
s3:ctdbd_conn: canonicalize ips before sending them to ctdbd
Stefan Metzmacher
2009-01-29
1
-10
/
+40
*
Avoid valgrind errors
Volker Lendecke
2009-01-28
1
-28
/
+10
*
libreplace: fix detection of netinet/ip.h on solaris 8
Michael Adam
2009-01-27
1
-1
/
+5
*
libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiled
Michael Adam
2009-01-27
1
-1
/
+4
*
lib/replace: add defines to let the callers find out if pwrite and pread are ...
Stefan Metzmacher
2009-01-23
1
-0
/
+6
*
Memory leaks and other fixes found by Coverity
todd stecher
2009-01-22
1
-11
/
+15
*
socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83...
Stefan Metzmacher
2009-01-19
1
-3
/
+1
*
s3: reinit_after_fork() should reinit the event context before the
Stefan Metzmacher
2009-01-19
1
-4
/
+4
*
s3:cluster: fix ctdb ipv6 support
Stefan Metzmacher
2009-01-17
1
-10
/
+20
*
"First thing, kill all the language lawyers" :-). Ensure possible insane comp...
Jeremy Allison
2009-01-16
1
-1
/
+1
*
Allow reinit_after_fork to be called safely from within swat and other binari...
Jeremy Allison
2009-01-15
2
-11
/
+20
*
Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.
Jeremy Allison
2009-01-15
1
-4
/
+5
*
Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDB
Jeremy Allison
2009-01-13
1
-2
/
+2
*
Even for srclen == 0 we have to return something
Volker Lendecke
2009-01-12
1
-0
/
+6
*
Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...
Jeremy Allison
2009-01-08
1
-1
/
+1
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-06
4
-15
/
+13
*
s3:events: get rid of the stupid set_event_dispatch_time() function
Stefan Metzmacher
2009-01-05
1
-16
/
+0
*
s3:events: get rid of the stupid cancel_named_event() function
Stefan Metzmacher
2009-01-05
1
-16
/
+0
*
s3:events: remove unused stuff
Stefan Metzmacher
2009-01-05
1
-25
/
+0
*
clean event context after child is forked.
Bo Yang
2009-01-05
2
-0
/
+9
*
Fix bug 5913.
Volker Lendecke
2009-01-01
1
-1
/
+1
*
Fix warnings in make test code.
Jeremy Allison
2008-12-31
1
-2
/
+6
*
Fix all warnings with gcc4.3.
Jeremy Allison
2008-12-31
2
-6
/
+34
*
s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD
Stefan Metzmacher
2008-12-30
1
-7
/
+19
*
s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()
Stefan Metzmacher
2008-12-29
1
-2
/
+2
*
Add code to test write_data_iov a bit
Volker Lendecke
2008-12-29
1
-0
/
+11
*
Make write_data use write_data_iov
Volker Lendecke
2008-12-29
1
-24
/
+24
*
Add write_data_iov
Volker Lendecke
2008-12-29
1
-0
/
+69
*
Add sys_writev
Volker Lendecke
2008-12-29
1
-0
/
+14
*
Fix some nonempty blank lines
Volker Lendecke
2008-12-25
1
-11
/
+11
*
Fix some C++ warnings
Volker Lendecke
2008-12-25
1
-4
/
+6
*
In gcc version 4.3.2 we get warnings for functions declared with
Jeremy Allison
2008-12-22
1
-2
/
+10
*
Added a simple tdb integrity check to tdbtool. The command "check" runs trave...
Holger Hetterich
2008-12-16
1
-0
/
+27
*
Fix bug 5969: Optimize smbclient put command
Volker Lendecke
2008-12-15
1
-5
/
+20
*
netapi: fix access bits in netapi.
Günther Deschner
2008-12-12
1
-1
/
+1
*
s3-samr: fix SAMR_FIELD_PASSWORD callers.
Günther Deschner
2008-12-11
1
-1
/
+1
*
Fix logging to syslog
Dan Sledz
2008-12-05
1
-1
/
+1
*
Fix bug #5928 - Option --version in testparm does not work.
Tomasz Krasuski
2008-12-05
1
-1
/
+1
[prev]
[next]