summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5100: We should only care about case-sensitivity when *reading* an incomingJeremy Allison1-2/+2
2007-10-10r5066: A couple of small fixes from James Peach @ SGI.Jeremy Allison1-0/+5
2007-10-10r4581: From Derrell.Lipman@UnwiredUniverse.com. Use nanosleep instead of selectJeremy Allison1-1/+14
2007-10-10r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's be...Jeremy Allison1-9/+3
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-27/+132
2007-10-10r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison1-1/+1
2007-10-10r3650: Allow to call spoolss-server as "localhost".Günther Deschner1-1/+6
2007-10-10r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway...Andrew Bartlett1-0/+22
2007-10-10r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It isAndrew Tridgell1-1/+1
2007-10-10r2813: Fix the build.Rafal Szczesniak1-1/+1
2007-10-10r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter1-7/+45
2007-10-10r2133: Several fixes:Gerald Carter1-6/+2
2007-10-10r1890: Cut down on debug messages from is_in_path. paulgPaul Green1-3/+2
2007-10-10r1215: Intermediate checkin of the new keytab code. I need to make sure IJeremy Allison1-0/+15
2007-10-10r1156: Ensure new remote arch of CIFSFS is seen.Jeremy Allison1-0/+3
2007-10-10r647: fix for setting the called name to by our IP if the called name was *SM...Gerald Carter1-18/+0
2007-10-10r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison1-0/+3
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison1-15/+2
2004-03-21Given how often a panic has to do with malloc() problems, don't temptAndrew Bartlett1-1/+1
2004-03-18Merge from HEAD for Amanda group.Jeremy Allison1-0/+14
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison1-2/+2
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough1-1/+1
2004-02-12merge from old APP_HEADGerald Carter1-1/+13
2004-02-11Added James Peach's fix for #1038.Jeremy Allison1-0/+40
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison1-46/+28
2003-12-05fix %a variable for Windows 2003 -> Win2K3Gerald Carter1-10/+14
2003-11-18Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison1-1/+1
2003-11-06Undo accidentally committed stuff.Tim Potter1-111/+0
2003-11-06Ignore tallocdump binary.Tim Potter1-0/+111
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-1/+2
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-65/+3
2003-08-15get rid of compiler warningsHerb Lewis1-1/+1
2003-08-12Fix for bugid #205 - work by Andrew Bartlet (modified to useJeremy Allison1-10/+1
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-0/+11
2003-07-10Add constVolker Lendecke1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-9/+9
2003-06-25large change:Gerald Carter1-0/+1
2003-06-17Const fixes by metzeVolker Lendecke1-2/+2
2003-05-27Fixed unused variable warning.Tim Potter1-1/+2
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-0/+13
2003-04-22Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn'tAndrew Bartlett1-6/+21
2003-04-21Merge whitespace and const from HEADAndrew Bartlett1-9/+9
2003-04-16Only declare backtrace variables when using themJelmer Vernooij1-0/+2
2003-04-14Backport my backtrace patch from HEADJelmer Vernooij1-0/+21
2003-04-14Merge removal of some unused functions. Commit mistakenly included withTim Potter1-44/+0
2003-03-22(merge from HEAD)Andrew Bartlett1-1/+3
2003-03-18Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison1-1/+15