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