summaryrefslogtreecommitdiffstats
path: root/source/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* r23847: As Dr. Volker says, "A pstring a day....".Jeremy Allison2007-07-121-7/+9
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
* r23594: Fix parsing of local pids if cluster support is compiled in but noVolker Lendecke2007-06-241-0/+4
* r23511: Merge branches/SAMBA_3_0@23510James Peach2007-06-151-10/+14
* r23410: Merge the core of the cluster code.Volker Lendecke2007-06-101-11/+70
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-05-211-1/+0
* r22909: Change prototype of dump_data(), so that it takes unsigned char *Michael Adam2007-05-151-3/+3
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-05-071-16/+14
* r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison2007-04-291-0/+99
* r22555: Ensure our paranoid malloc functions return NULL onJeremy Allison2007-04-281-0/+12
* r22050: Fix a couple of off-by-one errors in the rapJeremy Allison2007-04-031-4/+14
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-04-021-1/+1
* r22042: Try and clean up my own mess using the API VolkerJeremy Allison2007-04-021-6/+56
* r22019: Jeremy, this hopefully fixes the build farm currently. But I think we...Volker Lendecke2007-04-011-2/+2
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-03-301-0/+23
* r21854: Add gfree_interfaces() to gfree_all().Günther Deschner2007-03-161-0/+1
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-03-121-0/+3
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-03-081-1/+14
* r21725: Fix for memalign used without test guards. WasJeremy Allison2007-03-061-15/+0
* r21560: Convert name_to_fqdn to BOOL.Günther Deschner2007-02-271-3/+6
* r21525: Go ahead and checkin the mlock() & memalign() fixes so Gerald Carter2007-02-241-0/+28
* r21322: No feedback means consent :-)Volker Lendecke2007-02-131-0/+13
* r21262: Final part of BUG 4093: fix %a with Windows XP 64bitGerald Carter2007-02-091-1/+4
* r21250: Partial fix for BUG 4093: Make %a expand to "Vista"Gerald Carter2007-02-081-0/+3
* r20413: Merge Volker's open directory changes to 3.0.24.Jeremy Allison2006-12-301-0/+31
* r20112: Forgot to merge to 3.0.24 - *BSD compile fix.Jeremy Allison2006-12-111-0/+17
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2006-12-091-24/+12
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-1/+3
* r19806: merge time.c changesGerald Carter2006-11-201-1/+1
* r19801: grabbing minor changes (some missing pieces from jmcd's SAMR work as ...Gerald Carter2006-11-201-3/+0
* r19784: smbd compiles (still a few warning which are actual bugs)Gerald Carter2006-11-191-3/+7
* r19081: Merge from vl: Fix a potential NULL dereferenceJeremy Allison2006-10-041-0/+7
* r18707: Fix the build when you have libnscd installed (which apparently no hostGünther Deschner2006-09-201-21/+0
* r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner2006-09-201-0/+21
* r18534: Fix grammarSimo Sorce2006-09-141-1/+1
* r18532: back port name_to_fqdn enhancementsSimo Sorce2006-09-141-3/+29
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-3/+0
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-2/+26
* r15047: Add support for using libunwind to generate a backtrace. This isJames Peach2006-04-121-25/+88
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2006-04-111-1/+2
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-101-20/+41
* r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter2006-04-081-0/+25
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2006-04-041-35/+30
* r14751: Use the noreturn attribute to try and tell coverity thatJeremy Allison2006-03-281-9/+12
* r14746: Add the Samba4 replacements for opendir/readdir etc. toJeremy Allison2006-03-271-1/+1
* r14703: Clarify the return codes for the POSIX locking case. ThisJeremy Allison2006-03-251-1/+1
* r14618: add --no-process-group to all server programmsStefan Metzmacher2006-03-211-3/+3
* r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistentJeremy Allison2006-03-071-3/+3
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2006-03-071-28/+71