index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r14898: This change is an attempt to improve the quality of the information that
James Peach
2007-10-10
1
-40
/
+1
*
r14896: Remove unused files
Volker Lendecke
2007-10-10
1
-646
/
+0
*
r14895: Merge the 3.0.22 change
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r14868: I will not write code when changing to Daylight Savings Time.
Gerald Carter
2007-10-10
2
-8
/
+10
*
r14855: Various fixes:
Gerald Carter
2007-10-10
4
-25
/
+45
*
r14841: Fix IRIX build --with-pam.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1.
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r14753: Fix the kerberized pam_auth: As we could have created a new credential
Günther Deschner
2007-10-10
1
-14
/
+26
*
r14748: store the name/ip address combination when we doa reverse look up in ...
Gerald Carter
2007-10-10
1
-2
/
+11
*
r14698: Make sure we expand our own local groups and not
Gerald Carter
2007-10-10
1
-1
/
+13
*
r14675: Protect against null sids and rids in the cached credentials functions.
Günther Deschner
2007-10-10
1
-2
/
+28
*
r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD.
Günther Deschner
2007-10-10
3
-1
/
+9
*
r14618: add --no-process-group to all server programms
Stefan Metzmacher
2007-10-10
1
-2
/
+4
*
r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3:
Günther Deschner
2007-10-10
1
-1
/
+1
*
r14597: Merge DCERPC_FAULT constants from Samba 4.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r14585: Tighten argument list of kerberos_kinit_password again,
Günther Deschner
2007-10-10
2
-16
/
+16
*
r14514: Fixing last commit. Thanks Volker.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r14513: Fix winbindd_chauthtok: only fallback when the chgpasswd3 call is not
Günther Deschner
2007-10-10
1
-2
/
+5
*
r14509: Attempt to fix the build on "sun1"
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r14508: Return PAM_SUCCESS in pam_sm_close_session when there is no KRB5CCNAME
Günther Deschner
2007-10-10
1
-1
/
+1
*
r14507: Re-disable accidentially re-enabled paranoia check. This should make
Günther Deschner
2007-10-10
1
-1
/
+4
*
r14505: Rename the timed_event to lockout_policy_event.
Günther Deschner
2007-10-10
2
-9
/
+9
*
r14496: Add WBFLAG_PAM_GET_PWD_POLICY bit to only callout for domain password
Günther Deschner
2007-10-10
3
-5
/
+9
*
r14493: There is no point in falling back to a samlogon when a krb5login has
Günther Deschner
2007-10-10
1
-0
/
+17
*
r14480: Kill one boolean flag passed down :-)
Volker Lendecke
2007-10-10
2
-9
/
+7
*
r14474: Also flush the nscd caches before entering the main winbindd loop.
Günther Deschner
2007-10-10
3
-16
/
+25
*
r14468: Better fix to avoid winbind panic when we have an inproper configuration
Günther Deschner
2007-10-10
2
-4
/
+13
*
r14467: Reverting 13660. This needs to be fixed differently.
Günther Deschner
2007-10-10
2
-12
/
+5
*
r14421: This does two things
Gerald Carter
2007-10-10
3
-9
/
+37
*
r14405: Fix the build when nscd_flush_cache is detected
Jeremy Allison
2007-10-10
1
-10
/
+12
*
r14403: * modifies create_local_nt_token() to create a BUILTIN\Administrators
Gerald Carter
2007-10-10
6
-18
/
+29
*
r14393: Fix a couple of AIX warnings.
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r14392: Use KRB5_TGS_NAME.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r14365: As solaris nss includes includes.h, make sure we use
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r14329: Fix the build on systems without libcom_err.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r14321: When we have libnscd and winbindd comes (back) online, try to flush the
Günther Deschner
2007-10-10
2
-0
/
+20
*
r14282: Change centry_string to only use talloc. Should
Jeremy Allison
2007-10-10
1
-16
/
+12
*
r14275: Shut-up coverity false positive (bug #199) by making an assertion
Jeremy Allison
2007-10-10
1
-0
/
+7
*
r14270: Fix coverity #203. Ensure we free on error exit.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r14259: Fix coverity #42. Ensure contact_domain can't be null derefed
Jeremy Allison
2007-10-10
1
-4
/
+6
*
r14148: Removing the not very well tested krb5 ticket refresh handling activated
Günther Deschner
2007-10-10
3
-15
/
+1
*
r14145: Add missing WITH_KCM hunks from my local tree.
Günther Deschner
2007-10-10
1
-0
/
+4
*
r14076: When the backends trusted_domains call comes back with no trusts the
Günther Deschner
2007-10-10
1
-1
/
+9
*
r13984: Fix Coverity bug # 98
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
4
-46
/
+24
*
r13914: Fix Coverity bug #151.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r13895: As agreed upon with gd on the phone, remove WBFLAG_PAM_CONTACT_TRUSTD...
Volker Lendecke
2007-10-10
2
-15
/
+3
*
r13720: Only lockout Administrator after x bad password attempts in offline-mode
Günther Deschner
2007-10-10
1
-8
/
+37
*
r13679: Commiting the rm_primary_group.patch posted on samba-technical
Gerald Carter
2007-10-10
2
-1
/
+4
*
r13660: Attempt to better handle the failure that we cannot find our sid upon
Günther Deschner
2007-10-10
2
-6
/
+13
[prev]
[next]