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
/
source4
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-20
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
1
-0
/
+4
2008-08-20
don't overwrite fixed attributes with @ATTRIBUTES
Andrew Tridgell
1
-0
/
+4
2008-08-20
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
3
-2
/
+14
2008-08-20
Merge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell
24
-176
/
+350
2008-08-20
added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributes
Andrew Tridgell
2
-2
/
+7
2008-08-20
Remove last traces of the old 'subclass' feature
Andrew Bartlett
1
-7
/
+0
2008-08-19
added some comments at the request of a frustrated abartlet
Andrew Tridgell
1
-0
/
+7
2008-08-19
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
15
-80
/
+277
2008-08-18
librpc: don't build the old mszip decompression code
Stefan Metzmacher
1
-2
/
+2
2008-08-18
zlib: mark as modified for samba
Stefan Metzmacher
1
-2
/
+8
2008-08-18
zlib: fix compiler warnings
Stefan Metzmacher
12
-74
/
+80
2008-08-18
zlib: we don't need the inflateReset2 prototype twice
Stefan Metzmacher
1
-2
/
+0
2008-08-18
lib/compression: Import of lzxpress decompression algorithm
Matthieu Suiche
3
-1
/
+188
2008-08-18
Note the ldb syntax for attribute syntaxes in the table.
Andrew Bartlett
3
-10
/
+30
2008-08-18
Allow attributes to be overwritten, not just added to
Andrew Bartlett
1
-3
/
+11
2008-08-18
Remove references to the unused @SUBCLASS feature.
Andrew Bartlett
4
-83
/
+2
2008-08-15
Generate the subSchema in cn=Aggregate
Andrew Bartlett
1
-0
/
+30
2008-08-07
lib: prepare the build of zlib
Stefan Metzmacher
3
-0
/
+32
2008-08-07
zlib: add inflateReset2()...
Stefan Metzmacher
3
-3
/
+28
2008-08-07
import of zlib-1.2.3
Stefan Metzmacher
200
-0
/
+54035
2008-08-01
libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers
Stefan Metzmacher
1
-2
/
+3
2008-08-01
lib/crypto: remove dependency to internal heimdal
Stefan Metzmacher
1
-2
/
+21
2008-07-26
lib/ldb/tools: allow -W and --realm when build from samba4
Stefan Metzmacher
1
-0
/
+1
2008-07-25
Define HAVE_ASM_BYTEORDER at all times
Brad Hards
1
-2
/
+4
2008-07-24
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
2
-4
/
+5
2008-07-24
fixd a bug in the signal handling code - we could get phantom signals
Andrew Tridgell
1
-5
/
+5
2008-07-21
Sleep longer in the hope that the OpenLDAP backend might catch up
Andrew Bartlett
1
-2
/
+2
2008-07-21
Fix ldb_map to add/remove the same 'extra' objectclass
Andrew Bartlett
1
-2
/
+3
2008-07-16
Another kludge to let the OpenLDAP backend catch up.
Andrew Bartlett
1
-0
/
+2
2008-07-14
Remove C++ keywords from events.h header.
Andrew Bartlett
1
-4
/
+4
2008-07-09
ldb_map: eliminate "discards qualifyer" warning (const).
Michael Adam
1
-1
/
+1
2008-07-09
Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"
Michael Adam
1
-1
/
+1
2008-07-08
tdbtool: fix off-by-one error in argument length. (bug #2344)
Michael Adam
1
-1
/
+1
2008-07-07
packet: make it possible to free the packet_context from the send_callback
Stefan Metzmacher
1
-0
/
+6
2008-07-02
Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...
Jeremy Allison
1
-0
/
+3
2008-07-02
Move ad2oLschema and oLschema2ldif into Samba4, out of LDB
Andrew Bartlett
5
-1613
/
+0
2008-07-02
Collapse auxillary classes in LDAP schema conversion.
Andrew Bartlett
1
-4
/
+106
2008-06-30
ldb_ildap: don't force the build as shared_module
Stefan Metzmacher
1
-1
/
+0
2008-06-30
lib/talloc: build as MERGED_OBJ instead of STATIC_LIBRARY
Stefan Metzmacher
1
-1
/
+1
2008-06-30
lib/events: build as MERGED_OBJ instead of STATIC_LIBRARY
Stefan Metzmacher
1
-1
/
+1
2008-06-30
ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)
Stefan Metzmacher
4
-164
/
+201
2008-06-30
Relax the ldap.py tests so that they pass against OpenLDAP CVS.
Andrew Bartlett
1
-3
/
+6
2008-06-30
Loosen ldap.py tests on the LDAP backend.
Andrew Bartlett
1
-1
/
+1
2008-06-28
Non-zero exit code on failure.
Jelmer Vernooij
1
-3
/
+6
2008-06-27
tdb_unpack: Eliminate "cast to pointer from integer of different size" warnin...
Michael Adam
1
-1
/
+7
2008-06-27
Remove events from require line:
Julien Kerihuel
1
-1
/
+1
2008-06-27
lib/ldb: add forward declaration for struct event_context
Stefan Metzmacher
1
-0
/
+1
2008-06-27
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
5
-58
/
+60
2008-06-26
Only try to detect the events lib dir if it wasn't set earlier.
Jelmer Vernooij
1
-10
/
+12
2008-06-25
Fix another reference to ldbdir.
Jelmer Vernooij
1
-1
/
+1
[next]