summaryrefslogtreecommitdiffstats
path: root/source/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-0/+83
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-201-16/+18
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-36/+125
* r19499: sync up changes for 3.0.23dGerald Carter2006-10-261-0/+7
* r19018: staging for a 3.0.23d on Tuesday (I think we have sufficient changes ...Gerald Carter2006-10-011-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
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-201-2/+2
* r13316: Let the carnage begin....Gerald Carter2006-02-031-4/+4
* r12279: unix_mask_match has been broken for *ever*... (How).Jeremy Allison2005-12-161-1/+2
* r11446: Remove unused fn. Remove unneeded strncpy use.Jeremy Allison2005-11-011-7/+2
* r11159: Added some const to fix warnings.Jeremy Allison2005-10-181-2/+2
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-181-7/+7
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-3/+67
* r9536: Fix one more DIR -> SMB_STRUCT_DIR typo.Jeremy Allison2005-08-231-1/+1
* r9325: Remember to ignore FILE_SHARE_DELETE when mapping to old shareJeremy Allison2005-08-161-2/+1
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2005-07-081-0/+22
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-3/+3
* r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison2005-06-221-0/+6
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2005-06-081-0/+23
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2005-05-231-38/+0
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2005-05-181-0/+40
* r6550: Move function make_dir_struct from util to dir.cJeremy Allison2005-05-011-34/+0
* r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunkHerb Lewis2005-04-271-0/+6
* r6495: Bugfix for #2596 by James Peach @ SGI. Fix become_root link issues and...Jeremy Allison2005-04-261-1/+1
* r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2005-04-231-10/+17
* r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke2005-04-151-0/+50
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-061-4/+5
* r6106: Fix bug #2551. It turns out that the incoming flags2 flag FLAGS2_LONG_...Jeremy Allison2005-03-291-3/+3
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2005-03-271-3/+7
* r6049: Ensure "dos filetime" checks file ACLs correctly. May fix Excel "read-...Jeremy Allison2005-03-241-18/+0
* r6044: Ensure the old search calls always ask mask_match to translateJeremy Allison2005-03-241-1/+17
* r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.Jeremy Allison2005-03-241-1/+3
* r6014: rather large change set....Gerald Carter2005-03-231-0/+4
* r5100: We should only care about case-sensitivity when *reading* an incomingJeremy Allison2005-01-301-2/+2
* r5066: A couple of small fixes from James Peach @ SGI.Jeremy Allison2005-01-281-0/+5
* r4581: From Derrell.Lipman@UnwiredUniverse.com. Use nanosleep instead of selectJeremy Allison2005-01-061-1/+14
* r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's be...Jeremy Allison2004-12-091-9/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2004-12-071-27/+132