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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r16104: Set version to 3.0.23rc2
Gerald Carter
2006-06-08
5
-35
/
+219
*
r15841: grab talloc fixes (current up to r15838)
Gerald Carter
2006-05-23
1
-3
/
+36
*
r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)
Gerald Carter
2006-05-23
11
-28
/
+100
*
r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...
Volker Lendecke
2006-04-17
3
-3
/
+3
*
r15084: Try and squeeze more out of the non-read/write code path.
Jeremy Allison
2006-04-14
1
-6
/
+2
*
r15047: Add support for using libunwind to generate a backtrace. This is
James Peach
2006-04-12
1
-25
/
+88
*
r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS
Günther Deschner
2006-04-11
1
-0
/
+149
*
r15030: On a performace hunt... Remove as many extraneous
Jeremy Allison
2006-04-11
2
-4
/
+4
*
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2006-04-10
1
-20
/
+41
*
r15005: Fix printf args to remove warnings.
Jeremy Allison
2006-04-09
1
-3
/
+3
*
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
2006-04-08
8
-11
/
+153
*
r14898: This change is an attempt to improve the quality of the information that
James Peach
2006-04-04
2
-37
/
+125
*
r14868: I will not write code when changing to Daylight Savings Time.
Gerald Carter
2006-04-02
1
-10
/
+6
*
r14855: Various fixes:
Gerald Carter
2006-04-02
1
-2
/
+8
*
r14764: Fix possible null pointer deref. Coverity #253.
Jeremy Allison
2006-03-29
1
-2
/
+4
*
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
2
-1
/
+219
*
r14703: Clarify the return codes for the POSIX locking case. This
Jeremy Allison
2006-03-25
1
-1
/
+1
*
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
2006-03-22
3
-2
/
+35
*
r14618: add --no-process-group to all server programms
Stefan Metzmacher
2006-03-21
1
-3
/
+3
*
r14600: Refactor capability interface from being IRIX-specific to using only
James Peach
2006-03-21
2
-56
/
+70
*
r14522: sync socket_wrapper code with samba4
Stefan Metzmacher
2006-03-17
1
-64
/
+309
*
r14462: Fix warning. ber_tag_t is an unsigned int for
Jeremy Allison
2006-03-15
1
-1
/
+1
*
r14454: Janitor for tridge - same code exists in Samba3 and 4.
Jeremy Allison
2006-03-15
1
-1
/
+1
*
r14432: Give in and grant BUILT\Administrators all privileges
Gerald Carter
2006-03-15
2
-2
/
+25
*
r14397: Fix deadcode in coverity error #1.
Jeremy Allison
2006-03-14
1
-7
/
+8
*
r14393: Fix a couple of AIX warnings.
Jeremy Allison
2006-03-14
1
-1
/
+0
*
r14387: Try and fix the coverity issues (#53, #54) with negative
Jeremy Allison
2006-03-14
1
-2
/
+2
*
r14345: Fix Coverity #71. We don't currently propagate *any*
Jeremy Allison
2006-03-13
1
-10
/
+15
*
r14342: Fix coverity #68, resource leak on error path.
Jeremy Allison
2006-03-13
1
-22
/
+54
*
r14292: Janitor for tridge (samba3 talloc is almost identical
Jeremy Allison
2006-03-13
1
-3
/
+19
*
r14280: Fix Coverity #129 and 130: check before dereferencing a pointer. This
Jim McDonough
2006-03-13
1
-4
/
+4
*
r14249: We've dereferenced the_acl before, no point in checking.
Volker Lendecke
2006-03-12
1
-1
/
+1
*
r14131: Fix Coverity bug # 127
Volker Lendecke
2006-03-10
1
-1
/
+3
*
r14075: * add support for long variable names in smb.conf in the form of %(....)
Gerald Carter
2006-03-09
1
-210
/
+155
*
r14060: Only set the last rebind timestamp when we did rebind after a non-read
Günther Deschner
2006-03-09
1
-2
/
+21
*
r14020: Coverity bug CID #66. Missing free on error exit.
Jeremy Allison
2006-03-08
1
-1
/
+4
*
r14002: Quick fix for Coverity CID #12.
Jeremy Allison
2006-03-08
1
-0
/
+4
*
r13999: Quick fix for Coverity bug #11.
Jeremy Allison
2006-03-08
1
-1
/
+7
*
r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistent
Jeremy Allison
2006-03-07
2
-4
/
+5
*
r13971: Fix Coverity bugs #209 - #213 - it detected mistakes
Jeremy Allison
2006-03-07
1
-56
/
+67
*
r13948: Fix the build. Remove rpcclient.h include.
Jim McDonough
2006-03-07
1
-1
/
+0
*
r13945: Move display_sec.c to lib/ (as suggested by Volker).
Günther Deschner
2006-03-07
1
-0
/
+187
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2006-03-07
9
-94
/
+125
*
r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>
Volker Lendecke
2006-02-26
1
-3
/
+3
*
r13682: Actually give a developer a prayer of finding out where
Jeremy Allison
2006-02-24
1
-16
/
+17
*
r13622: Allow to rename machine accounts in a Samba Domain. This still uses the
Günther Deschner
2006-02-22
1
-3
/
+8
*
r13601: * Remove unused code from pdb_ldap.c
Gerald Carter
2006-02-21
1
-5
/
+4
*
r13591: I really have no idea how this code ever worked. And I have
Gerald Carter
2006-02-21
1
-19
/
+22
*
r13574: fix build; talloctort.c should not use the TALLOC_FREE() macro
Gerald Carter
2006-02-20
1
-40
/
+40
[next]