index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r23847: As Dr. Volker says, "A pstring a day....".
Jeremy Allison
2007-07-12
1
-7
/
+9
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-07-10
1
-2
/
+1
*
r23780: Find and fix more GPL2 -> GPL3.
Jeremy Allison
2007-07-09
1
-1
/
+1
*
r23594: Fix parsing of local pids if cluster support is compiled in but no
Volker Lendecke
2007-06-24
1
-0
/
+4
*
r23511: Merge branches/SAMBA_3_0@23510
James Peach
2007-06-15
1
-10
/
+14
*
r23410: Merge the core of the cluster code.
Volker Lendecke
2007-06-10
1
-11
/
+70
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-05-21
1
-1
/
+0
*
r22909: Change prototype of dump_data(), so that it takes unsigned char *
Michael Adam
2007-05-15
1
-3
/
+3
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-05-07
1
-16
/
+14
*
r22564: Move the _strict -> _zeronull functions into lib/util.c
Jeremy Allison
2007-04-29
1
-0
/
+99
*
r22555: Ensure our paranoid malloc functions return NULL on
Jeremy Allison
2007-04-28
1
-0
/
+12
*
r22050: Fix a couple of off-by-one errors in the rap
Jeremy Allison
2007-04-03
1
-4
/
+14
*
r22045: As Volker noticed, skip_string's last argument is
Jeremy Allison
2007-04-02
1
-1
/
+1
*
r22042: Try and clean up my own mess using the API Volker
Jeremy Allison
2007-04-02
1
-6
/
+56
*
r22019: Jeremy, this hopefully fixes the build farm currently. But I think we...
Volker Lendecke
2007-04-01
1
-2
/
+2
*
r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,
Jeremy Allison
2007-03-30
1
-0
/
+23
*
r21854: Add gfree_interfaces() to gfree_all().
Günther Deschner
2007-03-16
1
-0
/
+1
*
r21800: Check-in the DFS rewrite. I am still testing this but it
Jeremy Allison
2007-03-12
1
-0
/
+3
*
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
2007-03-08
1
-1
/
+14
*
r21725: Fix for memalign used without test guards. Was
Jeremy Allison
2007-03-06
1
-15
/
+0
*
r21560: Convert name_to_fqdn to BOOL.
Günther Deschner
2007-02-27
1
-3
/
+6
*
r21525: Go ahead and checkin the mlock() & memalign() fixes so
Gerald Carter
2007-02-24
1
-0
/
+28
*
r21322: No feedback means consent :-)
Volker Lendecke
2007-02-13
1
-0
/
+13
*
r21262: Final part of BUG 4093: fix %a with Windows XP 64bit
Gerald Carter
2007-02-09
1
-1
/
+4
*
r21250: Partial fix for BUG 4093: Make %a expand to "Vista"
Gerald Carter
2007-02-08
1
-0
/
+3
*
r20413: Merge Volker's open directory changes to 3.0.24.
Jeremy Allison
2006-12-30
1
-0
/
+31
*
r20112: Forgot to merge to 3.0.24 - *BSD compile fix.
Jeremy Allison
2006-12-11
1
-0
/
+17
*
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
2006-12-09
1
-24
/
+12
*
r19810: more merge work....does not compile currently. Working on smbd merge
Gerald Carter
2006-11-21
1
-1
/
+3
*
r19806: merge time.c changes
Gerald Carter
2006-11-20
1
-1
/
+1
*
r19801: grabbing minor changes (some missing pieces from jmcd's SAMR work as ...
Gerald Carter
2006-11-20
1
-3
/
+0
*
r19784: smbd compiles (still a few warning which are actual bugs)
Gerald Carter
2006-11-19
1
-3
/
+7
*
r19081: Merge from vl: Fix a potential NULL dereference
Jeremy Allison
2006-10-04
1
-0
/
+7
*
r18707: Fix the build when you have libnscd installed (which apparently no host
Günther Deschner
2006-09-20
1
-21
/
+0
*
r18703: Fix the annoying effect that happens when nscd is running:
Günther Deschner
2006-09-20
1
-0
/
+21
*
r18534: Fix grammar
Simo Sorce
2006-09-14
1
-1
/
+1
*
r18532: back port name_to_fqdn enhancements
Simo Sorce
2006-09-14
1
-3
/
+29
*
r16418: Pull in more Klocwork fixes (up to r16415)
Gerald Carter
2006-06-20
1
-3
/
+0
*
r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)
Gerald Carter
2006-05-23
1
-2
/
+26
*
r15047: Add support for using libunwind to generate a backtrace. This is
James Peach
2006-04-12
1
-25
/
+88
*
r15030: On a performace hunt... Remove as many extraneous
Jeremy Allison
2006-04-11
1
-1
/
+2
*
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2006-04-10
1
-20
/
+41
*
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
2006-04-08
1
-0
/
+25
*
r14898: This change is an attempt to improve the quality of the information that
James Peach
2006-04-04
1
-35
/
+30
*
r14751: Use the noreturn attribute to try and tell coverity that
Jeremy Allison
2006-03-28
1
-9
/
+12
*
r14746: Add the Samba4 replacements for opendir/readdir etc. to
Jeremy Allison
2006-03-27
1
-1
/
+1
*
r14703: Clarify the return codes for the POSIX locking case. This
Jeremy Allison
2006-03-25
1
-1
/
+1
*
r14618: add --no-process-group to all server programms
Stefan Metzmacher
2006-03-21
1
-3
/
+3
*
r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistent
Jeremy Allison
2006-03-07
1
-3
/
+3
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2006-03-07
1
-28
/
+71
[next]