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
*
r19135: fix bugs...
Stefan Metzmacher
2007-10-10
1
-5
/
+4
*
r19133: More C++ warnings -- Merge across?
Volker Lendecke
2007-10-10
1
-6
/
+12
*
r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?
Volker Lendecke
2007-10-10
6
-14
/
+19
*
r19130: fix the logic for the AC_PROG_CC_C99 check
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r19126: Fix some uninitialized variable warnings
Volker Lendecke
2007-10-10
1
-4
/
+7
*
r19125: merge from samba4
Andrew Tridgell
2007-10-10
3
-45
/
+44
*
r19124: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r19121: try to get rid of the difference between in system/iconv.h
Stefan Metzmacher
2007-10-10
1
-6
/
+16
*
r19102: fix typo, thanks derrell!
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r19101: add sys_recv() wrapper
Stefan Metzmacher
2007-10-10
1
-1
/
+14
*
r19099: merge socket wrapper changes from samba4
Stefan Metzmacher
2007-10-10
1
-14
/
+306
*
r19085: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-0
/
+242
*
r19080: Fix a potential NULL dereference
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r19079: talloc_array can fail
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r19076: ldb_dn_copy_partial can fail
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r19075: Fix a potential NULL dereference
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to 4_0...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r19071: Backport to SAMBA_3_0 as well
Simo Sorce
2007-10-10
1
-2
/
+2
*
r19067: Fix a potential NULL dereference
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r19054: Callers of gencache may not have the rights to
Jeremy Allison
2007-10-10
1
-0
/
+18
*
r19034: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-4
/
+6
*
r19031: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-2
/
+6
*
r19030: merge missing stuff from samba4:
Stefan Metzmacher
2007-10-10
2
-2
/
+10
*
r19016: As per Samba4 coding standards, turn tabs into spaces
Volker Lendecke
2007-10-10
2
-20
/
+20
*
r19011: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on ope...
Volker Lendecke
2007-10-10
2
-0
/
+24
*
r18998: - make more usage of PRINTF_ATTRIBUTE()
Stefan Metzmacher
2007-10-10
2
-10
/
+9
*
r18996: merge from samba4:
Stefan Metzmacher
2007-10-10
2
-12
/
+37
*
r18993: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-29
/
+83
*
r18991: Fix bug 4133 -- Thanks to Olaf Flebbe
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r18963: * Move parts of registry headers that were still in
Gerald Carter
2007-10-10
1
-2
/
+2
*
r18961: merge from samba4:
Stefan Metzmacher
2007-10-10
2
-20
/
+20
*
r18958: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-0
/
+4
*
r18953: sync socket_wrapper with samba4
Stefan Metzmacher
2007-10-10
3
-0
/
+46
*
r18952: fix compiler warning (merge from samba4)
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18939: don't rely on the umask being right in ldb creation. Both Samba3 and
Andrew Tridgell
2007-10-10
2
-2
/
+4
*
r18920: merge socket_wrapper changes from samba4
Stefan Metzmacher
2007-10-10
1
-21
/
+58
*
r18910: Change ldb_msg_add_string() to not actually add an attribute if the
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r18901: try to fix the samba3 build without having ldap
Stefan Metzmacher
2007-10-10
4
-4
/
+6
*
r18900: Next attempt to fix the Solaris build. Not sure about whether to merg...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r18897: Fix valgrind bug found by Volker.
Jeremy Allison
2007-10-10
1
-1
/
+5
*
r18889: Add some const. What's the policy here? Should I do this in Samba4 as...
Volker Lendecke
2007-10-10
1
-5
/
+5
*
r18866: Jeremy and Volker have given the go-ahead on the group mapping ldb
Andrew Tridgell
2007-10-10
126
-0
/
+37877
*
r18864: merge lib/replace changes from samba4
Andrew Tridgell
2007-10-10
4
-6
/
+40
*
r18810: use a copy of samba4's talloc under lib/talloc/
Stefan Metzmacher
2007-10-10
16
-112
/
+5131
*
r18793: Fix BE string handling in the auto-generated
Jeremy Allison
2007-10-10
3
-39
/
+52
*
r18787: Fix the strlen_m and strlen_m_term code by merging
Jeremy Allison
2007-10-10
2
-23
/
+128
*
r18784: hopefully fix the BOOL bug on AIX
Stefan Metzmacher
2007-10-10
1
-0
/
+11
*
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
2007-10-10
5
-67
/
+58
*
r18709: add some useful function from samba4
Stefan Metzmacher
2007-10-10
1
-0
/
+25
*
r18707: Fix the build when you have libnscd installed (which apparently no host
Günther Deschner
2007-10-10
2
-21
/
+42
[next]