Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 2008-02-13 | 1 | -1/+0 |
| | | | | | | (cherry picked from parts of commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20) Michael | ||||
* | talloc/tdb: Use manually written pc file. | Jelmer Vernooij | 2008-02-13 | 1 | -0/+1 |
| | | | | | | (cherry picked from parts of c8947fda23eb874a7694bdee1b4de605744c2769) Michael | ||||
* | r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS | Stefan Metzmacher | 2008-02-13 | 1 | -1/+1 |
| | | | | | | | | | metze (cherry picked from parts of commit c179807165b84dd832ab64f794034960668e5957. The changes to lib/replaces have already been merged.) Michael | ||||
* | r25953: AIX make doesn't support $^. | Jelmer Vernooij | 2008-02-13 | 1 | -1/+1 |
| | | | | | | (cherry picked from parts of commit 91133d27110ee6447dbc64f1c8d52cb90ca1a86c) Michael | ||||
* | r25944: Fix handling of sonameflag on AIX, which doesn't have anything like ↵ | Jelmer Vernooij | 2008-02-13 | 1 | -1/+1 |
| | | | | | | | | that. (cherry picked from parts of commit 228dd6830eb9c91287bb3e0233d8b3a404ff3676) Michael | ||||
* | merge tdb changes from ctdb | Andrew Tridgell | 2008-02-08 | 1 | -33/+47 |
| | |||||
* | merge growing tdb for tdb_wipe_all() fix from ctdb | Andrew Tridgell | 2008-02-07 | 1 | -0/+43 |
| | |||||
* | merged tdb transaction fix | Andrew Tridgell | 2008-01-31 | 1 | -0/+3 |
| | |||||
* | merged changes from v4-0-test | Andrew Tridgell | 2008-01-18 | 2 | -43/+43 |
| | |||||
* | Don't try ftruncate when the tdb is opened read-only | Volker Lendecke | 2008-01-16 | 1 | -0/+1 |
| | | | | | | | | Tridge, Jeremy, please check! Thanks, Volker | ||||
* | Next try to fix the max dead record calculation | Volker Lendecke | 2008-01-16 | 1 | -1/+1 |
| | |||||
* | Fix some C++ warnings | Volker Lendecke | 2008-01-16 | 1 | -2/+5 |
| | |||||
* | Fix a missing prototype warning | Volker Lendecke | 2008-01-16 | 1 | -0/+1 |
| | |||||
* | Port from ctdb: | Jeremy Allison | 2008-01-15 | 1 | -16/+6 |
| | | | | | | minor fix to transaction_write_existing: tridge. Jeremy. | ||||
* | samba3 already has tdb_validate() | Andrew Tridgell | 2008-01-14 | 2 | -43/+0 |
| | |||||
* | merged tdb fix from ctdb tree | Andrew Tridgell | 2008-01-14 | 3 | -0/+123 |
| | |||||
* | Fix the max_dead_record calculations | Volker Lendecke | 2008-01-13 | 1 | -4/+1 |
| | |||||
* | Sync tdb with the tdb changes in ctdb. Spoke to tridge about | Jeremy Allison | 2008-01-11 | 10 | -218/+358 |
| | | | | | this. Fixes insidious problem with order n^2 freelist merging. Jeremy. | ||||
* | Fix the max_dead_record calculations | Volker Lendecke | 2008-01-09 | 1 | -4/+1 |
| | |||||
* | fix dump printout when byte >= 0x80 | Herb Lewis | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | Add a warning for a potential bug I've run into | Volker Lendecke | 2007-11-28 | 2 | -0/+6 |
| | |||||
* | Add a missing prototype | Volker Lendecke | 2007-11-22 | 1 | -0/+1 |
| | |||||
* | Add some comments | Volker Lendecke | 2007-11-09 | 1 | -3/+3 |
| | |||||
* | Fix tdbtorture build. | Jeremy Allison | 2007-11-06 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix const warning. | Jeremy Allison | 2007-11-06 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Keep the tdb code in sync with Samba4. | Jeremy Allison | 2007-11-06 | 12 | -54/+238 |
| | | | | | | | | | | | | | | | | | | | Mainly this is the svn changes : ------------------------------------------------------------------------ r23238 | tridge | 2007-05-30 01:15:49 -0700 (Wed, 30 May 2007) | 6 lines merged transaction lock changes from ctdb this ensures that having the global lock also implies the transaction lock ------------------------------------------------------------------------ r22832 | tridge | 2007-05-13 18:00:06 -0700 (Sun, 13 May 2007) | 3 lines merged the latest tdb changes from ctdb to Samba4 Jeremy. | ||||
* | Fix bug where tdb lock call interrupted with | Jeremy Allison | 2007-11-06 | 6 | -0/+19 |
| | | | | | | | | an alarm sig would not terminate and could lead to runaway smbd processes. Thanks to Dave Daugherty @ Centrify for pointing this out to us. Jeremy. | ||||
* | offsetof() is always present as shown in some | Stefan Metzmacher | 2007-10-12 | 1 | -4/+0 |
| | | | | | | libreplace testing. metze | ||||
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -0/+4 |
| | |||||
* | r24743: Fix build warning. | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and ↵ | Michael Adam | 2007-10-10 | 1 | -6/+25 |
| | | | | | | r23977. Michael | ||||
* | r24341: Make libreplace provide offsetof. | Jelmer Vernooij | 2007-10-10 | 1 | -4/+0 |
| | |||||
* | r24340: Use standard data type uint32_t rather than tdb-specific u32. | Jelmer Vernooij | 2007-10-10 | 8 | -59/+56 |
| | |||||
* | r24049: Some more 64-bit warnings | Volker Lendecke | 2007-10-10 | 1 | -2/+4 |
| | |||||
* | r23980: Fix one more use of pwrite in expand_file. | Michael Adam | 2007-10-10 | 1 | -1/+10 |
| | | | | Michael | ||||
* | r23979: Fix another occurence of (written != requested) as an | Michael Adam | 2007-10-10 | 1 | -5/+22 |
| | | | | | | | | | error condition to write. This is in tdb_new_database. Fix one call to tdb_new_database in tdb_open_ex to not overwrite the newly propagated errno (typically ENOSPC). Michael | ||||
* | r23977: Im prove the pwrite-patch to tdb_expand_file of r23972: | Michael Adam | 2007-10-10 | 1 | -7/+20 |
| | | | | | | | | | | | | | | | | | | | * prevent infinite loops due to 0 bytes written: try once more. if we still get 0 as return, set errno to ENOSPC and return -1 (error) * replace int by correct types (ssize_t and size_t). * print a warning log message in case "written < requested to write" usually this means, that the next call to pwrite will fail with return value -1 and set errno accordingly. Note that the former error condition "written != requested to write" is not a correct error condition of write/pwrite. If this is due to an error, a subsequent call to (p)write will reveal the cause (typically "no space left on device" - ENOSPC). Michael | ||||
* | r23972: Fix a bug in pwrite error detection in tdb_expand_file(): | Michael Adam | 2007-10-10 | 1 | -3/+3 |
| | | | | | | | The proper error condition is (ret == -1) instead of (ret != number_of_byte_told_to_write). Michael | ||||
* | r23950: unlink before rename is superfluous. | Michael Adam | 2007-10-10 | 1 | -1/+0 |
| | | | | Michael | ||||
* | r23925: Use NULL instead of 0 for a void * argument. | Michael Adam | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r23853: Fix a very misleading error message in tdbbackup. | Michael Adam | 2007-10-10 | 1 | -1/+1 |
| | | | | Michael | ||||
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23799: updated old Franklin Street FSF addresses to new URL | Andrew Tridgell | 2007-10-10 | 2 | -6/+2 |
| | |||||
* | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 2007-10-10 | 13 | -26/+13 |
| | |||||
* | r23790: LGPLv3+ conversion for our LGPLv2+ library code | Andrew Tridgell | 2007-10-10 | 13 | -13/+13 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 3 | -6/+3 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-10-10 | 3 | -3/+3 |
| | | | | Jeremy. | ||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 3 | -3/+3 |
| | | | | Jeremy. | ||||
* | r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>. | Jeremy Allison | 2007-10-10 | 1 | -1/+5 |
| | | | | Jeremy. | ||||
* | r23371: Fix the misleading comment I added - it really *should* | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
| | | | | | | say "locks chain and returned record", not "and returns record" Jeremy. |