Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25056: Install some extra files. Patch from Stefan Gohmann | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r25053: Show the user class alongside the username. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r25052: This missing 'break' caused problems on 32 bit platforms only, due to | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r25051: Move SWAT back to the old-style form-submit modal. | Andrew Bartlett | 1788 | -191450/+70 |
2007-10-10 | r25048: From the archives (patch found in one of my old working trees): | Andrew Bartlett | 1 | -5/+12 |
2007-10-10 | r25047: Fix more warnings. | Jelmer Vernooij | 14 | -92/+75 |
2007-10-10 | r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idioms | Tim Potter | 1 | -2/+0 |
2007-10-10 | r25045: Add constants for enum TDB_ERROR. | Tim Potter | 1 | -20/+15 |
2007-10-10 | r25044: The has_key() method should return a boolean, not an integer. | Tim Potter | 1 | -1/+5 |
2007-10-10 | r25043: Avoid allocation on with NULL parent. | Jelmer Vernooij | 1 | -2/+3 |
2007-10-10 | r25042: Avoid direct references to global loadparm context. | Jelmer Vernooij | 1 | -22/+5 |
2007-10-10 | r25041: Use context in more places, fix warnings. | Jelmer Vernooij | 3 | -86/+83 |
2007-10-10 | r25039: Rename service -> loadparm_service, use context more. | Jelmer Vernooij | 4 | -137/+83 |
2007-10-10 | r25038: Pass context in more places. | Jelmer Vernooij | 1 | -49/+53 |
2007-10-10 | r25037: Start passing the context around. | Jelmer Vernooij | 2 | -174/+183 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 114 | -470/+483 |
2007-10-10 | r25034: Remove unused variables. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25033: Fix include | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25031: Use pointers to services rather than service numbers when possible. | Jelmer Vernooij | 2 | -312/+333 |
2007-10-10 | r25028: Fix more warnings. | Jelmer Vernooij | 9 | -26/+38 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 43 | -103/+122 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 205 | -9/+209 |
2007-10-10 | r25018: Remove non-existent tdb_logging_function() as well as less useful | Tim Potter | 1 | -8/+0 |
2007-10-10 | r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of | Jelmer Vernooij | 2 | -8/+8 |
2007-10-10 | r25016: Create context for loadparm variables. | Jelmer Vernooij | 1 | -355/+356 |
2007-10-10 | r25015: Use talloc for all allocations in loadparm. | Jelmer Vernooij | 1 | -73/+22 |
2007-10-10 | r25014: Use talloc for allocating values as well. | Jelmer Vernooij | 3 | -66/+61 |
2007-10-10 | r25013: Use talloc to allocate services in loadparm, use pointer to indicate ... | Jelmer Vernooij | 1 | -55/+56 |
2007-10-10 | r25012: Avoid use of pstring, fix coding style a bit. | Jelmer Vernooij | 1 | -66/+61 |
2007-10-10 | r25010: Avoid uses of pstring | Jelmer Vernooij | 2 | -4/+2 |
2007-10-10 | r25008: Remove use of pstring. | Jelmer Vernooij | 3 | -16/+18 |
2007-10-10 | r25007: Remove more uses of pstring, move ntlmauth-specific utility function ... | Jelmer Vernooij | 4 | -31/+22 |
2007-10-10 | r25006: Use system constant. | Jelmer Vernooij | 1 | -7/+6 |
2007-10-10 | r25005: Avoid pstring. | Jelmer Vernooij | 1 | -61/+15 |
2007-10-10 | r25004: Avoid talloc_autofree_context() when possible. | Jelmer Vernooij | 7 | -27/+22 |
2007-10-10 | r25003: Skipped tests should be considered successfull. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 20 | -36/+49 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 72 | -213/+222 |
2007-10-10 | r24997: Re-enable use of system-provided tdb and/or talloc when available. | Jelmer Vernooij | 2 | -34/+29 |
2007-10-10 | r24995: Update upstream URLs. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 32 | -73/+77 |
2007-10-10 | r24992: Remove some uses of lp_*(). | Jelmer Vernooij | 5 | -18/+13 |
2007-10-10 | r24989: use $smbd_maxtime for smbd... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24987: Clarify error conditions in secrets handling, before I add ACLs to | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r24986: LDB has a function for comparing things that must meet the rules of | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24985: Start to revert us back to the old-style SWAT, while trying not to | Andrew Bartlett | 1359 | -0/+4016 |
2007-10-10 | r24983: setup the correct talloc name for structures used in the generated | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r24973: Try to make it really clear we are dealing with 64 bit numbers here. | Andrew Bartlett | 1 | -14/+14 |
2007-10-10 | r24972: Try to rat out this SAMR failure with some more cross-tests, and | Andrew Bartlett | 1 | -4/+17 |