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
/
libsmb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21644: Allow mkdir on platforms with no O_DIRECTORY.
Jeremy Allison
1
-9
/
+17
2007-10-10
r21643: Put the correct bits on the wire for posix_mkdir.
Jeremy Allison
1
-1
/
+2
2007-10-10
r21640: Fix the build for broken platoforms without O_DIRECT or O_DIRECTORY.
Jeremy Allison
1
-0
/
+9
2007-10-10
r21639: Add in implementations of POSIX open/mkdir/unlink/rmdir.
Jeremy Allison
1
-0
/
+176
2007-10-10
r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).
Jeremy Allison
2
-1
/
+5
2007-10-10
r21604: I got this wrong also in libsmb :-(.
Jeremy Allison
1
-0
/
+2
2007-10-10
r21581: Add an error code I just got
Volker Lendecke
1
-0
/
+1
2007-10-10
r21577: Remove unneeded #define (part of earlier patch that was
Jeremy Allison
1
-2
/
+0
2007-10-10
r21576: Patch based on work from Todd Stecher <todd.stecher@isilon.com>
Jeremy Allison
2
-16
/
+83
2007-10-10
r21460: Fix for server-side processing of SPNEGO auth
Jeremy Allison
1
-0
/
+8
2007-10-10
r21240: Fix longstanding Bug #4009.
Günther Deschner
3
-8
/
+20
2007-10-10
r21239: if the workgroup name is longer than 16 chars we get garbage in the s...
Simo Sorce
1
-6
/
+7
2007-10-10
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
1
-0
/
+1
2007-10-10
r21133: - Apply patch from ages ago, which should allow following \\server\sh...
Derrell Lipman
1
-10
/
+27
2007-10-10
r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.
Derrell Lipman
1
-3
/
+31
2007-10-10
r21115: notify_internal.c needs to remove the table entry if a process has cr...
Volker Lendecke
1
-2
/
+3
2007-10-10
r21110: Fix kinit with Heimdal (Bug #4226).
Günther Deschner
1
-0
/
+26
2007-10-10
r21046: Backing out svn r20403 (Andrew's krb5 ticket cleanup
Gerald Carter
1
-0
/
+42
2007-10-10
r20883: W00t! I now understand how "delete on close" really
Jeremy Allison
1
-1
/
+0
2007-10-10
r20874: We need to distinguish client sitenames per realm. We were overwriting
Günther Deschner
2
-4
/
+6
2007-10-10
r20861: We only use sitespecific DNS lookups when looking for DCs or KDCs, not
Günther Deschner
1
-5
/
+1
2007-10-10
r20857: Silence gives assent :-). Checking in the fix for
Jeremy Allison
2
-23
/
+38
2007-10-10
r20832: Remove extra pointers previously added to unique [out] pointers. Inst...
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r20744: Fix the build (I missed some chkpth -> checkpath renames).
Jeremy Allison
1
-1
/
+1
2007-10-10
r20690: fix a bug that causes smbd to 'hang' intermittently.
Andrew Tridgell
1
-32
/
+13
2007-10-10
r20604: Fix two memleaks, Coverity ID 337, merge to 3_0_24
Volker Lendecke
1
-0
/
+2
2007-10-10
r20603: Slightly simplify logic
Volker Lendecke
1
-7
/
+7
2007-10-10
r20403: Cleaning out my Samba 3.0 tree:
Andrew Bartlett
1
-42
/
+0
2007-10-10
r20333: Fix a couple of Coverity errors in one run, this was a potential NULL...
Volker Lendecke
1
-5
/
+8
2007-10-10
r20296: If we're going to overwrite krb5.conf
Jeremy Allison
1
-1
/
+19
2007-10-10
r20269: merge -r20264:20267 from SAMBA_3_0_24
Herb Lewis
3
-0
/
+10
2007-10-10
r20124: clean up nested extern declaration warnings
Herb Lewis
1
-1
/
+2
2007-10-10
r19939: ,fix compile warning about unused functions when not using heimdal
Gerald Carter
1
-0
/
+2
2007-10-10
r19936: Patch from Kai Blin <kai.blin@gmail.com> to
Jeremy Allison
1
-2
/
+4
2007-10-10
r19797: Convert the remaining pipes to the "new" unique out ptr handling
Volker Lendecke
1
-8
/
+4
2007-10-10
r19754: * When using a krb5 session setup, we don't fill in the server_name
Gerald Carter
1
-8
/
+7
2007-10-10
r19659: Fix bug #4187. Possible crash in signing on/off code.
Jeremy Allison
1
-0
/
+8
2007-10-10
r19652: Trying to track down which caller tries to store a 0 length domain name
Günther Deschner
1
-1
/
+6
2007-10-10
r19651: Fix interesting bug with the automatic site coverage in Active Direct...
Günther Deschner
1
-1
/
+1
2007-10-10
r19577: Fix from Nils Nordman for bug #4085. Thanks !
Jeremy Allison
1
-5
/
+6
2007-10-10
r19469: Another user of NetShareEnum
Volker Lendecke
1
-0
/
+4
2007-10-10
r19416: Fix some c++ warnings.
Günther Deschner
1
-2
/
+2
2007-10-10
r19374: fix the build with heimdal
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r19368: Use WINBINDD_CACHE_TDB_DEFAULT_HASH_SIZE whereever the winbindd tdb is
Günther Deschner
1
-1
/
+2
2007-10-10
r19291: this should fix the build on heimdal systems
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r19270: Stop depending on internal MIT symbols. These are private on MacOS
James Peach
1
-47
/
+56
2007-10-10
r19250: Fixes bug 4156.
Derrell Lipman
1
-0
/
+1
2007-10-10
r19249: Attempt to fix a site lookup bug found by Guenther.
Jeremy Allison
2
-0
/
+35
2007-10-10
r19243: Fix debug statement.
Günther Deschner
1
-1
/
+1
2007-10-10
r19237: fix typo
Stefan Metzmacher
1
-1
/
+1
[next]