Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10253: a fairly large tdb cleanup and re-organise. Nearly all of this change | Andrew Tridgell | 26 | -2580/+2234 |
2007-10-10 | r10252: a recent checkin from simo changed the handling of BASE and SUBTREE | Andrew Tridgell | 3 | -23/+18 |
2007-10-10 | r10251: some more work on ldb_sqlite3 | Simo Sorce | 5 | -247/+282 |
2007-10-10 | r10250: the comparison is caseless so we must caseless subtract | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r10246: Remove unused function | Jelmer Vernooij | 4 | -94/+6 |
2007-10-10 | r10245: Get rid of XFILE in a few places. | Jelmer Vernooij | 4 | -27/+47 |
2007-10-10 | r10238: Add a entry for sec_info to treat it as a uint32 for now. | Tim Potter | 1 | -0/+2 |
2007-10-10 | r10237: fix parameter, how have I missed this...? | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10236: fix (C) note | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r10233: add commented PRAGMA to avoid fsyncs | Simo Sorce | 1 | -2/+8 |
2007-10-10 | r10232: Some work on ldb_sqlite3. | Simo Sorce | 2 | -2026/+1377 |
2007-10-10 | r10231: seem I flipped these, fix. | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r10228: Reorganizing a bit, trying to simplify. This is an attempt | Deryck Hodge | 3 | -88/+61 |
2007-10-10 | r10225: Adding back a style rule to qooxdoo that was originally | Deryck Hodge | 1 | -0/+1 |
2007-10-10 | r10216: Chris Samuel pointed out that we should note the need to run provision | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r10213: fixed a memory leak in the ldap client and server code spotted by Karl | Andrew Tridgell | 4 | -10/+9 |
2007-10-10 | r10212: An IE fix. Must set initial values in the onload function. | Deryck Hodge | 1 | -6/+7 |
2007-10-10 | r10207: Add some const | Jelmer Vernooij | 9 | -90/+76 |
2007-10-10 | r10200: added a composite_trigger_done() call that allows a composite function | Andrew Tridgell | 4 | -16/+36 |
2007-10-10 | r10199: added a LOCAL-RESOLVE torture test, useful for measuring the overhead of | Andrew Tridgell | 3 | -1/+90 |
2007-10-10 | r10197: Assume that external dissectors are structs which I think is always the | Tim Potter | 1 | -1/+1 |
2007-10-10 | r10193: r11632@blu: tridge | 2005-08-30 23:08:27 +1000 | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r10192: r11631@blu: tridge | 2005-08-30 23:06:37 +1000 | Andrew Tridgell | 1 | -0/+26 |
2007-10-10 | r10191: Return the right error code in the case of a time skew. Windows will now | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10190: Do some very basic input checking when provisioning. | Jelmer Vernooij | 6 | -3/+35 |
2007-10-10 | r10185: Fix another two sets of unhandled enumeration warnings, plus correct ... | Tim Potter | 1 | -7/+11 |
2007-10-10 | r10184: Fix a stack of unhandled enumeration warnings. | Tim Potter | 1 | -0/+6 |
2007-10-10 | r10181: Fix the build | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10174: This patch implements generic PAC verification, without assumptions | Andrew Bartlett | 1 | -23/+98 |
2007-10-10 | r10173: Document new option | Jelmer Vernooij | 1 | -4/+13 |
2007-10-10 | r10172: Add --dump-ndr-tree argument | Jelmer Vernooij | 1 | -25/+26 |
2007-10-10 | r10171: This seems to work for encoding/decoding a PAC at the buffers only | Andrew Bartlett | 1 | -0/+21 |
2007-10-10 | r10167: add a test to check if we always get the same assoc_ctx, on one conne... | Stefan Metzmacher | 1 | -2/+47 |
2007-10-10 | r10164: - add first assoc_ctx test | Stefan Metzmacher | 1 | -2/+80 |
2007-10-10 | r10161: Check for alloca.h to prevent incorrect local declaration. | James Peach | 1 | -1/+1 |
2007-10-10 | r10159: Dereference padsize before comparing to an int. | James Peach | 1 | -1/+1 |
2007-10-10 | r10157: Remove the last traces of heimdal/include. | James Peach | 2 | -3/+3 |
2007-10-10 | r10155: Add more notes on required gsskrb5 functions. | Andrew Bartlett | 1 | -2/+7 |
2007-10-10 | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 14 | -48/+224 |
2007-10-10 | r10149: Update Samba4 to current lorikeet-heimdal. | Andrew Bartlett | 2 | -32/+47 |
2007-10-10 | r10148: Use samdb_base_dn() to find the local domain. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r10146: Clarify which test is failing in error messages. | Andrew Bartlett | 1 | -25/+29 |
2007-10-10 | r10145: Allow a variable length signature, so we can support signing with | Andrew Bartlett | 2 | -18/+8 |
2007-10-10 | r10144: dump the whole data blob | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10143: don't exit when the not all bytes are consumed, | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r10141: if some of the LIBNDR_ALIGN_* flags and LIBNDR_FLAG_REMAINING are set, | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r10140: reorder some stuff, for nicer output | Stefan Metzmacher | 1 | -4/+8 |
2007-10-10 | r10138: Fix the mapping table (as tested in smbtorture). EXEC_ACCESS | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r10132: Confirm that openX with OPEN_EXEC implies read only. | Jeremy Allison | 1 | -0/+26 |
2007-10-10 | r10129: fix sinple ip's in wins replication, packets | Stefan Metzmacher | 2 | -5/+4 |