Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24679: Add (raw and untested) implementation of libnet_GroupInfo function. | Rafal Szczesniak | 4 | -0/+215 |
2007-10-10 | r24678: More improvements to html output; list unexpected successes and failu... | Jelmer Vernooij | 1 | -6/+8 |
2007-10-10 | r24677: Also add built flex file for people that don't have lex. | Jelmer Vernooij | 1 | -0/+2084 |
2007-10-10 | r24676: Fix pointers being used rather than the data they point at - caught b... | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r24675: Specify mode to mkdir, as required by some versions of perl. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24674: Make sure results are always on a new line, fix typo in test name. | Jelmer Vernooij | 5 | -2/+27 |
2007-10-10 | r24673: Put lex/yacc output under version control for hosts that don't have t... | Jelmer Vernooij | 2 | -0/+1861 |
2007-10-10 | r24672: Add dummy variable to prevent errors on some compilers. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r24671: More improvements to the HTML test suite results: hide | Jelmer Vernooij | 5 | -24/+156 |
2007-10-10 | r24670: Use torture functions for settings. | Jelmer Vernooij | 6 | -12/+10 |
2007-10-10 | r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ fo... | Jelmer Vernooij | 5 | -32/+154 |
2007-10-10 | r24668: Fix header installation. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 60 | -4028/+7242 |
2007-10-10 | r24665: Close file handles properly. | Jelmer Vernooij | 1 | -12/+15 |
2007-10-10 | r24657: Use torture functions. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r24655: Fix bug 4919 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>: | Andrew Bartlett | 1 | -3/+2 |
2007-10-10 | r24651: Allow dynamic updates for the domain controller over its own name | Simo Sorce | 1 | -0/+5 |
2007-10-10 | r24650: Some more instructions to have make GSS-TSIG work | Simo Sorce | 1 | -1/+13 |
2007-10-10 | r24648: Found out the meaning of a few more flags. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r24647: this passes now | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r24646: fixed the handling of case insensitive paths with wildcards | Andrew Tridgell | 1 | -1/+33 |
2007-10-10 | r24645: add in the ctdb dbwrap backend | Andrew Tridgell | 4 | -3/+200 |
2007-10-10 | r24644: add a ctdb_fetch() function to the ctdb client code | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r24643: add a ctdb_fetch() function to the ctdb client code | Andrew Tridgell | 1 | -0/+24 |
2007-10-10 | r24642: prevent recursion with fetch_locked | Andrew Tridgell | 1 | -10/+22 |
2007-10-10 | r24641: fixed several memory leaks in the brlock code | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r24640: Add a suggested BIND configuration snippit, to help with DNS configur... | Andrew Bartlett | 2 | -1/+16 |
2007-10-10 | r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation. | Andrew Bartlett | 8 | -16/+20 |
2007-10-10 | r24629: Make read_sock return the total number of bytes read instead | Michael Adam | 1 | -3/+3 |
2007-10-10 | r24626: as TALLOC_ABORT() is defined to abort() by default | Stefan Metzmacher | 1 | -2/+12 |
2007-10-10 | r24623: add back '-D' option to smbd | Stefan Metzmacher | 1 | -7/+29 |
2007-10-10 | r24620: move printing out the version string and exit() | Stefan Metzmacher | 1 | -3/+9 |
2007-10-10 | r24614: Merge with current lorikeet-heimdal. This brings us one step closer | Andrew Bartlett | 58 | -786/+1145 |
2007-10-10 | r24613: Missed this in my recent commit -r 24611. We don't discriminate on | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r24612: Revert this part of -r 24611. This isn't related to my SAMR password | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r24611: Following up on the re-opening of bug 4817 is it pretty clear that | Andrew Bartlett | 5 | -91/+213 |
2007-10-10 | r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c | Stefan Metzmacher | 12 | -58/+59 |
2007-10-10 | r24596: - talloc request structure for the samba3 server bindings | Stefan Metzmacher | 1 | -24/+33 |
2007-10-10 | r24592: pass down the ndr_interface_table in the samba3 client bindings | Stefan Metzmacher | 2 | -4/+5 |
2007-10-10 | r24588: use the right type | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r24587: the elements of the array are not talloc pointers | Andrew Tridgell | 2 | -4/+2 |
2007-10-10 | r24586: same bug in RAW-BENCH-OPEN | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r24585: put in the right state variable when doing a SMBecho - this caused the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r24577: Implement basic getpwent. | Kai Blin | 3 | -1/+173 |
2007-10-10 | r24576: Implement endpwent | Kai Blin | 1 | -0/+7 |
2007-10-10 | r24575: Implement setpwent | Kai Blin | 4 | -2/+188 |
2007-10-10 | r24574: Fix a warning in wb_samba3_cmd.c | Kai Blin | 1 | -1/+1 |
2007-10-10 | r24570: Attempt to fix make test | Volker Lendecke | 2 | -2/+9 |
2007-10-10 | r24569: Add two tests | Volker Lendecke | 3 | -0/+89 |
2007-10-10 | r24568: Fix the build, caused by a conflict betwen mimir's work and metze's b... | Andrew Bartlett | 1 | -1/+1 |