summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-17Merge from HEAD:Andrew Bartlett1-1/+1
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter1-0/+16
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter1-0/+3
2003-02-27additional fix for CR 601Gerald Carter1-0/+3
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett1-12/+23
2003-02-14merge from HEAD - enable dynamic RPC modulesJim McDonough1-0/+12
2003-01-24Memory leak fix from Leo Qiu <leoxqiu@yahoo.com>.Jeremy Allison1-1/+4
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+6
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-4/+4
2003-01-03Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett1-1/+1
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-0/+2
2002-12-06Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison1-0/+6
2002-12-03fns for retrieving dns host name and domain name (get rid of lp_realm hacks).Jim McDonough1-0/+56
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-600/+783
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-45/+61
2002-08-17sync 3.0 branch with headJelmer Vernooij1-16/+22
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-186/+132
2002-04-04Also look for libinsure.so where the full version installs it.Tim Potter1-0/+5
2002-03-27In msleep - never sleep for more than 1 second. Cope with time changes.Jeremy Allison1-16/+27
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool1-0/+3
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1