r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
[kai/samba.git] / source3 / lib / util.c
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23594: Fix parsing of local pids if cluster support...
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Volker Lendecker23410: Merge the core of the cluster code.
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Jeremy Allisonr22564: Move the _strict -> _zeronull functions into...
2007-10-10 Jeremy Allisonr22555: Ensure our paranoid malloc functions return...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22389: Start preparing for multiple encryption context...
2007-10-10 Jeremy Allisonr22050: Fix a couple of off-by-one errors in the rap
2007-10-10 Jeremy Allisonr22045: As Volker noticed, skip_string's last argument is
2007-10-10 Jeremy Allisonr22042: Try and clean up my own mess using the API...
2007-10-10 Volker Lendecker22019: Jeremy, this hopefully fixes the build farm...
2007-10-10 Jeremy Allisonr22014: Make us pass RANDOMIPC test again :-(. This...
2007-10-10 Jeremy Allisonr22011: As Metze suggested, use 0xFF 'E' <enc ctx>...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Jeremy Allisonr21991: I hate Steve French :-). Add support for encryption
2007-10-10 Günther Deschnerr21854: Add gfree_interfaces() to gfree_all().
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
2007-10-10 Jeremy Allisonr21768: Fix the client dfs code such that smbclient can
2007-10-10 Jeremy Allisonr21725: Fix for memalign used without test guards. Was
2007-10-10 Günther Deschnerr21560: Convert name_to_fqdn to BOOL.
2007-10-10 Gerald Carterr21525: Go ahead and checkin the mlock() & memalign...
2007-10-10 Gerald Carterr21262: Final part of BUG 4093: fix %a with Windows...
2007-10-10 Gerald Carterr21250: Partial fix for BUG 4093: Make %a expand to...
2007-10-10 Volker Lendecker21084: Make the Samba4 files compile in Samba3, not...
2007-10-10 Volker Lendecker20394: This is a *VERY* early start of my work on...
2007-10-10 Jeremy Allisonr20110: Fix interaction between paranoid malloc checker
2007-10-10 Jeremy Allisonr20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 Volker Lendecker19080: Fix a potential NULL dereference
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 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 Volker Lendecker18066: It's a bit pointless to send ourselves a signal...
2007-10-10 Stefan Metzmacherr17922: sync samba3's talloc with samba4's and move...
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Volker Lendecker17569: Make 'max smbd processes' more robust. Counting...
2007-10-10 Volker Lendecker17231: Some patch cosmetics
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 Allisonr16386: Klockwork #lots. Ensure talloc_get_type_abort...
2007-10-10 James Peachr15509: Preserve errno in fcntl lock wrappers.
2007-10-10 James Peachr15508: Use clock_gettime for profiling timstamps if...
2007-10-10 James Peachr15446: Tidy up the formatting of locking debug message...
2007-10-10 James Peachr15047: Add support for using libunwind to generate...
2007-10-10 Jeremy Allisonr15030: On a performace hunt... Remove as many extraneous
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Gerald Carterr15003: patch based on code from Arkady Glabek <aglabek...
2007-10-10 James Peachr14898: This change is an attempt to improve the qualit...
2007-10-10 Jeremy Allisonr14751: Use the noreturn attribute to try and tell...
2007-10-10 Jeremy Allisonr14746: Add the Samba4 replacements for opendir/readdir...
2007-10-10 Jeremy Allisonr14703: Clarify the return codes for the POSIX locking...
2007-10-10 Stefan Metzmacherr14618: add --no-process-group to all server programms
2007-10-10 Jeremy Allisonr13975: Re-fix Coverity #156 - I had left the hidden...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr12279: unix_mask_match has been broken for *ever*...
2007-10-10 Jeremy Allisonr11446: Remove unused fn. Remove unneeded strncpy use.
2007-10-10 Jeremy Allisonr11159: Added some const to fix warnings.
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr9536: Fix one more DIR -> SMB_STRUCT_DIR typo.
2007-10-10 Jeremy Allisonr9325: Remember to ignore FILE_SHARE_DELETE when mappin...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Jeremy Allisonr7842: With the patch I sent Steve yesterday this gives...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Gerald Carterr6942: * merging the registry changes back to the 3...
2007-10-10 Jeremy Allisonr6890: Refactor printing interface to take offset into...
2007-10-10 Jeremy Allisonr6550: Move function make_dir_struct from util to dir.c
2007-10-10 Herb Lewisr6502: add LOCKING debug class - pull PRINTINGDB class...
2007-10-10 Jeremy Allisonr6495: Bugfix for #2596 by James Peach @ SGI. Fix becom...
2007-10-10 Volker Lendecker6445: Make us survive the PARANOID_MALLOC_CHECKER...
2007-10-10 Volker Lendecker6351: This is quite a large and intrusive patch, but...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6106: Fix bug #2551. It turns out that the incoming...
2007-10-10 Volker Lendecker6080: Port some of the non-critical changes from HEAD...
2007-10-10 Jeremy Allisonr6049: Ensure "dos filetime" checks file ACLs correctly...
2007-10-10 Jeremy Allisonr6044: Ensure the old search calls always ask mask_matc...
2007-10-10 Jeremy Allisonr6022: Fix for bug #2533. Incorrect dir listings from...
2007-10-10 Gerald Carterr6014: rather large change set....
2007-10-10 Jeremy Allisonr5100: We should only care about case-sensitivity when...
2007-10-10 Jeremy Allisonr5066: A couple of small fixes from James Peach @ SGI.
2007-10-10 Jeremy Allisonr4581: From Derrell.Lipman@UnwiredUniverse.com. Use...
2007-10-10 Jeremy Allisonr4120: Never, ever, doubt valgrind :-). Fix order of...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3946: Fix for bugid #2085 reported by Jason Mader...
2007-10-10 Günther Deschnerr3650: Allow to call spoolss-server as "localhost".
2007-10-10 Andrew Bartlettr2868: Well, I'm not quite sure what I'm doing back...
2007-10-10 Andrew Tridgellr2824: restored the is_case_sensitive option to ms_fnma...
2007-10-10 Rafal Szczesniakr2813: Fix the build.
2007-10-10 Gerald Carterr2768: BUG 1519: save the hostname used in the open_pri...
2007-10-10 Gerald Carterr2133: Several fixes:
next