Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20640: Commit part 2/2 | Andrew Bartlett | 176 | -2843/+30855 |
2007-10-10 | r20639: Commit part 1 of 2. | Andrew Bartlett | 17 | -397/+301 |
2007-10-10 | r20638: Check for NULL pointers (where possible) in print functions. Fixes #4... | Jelmer Vernooij | 2 | -33/+34 |
2007-10-10 | r20637: Don't check for NULL pointers when the pointer is guaranteed to not b... | Jelmer Vernooij | 3 | -42/+219 |
2007-10-10 | r20633: Add another test, fix warnings. | Jelmer Vernooij | 1 | -7/+44 |
2007-10-10 | r20632: The extended RAW-SAMBA3BADPATH test led me to some wrong assumptions, in | Volker Lendecke | 1 | -261/+2 |
2007-10-10 | r20631: Add some tests for the ndr parser. | Jelmer Vernooij | 3 | -2/+157 |
2007-10-10 | r20629: add a wrapper function for ldb_extended(ldb, DSDB_EXTENDED_REPLICATED... | Stefan Metzmacher | 3 | -1/+311 |
2007-10-10 | r20625: Fix couple of warnings. | Jelmer Vernooij | 6 | -219/+231 |
2007-10-10 | r20624: added AIO read to pvfs backend | Andrew Tridgell | 6 | -4/+129 |
2007-10-10 | r20623: change where the smb.conf parm event:backend is checked to ensure it | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r20622: Add in a hack to avoid permitting searches on the value of protected | Andrew Bartlett | 1 | -1/+23 |
2007-10-10 | r20621: - enable the aio events backend on systems that support it | Andrew Tridgell | 3 | -7/+19 |
2007-10-10 | r20618: Fix a bug in bad_path handling that also exists in 3.0.23: For reply_... | Volker Lendecke | 1 | -5/+16 |
2007-10-10 | r20613: The individual tests are fine, I did run samba3badpath, but raw-samba... | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r20609: Additional torture test for our bad_path handling. Most of it is disa... | Volker Lendecke | 1 | -2/+210 |
2007-10-10 | r20599: - forward extended operations in the partitions module | Stefan Metzmacher | 2 | -3/+47 |
2007-10-10 | r20598: add comments and make clear that the void *data element for extended ... | Stefan Metzmacher | 1 | -5/+7 |
2007-10-10 | r20596: add prototypes for the ldb_extended functions | Stefan Metzmacher | 1 | -2/+62 |
2007-10-10 | r20595: W2k and XP don't always show the top directory as hidden, w2k3 does. ... | Volker Lendecke | 1 | -17/+23 |
2007-10-10 | r20594: Match popt.h declaration. | James Peach | 1 | -1/+1 |
2007-10-10 | r20593: Kill annoying warning. | James Peach | 1 | -1/+1 |
2007-10-10 | r20592: Use the Heimdal copy of err.h only if the build host doesn't have it. | James Peach | 2 | -11/+10 |
2007-10-10 | r20591: Revert accidental commit that broke the build. | James Peach | 1 | -5/+0 |
2007-10-10 | r20590: Heimdal uses warn(), so we should prototype it here too. | James Peach | 1 | -0/+6 |
2007-10-10 | r20588: handle extended operations in the ldb_next_request() call | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r20587: prepare the DSDB_EXTENDED_REPLICATED_OBJECTS_OID handling | Stefan Metzmacher | 2 | -0/+21 |
2007-10-10 | r20586: - allocate an OID range for LDB/LDAP extended operations | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r20583: implement the frontend calls for extended operations | Stefan Metzmacher | 2 | -5/+112 |
2007-10-10 | r20582: use void *data in the ldb_extended struct to match what we have in ld... | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r20581: - the ldb modules have explicit hooks for extended operations | Stefan Metzmacher | 2 | -2/+6 |
2007-10-10 | r20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID with the ldb_add request | Stefan Metzmacher | 4 | -22/+126 |
2007-10-10 | r20577: - allocate an OID range for samba4 LDB/LDAP Controls | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r20576: add functions to get and set dsdb_schema on the ldb context | Stefan Metzmacher | 1 | -0/+34 |
2007-10-10 | r20575: apply records to the test_samdb.ldb (my birthday present to myself...:-) | Stefan Metzmacher | 2 | -4/+86 |
2007-10-10 | r20573: fix handling of pointers handling to elements with the charset property | Stefan Metzmacher | 1 | -6/+14 |
2007-10-10 | r20572: - prepare a test_samdb.ldb in the NET-API-BECOME-DC torture test | Stefan Metzmacher | 3 | -12/+153 |
2007-10-10 | r20571: fix '' case | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r20570: use talloc_asprintf() instead of talloc_asprintf_append() | Stefan Metzmacher | 1 | -3/+4 |
2007-10-10 | r20568: split out the rootdse ldif | Stefan Metzmacher | 4 | -20/+33 |
2007-10-10 | r20567: Print proper errors with filename and line numbers in ParseExpr() | Jelmer Vernooij | 10 | -116/+137 |
2007-10-10 | r20566: Prepending with r-> is no longer necessary. | Jelmer Vernooij | 6 | -18/+18 |
2007-10-10 | r20565: configure the list of global ldb modules also in js code | Stefan Metzmacher | 2 | -11/+26 |
2007-10-10 | r20564: Regenerate. | Jelmer Vernooij | 1 | -34/+34 |
2007-10-10 | r20563: Start using the new parser in ParseExpr(). It's now trivial to use this | Jelmer Vernooij | 3 | -503/+36 |
2007-10-10 | r20562: Start building expr parser. Add separate copy of Yapp::Driver | Jelmer Vernooij | 3 | -6/+484 |
2007-10-10 | r20561: Add parser for subexpressions used in IDL attributes. | Jelmer Vernooij | 2 | -0/+1473 |
2007-10-10 | r20560: make it possible to configure the backend and modules | Stefan Metzmacher | 3 | -18/+29 |
2007-10-10 | r20557: use ${DOMAINDN} instead of ${BASEDN} | Stefan Metzmacher | 12 | -80/+80 |
2007-10-10 | r20556: Add more tests to make sure nothing breaks when I replace the ParseEx... | Jelmer Vernooij | 1 | -1/+19 |