Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18529: warn the user that putting the machine host name on the | Simo Sorce | 1 | -0/+8 |
2007-10-10 | r18473: Once we go online, trigger a "get krb5 ticket event" | Jeremy Allison | 1 | -1/+16 |
2007-10-10 | r18457: Argl :-) | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18449: Attempt to fix the build on non-linux platforms: Many of those don't ... | Volker Lendecke | 1 | -0/+15 |
2007-10-10 | r18313: Nobody said "no" (yet.... gd?), so commit it: | Volker Lendecke | 1 | -125/+42 |
2007-10-10 | r18312: Change gencache_get slightly: Delete expired keys, and only strdup th... | Volker Lendecke | 1 | -1/+10 |
2007-10-10 | r18311: Simplify gencache_get by using strtol instead of sscanf | Volker Lendecke | 1 | -50/+28 |
2007-10-10 | r18310: Add a little test for some gencache routines | Volker Lendecke | 1 | -67/+7 |
2007-10-10 | r18271: Big change: | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r18191: Fix the online/offline state handling of winbindd. | Jeremy Allison | 1 | -17/+14 |
2007-10-10 | r18188: merge 3.0-libndr branch | Jelmer Vernooij | 1 | -848/+838 |
2007-10-10 | r18182: only grant privs to Administrators if privileges are enabled to avoid... | Gerald Carter | 1 | -2/+5 |
2007-10-10 | r18099: merge from samba4 to make tcc happy as the same struct name was used ... | Stefan Metzmacher | 1 | -11/+7 |
2007-10-10 | r18066: It's a bit pointless to send ourselves a signal just to check if we e... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r18049: Backport SAMBA_4_0 snprintf changes | Simo Sorce | 1 | -12/+43 |
2007-10-10 | r18048: More nested structures | Volker Lendecke | 1 | -6/+9 |
2007-10-10 | r18029: More C++ stuff | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18027: Fix some 64-bit warnings | Volker Lendecke | 2 | -10/+19 |
2007-10-10 | r18016: OpenBSD apparently does not have ENOTSUP | Volker Lendecke | 1 | -0/+20 |
2007-10-10 | r18009: Fixes bug 4026. | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r17959: sync with samba4 | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r17951: sync talloctort.c with samba4 | Stefan Metzmacher | 1 | -32/+246 |
2007-10-10 | r17949: change the comment, talloc_enable_null_tracking() should | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r17928: Implement the basic store for CLDAP sitename | Jeremy Allison | 1 | -2/+0 |
2007-10-10 | r17924: Get rid of warnings now that talloc is merged. | Volker Lendecke | 2 | -7/+4 |
2007-10-10 | r17923: turn on null_tracking with the first talloc_init() call, | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r17922: sync samba3's talloc with samba4's and move the samba3 specific stuff... | Stefan Metzmacher | 3 | -201/+206 |
2007-10-10 | r17906: Port the snprintf bugfix from 4. I wonder why we never hit this.... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r17869: More sensible fix for Stanford Checker null deref. | Jeremy Allison | 1 | -4/+2 |
2007-10-10 | r17866: Fix possible null deref - found by Stanford checker. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17865: Fix what the Stanford checker reported as a possible | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17862: Fix possible NULL deref (like rev 17861) found by the | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17834: Another bug found by Volker's tests in the build farm ! | Jeremy Allison | 1 | -7/+1 |
2007-10-10 | r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin... | Volker Lendecke | 1 | -0/+6 |
2007-10-10 | r17818: Fixup uint64 time calc. NT time is a 64 bit number, | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r17812: Fix bad unsigned comparisons with TIME_T_MIN/TIME_T_MAX. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r17809: Add in 64-bit integer time calculations (taken from | Jeremy Allison | 1 | -41/+160 |
2007-10-10 | r17804: Fix a enum/int mixup found by the IRIX compiler. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17800: Start using struct timespec internally for file times | Jeremy Allison | 2 | -27/+148 |
2007-10-10 | r17767: Argggg. Broke the build. Need to fix callers of put_long_date() | Jeremy Allison | 1 | -68/+29 |
2007-10-10 | r17766: Getting ready to properly expose 100ns times on | Jeremy Allison | 1 | -29/+68 |
2007-10-10 | r17667: Merge snprintf fixes from tridge (Samba4). | Jeremy Allison | 1 | -16/+41 |
2007-10-10 | r17630: Looks like getpeerid() is a system function on | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17610: Added the ability for firefox to drive the winbindd | Jeremy Allison | 1 | -0/+25 |
2007-10-10 | r17592: Remove some unused functions pointed out by John E. Malmberg, make | Volker Lendecke | 1 | -235/+0 |
2007-10-10 | r17584: Some C++ Warnings | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r17569: Make 'max smbd processes' more robust. Counting on the child to decre... | Volker Lendecke | 2 | -8/+0 |
2007-10-10 | r17554: Cleanup | Volker Lendecke | 2 | -628/+0 |
2007-10-10 | r17550: Fix a few bugs in the tdb_multikey code. Thanks to tridge for pointin... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17477: Add talloc_asprintf_len and make use of it. | Volker Lendecke | 2 | -6/+49 |