r18866: Jeremy and Volker have given the go-ahead on the group mapping ldb
[kai/samba-autobuild/.git] / source3 / lib /
2007-10-10 Andrew Tridgellr18866: Jeremy and Volker have given the go-ahead on...
2007-10-10 Andrew Tridgellr18864: merge lib/replace changes from samba4
2007-10-10 Stefan Metzmacherr18810: use a copy of samba4's talloc under lib/talloc/
2007-10-10 Jeremy Allisonr18793: Fix BE string handling in the auto-generated
2007-10-10 Jeremy Allisonr18787: Fix the strlen_m and strlen_m_term code by...
2007-10-10 Stefan Metzmacherr18784: hopefully fix the BOOL bug on AIX
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Stefan Metzmacherr18709: add some useful function from samba4
2007-10-10 Günther Deschnerr18707: Fix the build when you have libnscd installed...
2007-10-10 Stefan Metzmacherr18705: not all compilers like this
2007-10-10 Günther Deschnerr18703: Fix the annoying effect that happens when nscd...
2007-10-10 Stefan Metzmacherr18698: this stuff isn't needed anymore
2007-10-10 Stefan Metzmacherr18687: sync the lib/interfaces.c with lib/socket/netif...
2007-10-10 Stefan Metzmacherr18673: define the macros even if we don't define bool...
2007-10-10 Stefan Metzmacherr18672: fix the build on Tru64
2007-10-10 Stefan Metzmacherr18671: try to fix the build on solaris 10 and maybe...
2007-10-10 Stefan Metzmacherr18669: fix the samba3 build...
2007-10-10 Volker Lendecker18661: C++ warnings
2007-10-10 Jelmer Vernooijr18654: Rename "struct uuid" => "struct GUID" for consi...
2007-10-10 Stefan Metzmacherr18652: libreplace has replacements for strndup and...
2007-10-10 Stefan Metzmacherr18649: the PRINTF_ATTRIUTE() macro is provided by...
2007-10-10 Stefan Metzmacherr18646: now we can have the socket_wrapper.c completely...
2007-10-10 Stefan Metzmacherr18644: bring in libreplace in lib/replace
2007-10-10 Stefan Metzmacherr18640: move to socket_wrapper to lib/socket_wrapper/
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Volker Lendecker18597: A C++ warning
2007-10-10 Simo Sorcer18534: Fix grammar
2007-10-10 Simo Sorcer18530: typos
2007-10-10 Simo Sorcer18529: warn the user that putting the machine host...
2007-10-10 Jeremy Allisonr18473: Once we go online, trigger a "get krb5 ticket...
2007-10-10 Volker Lendecker18457: Argl :-)
2007-10-10 Volker Lendecker18449: Attempt to fix the build on non-linux platforms...
2007-10-10 Volker Lendecker18313: Nobody said "no" (yet.... gd?), so commit it:
2007-10-10 Volker Lendecker18312: Change gencache_get slightly: Delete expired...
2007-10-10 Volker Lendecker18311: Simplify gencache_get by using strtol instead...
2007-10-10 Volker Lendecker18310: Add a little test for some gencache routines
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Jeremy Allisonr18191: Fix the online/offline state handling of winbindd.
2007-10-10 Jelmer Vernooijr18188: merge 3.0-libndr branch
2007-10-10 Gerald Carterr18182: only grant privs to Administrators if privilege...
2007-10-10 Stefan Metzmacherr18099: merge from samba4 to make tcc happy as the...
2007-10-10 Volker Lendecker18066: It's a bit pointless to send ourselves a signal...
2007-10-10 Simo Sorcer18049: Backport SAMBA_4_0 snprintf changes
2007-10-10 Volker Lendecker18048: More nested structures
2007-10-10 Volker Lendecker18029: More C++ stuff
2007-10-10 Volker Lendecker18027: Fix some 64-bit warnings
2007-10-10 Volker Lendecker18016: OpenBSD apparently does not have ENOTSUP
2007-10-10 Derrell Lipmanr18009: Fixes bug 4026.
2007-10-10 Stefan Metzmacherr17959: sync with samba4
2007-10-10 Stefan Metzmacherr17951: sync talloctort.c with samba4
2007-10-10 Stefan Metzmacherr17949: change the comment, talloc_enable_null_tracking...
2007-10-10 Jeremy Allisonr17928: Implement the basic store for CLDAP sitename
2007-10-10 Volker Lendecker17924: Get rid of warnings now that talloc is merged.
2007-10-10 Stefan Metzmacherr17923: turn on null_tracking with the first talloc_ini...
2007-10-10 Stefan Metzmacherr17922: sync samba3's talloc with samba4's and move...
2007-10-10 Volker Lendecker17906: Port the snprintf bugfix from 4. I wonder why...
2007-10-10 Jeremy Allisonr17869: More sensible fix for Stanford Checker null...
2007-10-10 Jeremy Allisonr17866: Fix possible null deref - found by Stanford...
2007-10-10 Jeremy Allisonr17865: Fix what the Stanford checker reported as a...
2007-10-10 Jeremy Allisonr17862: Fix possible NULL deref (like rev 17861) found...
2007-10-10 Jeremy Allisonr17834: Another bug found by Volker's tests in the...
2007-10-10 Volker Lendecker17831: Attempt to fix the build farm: 0x7fffffffffffff...
2007-10-10 Jeremy Allisonr17818: Fixup uint64 time calc. NT time is a 64 bit...
2007-10-10 Jeremy Allisonr17812: Fix bad unsigned comparisons with TIME_T_MIN...
2007-10-10 Jeremy Allisonr17809: Add in 64-bit integer time calculations (taken...
2007-10-10 Volker Lendecker17804: Fix a enum/int mixup found by the IRIX compiler.
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Jeremy Allisonr17767: Argggg. Broke the build. Need to fix callers...
2007-10-10 Jeremy Allisonr17766: Getting ready to properly expose 100ns times on
2007-10-10 Jeremy Allisonr17667: Merge snprintf fixes from tridge (Samba4).
2007-10-10 Jeremy Allisonr17630: Looks like getpeerid() is a system function on
2007-10-10 Jeremy Allisonr17610: Added the ability for firefox to drive the...
2007-10-10 Volker Lendecker17592: Remove some unused functions pointed out by...
2007-10-10 Volker Lendecker17584: Some C++ Warnings
2007-10-10 Volker Lendecker17569: Make 'max smbd processes' more robust. Counting...
2007-10-10 Volker Lendecker17554: Cleanup
2007-10-10 Volker Lendecker17550: Fix a few bugs in the tdb_multikey code. Thanks...
2007-10-10 Volker Lendecker17477: Add talloc_asprintf_len and make use of it.
2007-10-10 Volker Lendecker17457: Add a test to do some operations on group mapping.
2007-10-10 Volker Lendecker17425: Add the multi-key wrapper. If it's necessary...
2007-10-10 Simo Sorcer17408: Let us use netgroups even without a NIS domain...
2007-10-10 Volker Lendecker17334: Some C++ warnings
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Volker Lendecker17315: Make talloc and tdb C++-warning-free. Would...
2007-10-10 Jeremy Allisonr17294: Make the code a little cleaner. Instead of...
2007-10-10 Jeremy Allisonr17293: After the results from the cluster tests in...
2007-10-10 Volker Lendecker17231: Some patch cosmetics
2007-10-10 Jim McDonoughr17179: Merge the vl-posixacls tmp branch into mainline. It
2007-10-10 Jeremy Allisonr17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
2007-10-10 Volker Lendecker17097: Move share_access_check from rpc_server/srv_srv...
2007-10-10 Volker Lendecker17039: Eliminate snum from enumshares and getshareinfo...
2007-10-10 Volker Lendecker17032: I thought I had already merged this from trunk:
2007-10-10 Jeremy Allisonr17025: Remove one blank line - test checking in to two
2007-10-10 Gerald Carterr16997: Simo's patch (based on repotr from Seth Elsswor...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16687: Fix bugs #3901, #3902, #3903 reported by jason...
2007-10-10 Jeremy Allisonr16595: Klocwork #2067. Fix possible memleak on error...
2007-10-10 Jeremy Allisonr16582: Fix Klocwork #1997 and all generic class of...
2007-10-10 Jeremy Allisonr16554: Sorry, just had to change this. Don't use int...
2007-10-10 Derrell Lipmanr16552: Fix bug 3849.
next