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
/
nsswitch
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.
Günther Deschner
3
-0
/
+82
2007-10-10
r15425: Use dynamic buffers in the IRIX nsswithch module to prevent truncation
James Peach
1
-78
/
+182
2007-10-10
r15417: Don't use cached credentials when changing passwords.
Günther Deschner
1
-1
/
+5
2007-10-10
r15411: Small debug fixes for the PAM module.
Günther Deschner
1
-2
/
+2
2007-10-10
r15399: Fix the build, sorry, Jerry :)
Günther Deschner
1
-2
/
+2
2007-10-10
r15398: Attempt to send the correct warning when a password change was attempted
Günther Deschner
3
-13
/
+38
2007-10-10
r15396: Cleanup credential caches from winbind's linked list.
Günther Deschner
2
-1
/
+18
2007-10-10
r15307: Ignore builtin groups we're a member of on the DC as those memberships
Günther Deschner
1
-1
/
+6
2007-10-10
r15306: Be consistent between rpc and ads winbind backend: let the ads backend
Günther Deschner
3
-20
/
+60
2007-10-10
r15305: Let winbind search by sid directly (or in windows terms: "bind to a
Günther Deschner
1
-6
/
+16
2007-10-10
r15244: Fix debug typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r15240: Correctly disallow unauthorized access when logging on with the
Günther Deschner
2
-0
/
+2
2007-10-10
r15229: Save useless roundtrips in pam_auth (fallback to samlogon) when we know
Günther Deschner
1
-1
/
+3
2007-10-10
r15228: Fix -n winbind option which has become meaningless with the persistent
Günther Deschner
1
-0
/
+6
2007-10-10
r15175: Try to get Stratus VOS back to build. Thanks, Paul.
Volker Lendecke
1
-0
/
+1
2007-10-10
r15174: Check in Ronan Waide's wbinfo -i. Thanks :-)
Volker Lendecke
1
-0
/
+40
2007-10-10
r15160: Fix from William Jojo I thought had already been added (but
Jeremy Allison
1
-8
/
+6
2007-10-10
r15150: Adding winbind debug class to the main daemon.
Günther Deschner
1
-0
/
+3
2007-10-10
r15132: Fix some shadowed variable warnings
Volker Lendecke
2
-28
/
+28
2007-10-10
r15116: Allow the user to set winbind nss timeouts in seconds on IRIX. Don't
James Peach
2
-9
/
+7
2007-10-10
r15107: 64 bit fixes. size_t on a 64-bit box is not uint32.
Jeremy Allison
1
-3
/
+12
2007-10-10
r15084: Try and squeeze more out of the non-read/write code path.
Jeremy Allison
1
-2
/
+3
2007-10-10
r15072: Last bit of 32/64 bit portabilities fixes for winbind
Gerald Carter
2
-9
/
+14
2007-10-10
r15068: Fix a shadowed variable warning
Volker Lendecke
1
-2
/
+2
2007-10-10
r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...
Gerald Carter
17
-121
/
+144
2007-10-10
r15040: Stripping the parametric options in pam_winbind and use
Günther Deschner
2
-10
/
+12
2007-10-10
r15039: Fix an uninitialized variable. I _think_ this should default to
Volker Lendecke
1
-1
/
+1
2007-10-10
r15038: Replace all code in pam_winbind that relied on access to samba
Günther Deschner
2
-86
/
+169
2007-10-10
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
1
-0
/
+10
2007-10-10
r14954: Fix #3569 based on William Jojo's work. AIX also
Jeremy Allison
1
-1
/
+1
2007-10-10
r14940: Remove pam_winbind's ability to create home directories on it's own.
Günther Deschner
2
-59
/
+0
2007-10-10
r14898: This change is an attempt to improve the quality of the information that
James Peach
1
-40
/
+1
2007-10-10
r14896: Remove unused files
Volker Lendecke
1
-646
/
+0
2007-10-10
r14895: Merge the 3.0.22 change
Volker Lendecke
1
-1
/
+1
2007-10-10
r14868: I will not write code when changing to Daylight Savings Time.
Gerald Carter
2
-8
/
+10
2007-10-10
r14855: Various fixes:
Gerald Carter
4
-25
/
+45
2007-10-10
r14841: Fix IRIX build --with-pam.
Günther Deschner
1
-1
/
+1
2007-10-10
r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1.
Jeremy Allison
1
-0
/
+4
2007-10-10
r14753: Fix the kerberized pam_auth: As we could have created a new credential
Günther Deschner
1
-14
/
+26
2007-10-10
r14748: store the name/ip address combination when we doa reverse look up in ...
Gerald Carter
1
-2
/
+11
2007-10-10
r14698: Make sure we expand our own local groups and not
Gerald Carter
1
-1
/
+13
2007-10-10
r14675: Protect against null sids and rids in the cached credentials functions.
Günther Deschner
1
-2
/
+28
2007-10-10
r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD.
Günther Deschner
3
-1
/
+9
2007-10-10
r14618: add --no-process-group to all server programms
Stefan Metzmacher
1
-2
/
+4
2007-10-10
r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3:
Günther Deschner
1
-1
/
+1
2007-10-10
r14597: Merge DCERPC_FAULT constants from Samba 4.
Günther Deschner
1
-1
/
+1
2007-10-10
r14585: Tighten argument list of kerberos_kinit_password again,
Günther Deschner
2
-16
/
+16
2007-10-10
r14514: Fixing last commit. Thanks Volker.
Günther Deschner
1
-1
/
+1
2007-10-10
r14513: Fix winbindd_chauthtok: only fallback when the chgpasswd3 call is not
Günther Deschner
1
-2
/
+5
2007-10-10
r14509: Attempt to fix the build on "sun1"
Volker Lendecke
1
-1
/
+3
[next]