Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25184: Fix some C++ warnings and an uninitialized variable | Volker Lendecke | 2 | -2/+2 |
2007-10-10 | r25172: Remove commented out code we will never enable. | Jeremy Allison | 1 | -172/+0 |
2007-10-10 | r25171: More pstring removal. | Jeremy Allison | 2 | -29/+51 |
2007-10-10 | r25170: Remove pstring limits from ms_fnmatch and module load. | Jeremy Allison | 2 | -37/+46 |
2007-10-10 | r25164: Add talloc_asprintf_append_buffer() and the docs for it. | Jeremy Allison | 3 | -4/+82 |
2007-10-10 | r25150: don't recursivly call call dump_core() | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 2 | -11/+41 |
2007-10-10 | r25136: When tallocing a string to uppercase remember the terminating | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25121: Remove pstring limits from much of our string handling function. | Jeremy Allison | 1 | -54/+174 |
2007-10-10 | r25120: One more warning. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 3 | -8/+18 |
2007-10-10 | r25116: Fix talloc_asprintf_append to do the right thing with | Jeremy Allison | 1 | -5/+2 |
2007-10-10 | r25111: Move to talloced pathnames on most code paths. | Jeremy Allison | 1 | -1/+15 |
2007-10-10 | r25061: Pro-actively shut up Coverity :-) | Volker Lendecke | 1 | -3/+5 |
2007-10-10 | r25055: Add file_id_string_tos | Volker Lendecke | 1 | -18/+4 |
2007-10-10 | r25040: Add "net sam rights" | Volker Lendecke | 2 | -1/+39 |
2007-10-10 | r25025: Remove an unused function | Volker Lendecke | 1 | -5/+0 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -0/+65 |
2007-10-10 | r24993: Apply some const | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r24949: Remove some static buffers | Volker Lendecke | 3 | -62/+42 |
2007-10-10 | r24903: One more tick in #if 0 code | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24902: DEBUG might use talloc_tos() itself... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24877: Don't panic in tdb validation code when the fork or waitpid fails. | Michael Adam | 1 | -5/+7 |
2007-10-10 | r24848: Make tdb_validate() take an open tdb handle instead of a file name. | Michael Adam | 1 | -16/+41 |
2007-10-10 | r24847: Change standard failure return code of tdb_validate from "-1" to "1". | Michael Adam | 1 | -2/+2 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -0/+108 |
2007-10-10 | r24773: Fix a ctdb connection lockup | Volker Lendecke | 3 | -13/+57 |
2007-10-10 | r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge. | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r24744: Increase length by what we got from recv, not from ioctl | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r24743: Fix build warning. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for... | Günther Deschner | 1 | -0/+72 |
2007-10-10 | r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r2... | Michael Adam | 1 | -6/+25 |
2007-10-10 | r24733: Add support for storing DATA_BLOBs in gencache.tdb (including torture... | Günther Deschner | 1 | -0/+157 |
2007-10-10 | r24627: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -2/+12 |
2007-10-10 | r24618: move printing out the version string and exit() | Stefan Metzmacher | 1 | -3/+12 |
2007-10-10 | r24610: Add a debug message that the workaround has been activated... | Michael Adam | 1 | -0/+2 |
2007-10-10 | r24609: Fix the fix of r23668 for win2k giving one zero byte | Michael Adam | 1 | -1/+1 |
2007-10-10 | r24589: Refactor our vuid code so that we keep the same | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r24547: Fix #4897, patch from David S. Collier-Brown <davecb@spamcop.net> -- ... | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r24435: Fix typo. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24354: Remove offsetof macro | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r24341: Make libreplace provide offsetof. | Jelmer Vernooij | 3 | -4/+5 |
2007-10-10 | r24340: Use standard data type uint32_t rather than tdb-specific u32. | Jelmer Vernooij | 8 | -59/+56 |
2007-10-10 | r24304: patch from Bjoern JAcke <bj@SerNet.DE>: | Stefan Metzmacher | 1 | -0/+242 |
2007-10-10 | r24267: Fix the build farm | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24265: Add the tdb_hashsize:<tdbname> parameter | Volker Lendecke | 1 | -0/+22 |
2007-10-10 | r24133: Explicitly pass flags2 down to push_string_fn | Volker Lendecke | 1 | -2/+5 |
2007-10-10 | r24120: add a file_id_create() hook into the VFS layer | Stefan Metzmacher | 1 | -4/+3 |
2007-10-10 | r24113: some little fixes to get the correct error message | Stefan Metzmacher | 2 | -2/+6 |
2007-10-10 | r24054: Fix some warnings | Volker Lendecke | 1 | -2/+2 |