Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-06-25 | Use ldbsrcdir rather than ldbdir. | Jelmer Vernooij | 1 | -31/+31 |
2008-06-25 | Use variable for popt source dir. | Jelmer Vernooij | 1 | -1/+1 |
2008-06-25 | Use ldbsrcdir rather than ldbdir. | Jelmer Vernooij | 2 | -15/+15 |
2008-06-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -0/+1 |
2008-06-20 | Depend on NDR_DRSBLOBS explicity. | Andrew Bartlett | 1 | -1/+1 |
2008-06-19 | Include events_util.h in events_aio.c | Volker Lendecke | 1 | -0/+1 |
2008-06-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm... | Jelmer Vernooij | 2 | -20/+0 |
2008-06-17 | Make sure events pc file gets installed. | Jelmer Vernooij | 1 | -0/+2 |
2008-06-17 | Change our module code to not use the special symbol name init_module() | Andrew Tridgell | 2 | -20/+0 |
2008-06-17 | Avoid including events_util.h in events_internal.h since the latter is | Jelmer Vernooij | 7 | -2/+6 |
2008-06-16 | Change order of includes in swig file to avoid warnings. | Jelmer Vernooij | 2 | -2/+2 |
2008-06-16 | Add include in swig file as well. | Jelmer Vernooij | 2 | -1/+2 |
2008-06-16 | Fix ldb_wrap.c | Simo Sorce | 1 | -0/+1 |
2008-06-15 | Fix cleanup. | Simo Sorce | 1 | -4/+9 |
2008-06-15 | Note that making ldb the event context parent seem to lead to races when | Simo Sorce | 1 | -1/+1 |
2008-06-15 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm... | Jelmer Vernooij | 4 | -183/+263 |