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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r16320: Ensure variable is not null before calling fclose.
Jeremy Allison
1
-1
/
+1
2007-10-10
r16290: Fix Coverity bugs 298 and 298
Volker Lendecke
1
-4
/
+4
2007-10-10
r16274: Fix the smbclient prompting behaviour for both systems that have
James Peach
2
-28
/
+61
2007-10-10
r16267: Fix Klocwork #401, #402 - ensure format specifier
Jeremy Allison
1
-15
/
+59
2007-10-10
r16245: Cope with string being zero len. Klocwork bug #410.
Jeremy Allison
1
-2
/
+4
2007-10-10
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
2
-56
/
+83
2007-10-10
r16153: Fix possible NULL dereference found by Klocwork # 252
Volker Lendecke
1
-0
/
+4
2007-10-10
r16122: As we use 'inetOrgPerson' as structural objectclass for new accounts for
Günther Deschner
1
-0
/
+2
2007-10-10
r16047: Remove unnecessary line, as this value is set in either branch of the
Jim McDonough
1
-1
/
+0
2007-10-10
r16046: Hmmm. I don't fully understand popt, but this is necessary for smbcli...
Volker Lendecke
1
-1
/
+1
2007-10-10
r16017: Add Samba4 replacement for timegm to work
Jeremy Allison
2
-24
/
+71
2007-10-10
r15995: Make smbldap obey config tests. Patch from "John E. Malmberg"
Jeremy Allison
1
-0
/
+6
2007-10-10
r15848: Introduce commandline options to set the remainder of the parameters in
James Peach
1
-11
/
+143
2007-10-10
r15838: Back-port tridge's talloc fixes (r15824, r15828) from Samba4.
Jeremy Allison
1
-3
/
+36
2007-10-10
r15700: Make nmbd udp sockets non-blocking to prevent problem
Jeremy Allison
1
-1
/
+6
2007-10-10
r15672: Fix for bug #3783. winbindd_cm.c calls open_any_socket_out()
Jeremy Allison
1
-1
/
+1
2007-10-10
r15655: Log the result of module initialisation if it fails.
James Peach
1
-2
/
+6
2007-10-10
r15633: Minor smbldap/pdb_ldap cleanup
Günther Deschner
1
-13
/
+12
2007-10-10
r15631: Add a new option "enable core files". Administrators can use this to
James Peach
1
-0
/
+9
2007-10-10
r15525: fix compile error on HP-UX reported by Ryan Novosielski
Gerald Carter
1
-1
/
+0
2007-10-10
r15509: Preserve errno in fcntl lock wrappers.
James Peach
1
-0
/
+4
2007-10-10
r15508: Use clock_gettime for profiling timstamps if it is available. Use
James Peach
1
-0
/
+18
2007-10-10
r15494: Fix debug statement
Volker Lendecke
1
-1
/
+1
2007-10-10
r15449: Remove unused function get_nttime_max (which claims it
James Peach
1
-6
/
+0
2007-10-10
r15446: Tidy up the formatting of locking debug messages and make it more
James Peach
1
-2
/
+4
2007-10-10
r15305: Let winbind search by sid directly (or in windows terms: "bind to a
Günther Deschner
2
-1
/
+35
2007-10-10
r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...
Paul Green
1
-0
/
+2
2007-10-10
r15251: Adding PreWin2kAccess builtin sid.
Günther Deschner
1
-0
/
+2
2007-10-10
r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...
Volker Lendecke
3
-3
/
+3
2007-10-10
r15084: Try and squeeze more out of the non-read/write code path.
Jeremy Allison
1
-6
/
+2
2007-10-10
r15047: Add support for using libunwind to generate a backtrace. This is
James Peach
1
-25
/
+88
2007-10-10
r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS
Günther Deschner
1
-0
/
+149
2007-10-10
r15030: On a performace hunt... Remove as many extraneous
Jeremy Allison
2
-4
/
+4
2007-10-10
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
1
-20
/
+41
2007-10-10
r15005: Fix printf args to remove warnings.
Jeremy Allison
1
-3
/
+3
2007-10-10
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
8
-11
/
+153
2007-10-10
r14898: This change is an attempt to improve the quality of the information that
James Peach
2
-37
/
+125
2007-10-10
r14868: I will not write code when changing to Daylight Savings Time.
Gerald Carter
1
-10
/
+6
2007-10-10
r14855: Various fixes:
Gerald Carter
1
-2
/
+8
2007-10-10
r14764: Fix possible null pointer deref. Coverity #253.
Jeremy Allison
1
-2
/
+4
2007-10-10
r14751: Use the noreturn attribute to try and tell coverity that
Jeremy Allison
1
-9
/
+12
2007-10-10
r14746: Add the Samba4 replacements for opendir/readdir etc. to
Jeremy Allison
2
-1
/
+219
2007-10-10
r14703: Clarify the return codes for the POSIX locking case. This
Jeremy Allison
1
-1
/
+1
2007-10-10
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
3
-2
/
+35
2007-10-10
r14618: add --no-process-group to all server programms
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r14600: Refactor capability interface from being IRIX-specific to using only
James Peach
2
-56
/
+70
2007-10-10
r14522: sync socket_wrapper code with samba4
Stefan Metzmacher
1
-64
/
+309
2007-10-10
r14462: Fix warning. ber_tag_t is an unsigned int for
Jeremy Allison
1
-1
/
+1
2007-10-10
r14454: Janitor for tridge - same code exists in Samba3 and 4.
Jeremy Allison
1
-1
/
+1
2007-10-10
r14432: Give in and grant BUILT\Administrators all privileges
Gerald Carter
2
-2
/
+25
[prev]
[next]