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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3705: Nobody has commented, so I'll take this as an ack...
Volker Lendecke
10
-141
/
+334
2007-10-10
r3704: Implement a cache get saves the result of a pdb_getsampwnam for later
Volker Lendecke
1
-1
/
+27
2007-10-10
r3702: This is a getpwnam-cache. It is mainly to speed up Samba with slow nss
Volker Lendecke
1
-0
/
+43
2007-10-10
r3697: BUG 2027: fix multiple declaration of MD5_CTX (do we really care about...
Gerald Carter
1
-5
/
+0
2007-10-10
r3693: Correctly detect errno for no acl/ea support.
Jeremy Allison
2
-14
/
+26
2007-10-10
r3688: fix output of smbstatus to make the man page; fix -L, -p, & -S and the...
Gerald Carter
1
-31
/
+50
2007-10-10
r3685: setting the 3.0 branch to 3.0.10pre1-svn
Gerald Carter
1
-2
/
+2
2007-10-10
r3683: BUG 2017: fix testparm reporting for the passwd program string
Gerald Carter
1
-1
/
+1
2007-10-10
r3682: fix seg fault in lanman printing code caused by uninitialized variable
Gerald Carter
1
-0
/
+6
2007-10-10
r3681: Fix build of libsmbclient on x86_64.
Günther Deschner
1
-3
/
+4
2007-10-10
r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max data
Jeremy Allison
2
-68
/
+63
2007-10-10
r3673: Do not fail on setting file attributes with acl support enabled.
Günther Deschner
1
-3
/
+1
2007-10-10
r3671: More warning fixes from Rob Foehl <rwf@loonybin.net>.
Jeremy Allison
2
-8
/
+8
2007-10-10
r3670: Warning fixes from Rob Foehl <rwf@loonybin.net>.
Jeremy Allison
2
-3
/
+45
2007-10-10
r3668: Fix unresolved symbols in libsmbclient.so.
Günther Deschner
1
-1
/
+1
2007-10-10
r3666: Generalise fix for trans and nttrans multi-fragment requests.
Jeremy Allison
2
-4
/
+4
2007-10-10
r3663: Fix too tight checking of incoming secondary trans2 requests.
Jeremy Allison
1
-2
/
+2
2007-10-10
r3662: Fix dirent return.
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
r3649: Fix a couple of rpcclient spoolss commands (setprinter, setprintername,
Günther Deschner
1
-3
/
+3
2007-10-10
r3645: Allow deldriverex in rpcclient to delete drivers for a specific
Günther Deschner
3
-16
/
+18
2007-10-10
r3644: Fixup examples VFS compile.
Jeremy Allison
3
-3
/
+39
2007-10-10
r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to
Jeremy Allison
8
-17
/
+143
2007-10-10
r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...
Gerald Carter
3
-6
/
+142
2007-10-10
r3638: solaris packaging fixes
Gerald Carter
4
-33
/
+25
2007-10-10
r3637: update the debian packages changelog
Simo Sorce
1
-0
/
+20
2007-10-10
r3628: A typo and a compile-warning.
Günther Deschner
2
-2
/
+2
2007-10-10
r3627: Allow to add dummy-form in rpcclient.
Günther Deschner
1
-1
/
+1
2007-10-10
r3616: Merge for 3.0.8.
Andrew Bartlett
1
-3
/
+3
2007-10-10
r3604: fix bug in Fedora packaging scripts
Gerald Carter
1
-0
/
+1
2007-10-10
r3569: Fix for bug #1651, added extra servicePrincipalNames for kerberos inte...
Jeremy Allison
1
-6
/
+44
2007-10-10
r3566: Completely replace the queryuseraliases call. The previous implementat...
Volker Lendecke
9
-281
/
+131
2007-10-10
r3563: During a typical logon a modern workstation makes a lot of anonymous s...
Volker Lendecke
5
-1
/
+74
2007-10-10
r3561: Since we have tdb_reopen_all() after all forks, the local_pid logic is...
Volker Lendecke
2
-8
/
+2
2007-10-10
r3559: If called interactively, on shutdown dump the talloc contexts left. Idea
Volker Lendecke
1
-0
/
+9
2007-10-10
r3538: Fix the build with the latest Heimdal code.
Jeremy Allison
3
-7
/
+15
2007-10-10
r3535: Tidy up error reporting. Memory leak with MIT krb5 1.3.5 turns
Jeremy Allison
1
-11
/
+13
2007-10-10
r3525: Fix a memleak
Volker Lendecke
1
-1
/
+5
2007-10-10
r3504: Fix incorrectly applied patch. My fault - sorry!
Tim Potter
1
-1
/
+2
2007-10-10
r3502: Tidy up debugging in kerberos_keytab code.
Jeremy Allison
1
-32
/
+48
2007-10-10
r3498: Optimisation of idmap_rid init: Avoid calling a DC for the domain-sid
Günther Deschner
1
-28
/
+42
2007-10-10
r3496: Fix calling of get_acl_group_bits().
Günther Deschner
2
-2
/
+4
2007-10-10
r3495: Fix the build (recent kerberos-changes).
Günther Deschner
3
-4
/
+7
2007-10-10
r3492: Fixes from testing kerberos salted principal fix.
Jeremy Allison
3
-24
/
+66
2007-10-10
r3469: Fix build of smbmount.
Günther Deschner
1
-1
/
+1
2007-10-10
r3451: Finish off kerberos salting patch. Needs testing !
Jeremy Allison
3
-54
/
+63
2007-10-10
r3439: Finally fix build for platforms without kerberos.
Günther Deschner
2
-6
/
+6
2007-10-10
r3438: fix some kerberos-related prototype warnings
Günther Deschner
1
-0
/
+3
2007-10-10
r3437: fix the build.
Günther Deschner
1
-4
/
+4
2007-10-10
r3436: Fix build with recent heimdal-versions (0.6.3) as pointed out by Luke
Günther Deschner
1
-0
/
+2
[next]