summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-848/+838
2007-10-10r18182: only grant privs to Administrators if privileges are enabled to avoid...Gerald Carter1-2/+5
2007-10-10r18099: merge from samba4 to make tcc happy as the same struct name was used ...Stefan Metzmacher1-11/+7
2007-10-10r18066: It's a bit pointless to send ourselves a signal just to check if we e...Volker Lendecke1-0/+4
2007-10-10r18049: Backport SAMBA_4_0 snprintf changesSimo Sorce1-12/+43
2007-10-10r18048: More nested structuresVolker Lendecke1-6/+9
2007-10-10r18029: More C++ stuffVolker Lendecke1-1/+1
2007-10-10r18027: Fix some 64-bit warningsVolker Lendecke2-10/+19
2007-10-10r18016: OpenBSD apparently does not have ENOTSUPVolker Lendecke1-0/+20
2007-10-10r18009: Fixes bug 4026.Derrell Lipman1-1/+1
2007-10-10r17959: sync with samba4Stefan Metzmacher1-0/+2
2007-10-10r17951: sync talloctort.c with samba4Stefan Metzmacher1-32/+246
2007-10-10r17949: change the comment, talloc_enable_null_tracking() shouldStefan Metzmacher1-1/+5
2007-10-10r17928: Implement the basic store for CLDAP sitenameJeremy Allison1-2/+0
2007-10-10r17924: Get rid of warnings now that talloc is merged.Volker Lendecke2-7/+4
2007-10-10r17923: turn on null_tracking with the first talloc_init() call,Stefan Metzmacher1-0/+3
2007-10-10r17922: sync samba3's talloc with samba4's and move the samba3 specific stuff...Stefan Metzmacher3-201/+206
2007-10-10r17906: Port the snprintf bugfix from 4. I wonder why we never hit this....Volker Lendecke1-2/+2
2007-10-10r17869: More sensible fix for Stanford Checker null deref.Jeremy Allison1-4/+2
2007-10-10r17866: Fix possible null deref - found by Stanford checker.Jeremy Allison1-1/+1
2007-10-10r17865: Fix what the Stanford checker reported as a possibleJeremy Allison1-1/+3
2007-10-10r17862: Fix possible NULL deref (like rev 17861) found by theJeremy Allison1-1/+3
2007-10-10r17834: Another bug found by Volker's tests in the build farm !Jeremy Allison1-7/+1
2007-10-10r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin...Volker Lendecke1-0/+6
2007-10-10r17818: Fixup uint64 time calc. NT time is a 64 bit number,Jeremy Allison1-3/+3
2007-10-10r17812: Fix bad unsigned comparisons with TIME_T_MIN/TIME_T_MAX.Jeremy Allison1-3/+3
2007-10-10r17809: Add in 64-bit integer time calculations (taken fromJeremy Allison1-41/+160
2007-10-10r17804: Fix a enum/int mixup found by the IRIX compiler.Volker Lendecke1-1/+1
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison2-27/+148
2007-10-10r17767: Argggg. Broke the build. Need to fix callers of put_long_date()Jeremy Allison1-68/+29
2007-10-10r17766: Getting ready to properly expose 100ns times onJeremy Allison1-29/+68
2007-10-10r17667: Merge snprintf fixes from tridge (Samba4).Jeremy Allison1-16/+41
2007-10-10r17630: Looks like getpeerid() is a system function onJeremy Allison1-1/+1
2007-10-10r17610: Added the ability for firefox to drive the winbinddJeremy Allison1-0/+25
2007-10-10r17592: Remove some unused functions pointed out by John E. Malmberg, makeVolker Lendecke1-235/+0
2007-10-10r17584: Some C++ WarningsVolker Lendecke1-3/+3
2007-10-10r17569: Make 'max smbd processes' more robust. Counting on the child to decre...Volker Lendecke2-8/+0
2007-10-10r17554: CleanupVolker Lendecke2-628/+0
2007-10-10r17550: Fix a few bugs in the tdb_multikey code. Thanks to tridge for pointin...Volker Lendecke1-1/+1
2007-10-10r17477: Add talloc_asprintf_len and make use of it.Volker Lendecke2-6/+49
2007-10-10r17457: Add a test to do some operations on group mapping.Volker Lendecke1-2/+57
2007-10-10r17425: Add the multi-key wrapper. If it's necessary to add general blobs as ...Volker Lendecke1-0/+530
2007-10-10r17408: Let us use netgroups even without a NIS domain but just using filesSimo Sorce1-3/+2
2007-10-10r17334: Some C++ warningsVolker Lendecke11-22/+24
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke6-22/+25
2007-10-10r17315: Make talloc and tdb C++-warning-free. Would this also be interesting ...Volker Lendecke1-13/+17
2007-10-10r17294: Make the code a little cleaner. Instead of using the twoJeremy Allison2-10/+33
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison3-8/+32
2007-10-10r17231: Some patch cosmeticsVolker Lendecke2-2/+2
2007-10-10r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough1-2768/+153