index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5100: We should only care about case-sensitivity when *reading* an incoming
Jeremy Allison
1
-2
/
+2
2007-10-10
r5066: A couple of small fixes from James Peach @ SGI.
Jeremy Allison
1
-0
/
+5
2007-10-10
r4581: From Derrell.Lipman@UnwiredUniverse.com. Use nanosleep instead of select
Jeremy Allison
1
-1
/
+14
2007-10-10
r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's be...
Jeremy Allison
1
-9
/
+3
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-27
/
+132
2007-10-10
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3650: Allow to call spoolss-server as "localhost".
Günther Deschner
1
-1
/
+6
2007-10-10
r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway...
Andrew Bartlett
1
-0
/
+22
2007-10-10
r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It is
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2813: Fix the build.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...
Gerald Carter
1
-7
/
+45
2007-10-10
r2133: Several fixes:
Gerald Carter
1
-6
/
+2
2007-10-10
r1890: Cut down on debug messages from is_in_path. paulg
Paul Green
1
-3
/
+2
2007-10-10
r1215: Intermediate checkin of the new keytab code. I need to make sure I
Jeremy Allison
1
-0
/
+15
2007-10-10
r1156: Ensure new remote arch of CIFSFS is seen.
Jeremy Allison
1
-0
/
+3
2007-10-10
r647: fix for setting the called name to by our IP if the called name was *SM...
Gerald Carter
1
-18
/
+0
2007-10-10
r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy Allison
1
-0
/
+3
2007-10-10
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
1
-15
/
+2
2004-03-21
Given how often a panic has to do with malloc() problems, don't tempt
Andrew Bartlett
1
-1
/
+1
2004-03-18
Merge from HEAD for Amanda group.
Jeremy Allison
1
-0
/
+14
2004-03-09
Added strstr_m() function. Use in all places where we might run into mb
Jeremy Allison
1
-2
/
+2
2004-02-23
Janitor for tpot...bugzilla #1098, msleep already exists on aix
Jim McDonough
1
-1
/
+1
2004-02-12
merge from old APP_HEAD
Gerald Carter
1
-1
/
+13
2004-02-11
Added James Peach's fix for #1038.
Jeremy Allison
1
-0
/
+40
2004-01-30
Fix up name canonicalization (needed for krb5 keytab support later).
Jeremy Allison
1
-46
/
+28
2003-12-05
fix %a variable for Windows 2003 -> Win2K3
Gerald Carter
1
-10
/
+14
2003-11-18
Remove unneeded second open for filename ending in '.' now we know it's
Jeremy Allison
1
-1
/
+1
2003-11-06
Undo accidentally committed stuff.
Tim Potter
1
-111
/
+0
2003-11-06
Ignore tallocdump binary.
Tim Potter
1
-0
/
+111
2003-11-03
Fix more 64-bit printf warnings.
Tim Potter
1
-1
/
+2
2003-09-05
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
1
-65
/
+3
2003-08-15
get rid of compiler warnings
Herb Lewis
1
-1
/
+1
2003-08-12
Fix for bugid #205 - work by Andrew Bartlet (modified to use
Jeremy Allison
1
-10
/
+1
2003-08-01
Update my copyrights according to my agreement with IBM
Jim McDonough
1
-1
/
+1
2003-08-01
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
1
-1
/
+1
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
1
-1
/
+1
2003-07-14
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
1
-0
/
+11
2003-07-10
Add const
Volker Lendecke
1
-1
/
+1
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-9
/
+9
2003-06-25
large change:
Gerald Carter
1
-0
/
+1
2003-06-17
Const fixes by metze
Volker Lendecke
1
-2
/
+2
2003-05-27
Fixed unused variable warning.
Tim Potter
1
-1
/
+2
2003-05-12
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
1
-0
/
+13
2003-04-22
Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn't
Andrew Bartlett
1
-6
/
+21
2003-04-21
Merge whitespace and const from HEAD
Andrew Bartlett
1
-9
/
+9
2003-04-16
Only declare backtrace variables when using them
Jelmer Vernooij
1
-0
/
+2
2003-04-14
Backport my backtrace patch from HEAD
Jelmer Vernooij
1
-0
/
+21
2003-04-14
Merge removal of some unused functions. Commit mistakenly included with
Tim Potter
1
-44
/
+0
2003-03-22
(merge from HEAD)
Andrew Bartlett
1
-1
/
+3
2003-03-18
Merge in the developer string options from HEAD. We need to ensure 3.0
Jeremy Allison
1
-1
/
+15
[next]