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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
torture-krb5: Check for UPN hanlding in krb5.kdc.canon test
Andrew Bartlett
2015-01-23
1
-18
/
+90
*
kdc: Correctly return the krbtgt/realm@REALM principal from our KDC
Andrew Bartlett
2015-01-23
1
-25
/
+31
*
torture-krb5: Move checking of server and client names to krb5.kdc.canon
Andrew Bartlett
2015-01-23
2
-20
/
+25
*
torture-krb5: Move test of krb5_get_init_creds_opt_set_win2k to krb5.kdc.canon
Andrew Bartlett
2015-01-23
2
-25
/
+11
*
torture-krb5: Split the expected behaviour of the RODC up
Andrew Bartlett
2015-01-23
3
-7
/
+14
*
torture-kdc: Skip the request-pac behaviour for now against an RODC
Andrew Bartlett
2015-01-23
1
-0
/
+3
*
torture-krb5: Add comments
Andrew Bartlett
2015-01-23
2
-0
/
+79
*
kdc: Add TODO to remind us where we need to hook for RODC to get secrets
Andrew Bartlett
2015-01-23
1
-0
/
+1
*
kdc: Fix Samba's KDC to only change the principal in the right cases
Andrew Bartlett
2015-01-23
1
-9
/
+23
*
torture-krb5: Add tests for combinations of enterprise, cannon, and different...
Andrew Bartlett
2015-01-23
5
-7
/
+415
*
torture: Extend krb5.kdc test to confirm correct RODC proxy behaviour
Andrew Bartlett
2015-01-23
3
-5
/
+37
*
sefltest: Add test for enterprise UPN in a different domain
Andrew Bartlett
2015-01-23
1
-5
/
+18
*
kdc: Fix enterpise principal name handling
Andrew Bartlett
2015-01-23
2
-11
/
+24
*
heimdal: Ensure that HDB_ERR_NOT_FOUND_HERE, critical for the RODC, is not ov...
Andrew Bartlett
2015-01-23
1
-4
/
+19
*
heimdal: Really bug in KDC handling of enterprise princs
Nicolas Williams
2015-01-23
1
-3
/
+2
*
heimdal: Fix bug in KDC handling of enterprise principals
Nicolas Williams
2015-01-23
1
-35
/
+38
*
torture: Extend KDC test to cover more options and modes
Andrew Bartlett
2015-01-23
2
-7
/
+151
*
torture: Decode expected packets and test KDC behaviour for wrong passwords
Andrew Bartlett
2015-01-23
1
-9
/
+164
*
torture: Additionally run testsuite for krb5 and KDC behaviour against all th...
Andrew Bartlett
2015-01-23
1
-5
/
+5
*
torture: Additionally run testsuite for krb5 and KDC behaviour with unprivile...
Andrew Bartlett
2015-01-23
2
-0
/
+25
*
torture: Run new testsuite for krb5 and KDC behaviour with machine account also
Andrew Bartlett
2015-01-23
2
-6
/
+15
*
torture: Start a new testsuite for krb5 and KDC behaviour
Andrew Bartlett
2015-01-23
6
-37
/
+226
*
s3-pam_smbpass: Correctly initialize variables.
Andreas Schneider
2015-01-22
1
-2
/
+2
*
s3-pam_smbpass: Remove superfluous NULL check for pam functions.
Andreas Schneider
2015-01-22
1
-3
/
+0
*
s3-pam_smbpass: Make sure PAM_MAXTRIES can be returned.
Andreas Schneider
2015-01-22
1
-1
/
+2
*
s3-pam_smbpass: Check the return code of secrets_init().
Andreas Schneider
2015-01-22
1
-1
/
+5
*
s3-pam_smbpass: Fix set_ctrl() return value.
Andreas Schneider
2015-01-22
2
-2
/
+5
*
s3-pam_smbpass: Make sure variables are initialized.
Andreas Schneider
2015-01-22
1
-3
/
+3
*
s3-smbspool: Use strtol() instead of atoi().
Andreas Schneider
2015-01-22
1
-1
/
+8
*
winbind: Fix idmap initialization
Volker Lendecke
2015-01-22
1
-6
/
+8
*
s3-pam_smbpass: Fix memory leak in pam_sm_authenticate().
Andreas Schneider
2015-01-22
1
-2
/
+9
*
vfs: Fix a typo
Volker Lendecke
2015-01-22
1
-1
/
+1
*
Remove use of the "staticforward" macro
Petr Viktorin
2015-01-22
8
-22
/
+22
*
dsdb-tests: Clarify that accounts really do fall back to UF_NORMAL_ACCOUNT if...
Andrew Bartlett
2015-01-22
1
-3
/
+63
*
dsdb-samldb: Clarify userAccountControl manipulation code by always using UF_...
Andrew Bartlett
2015-01-22
1
-8
/
+6
*
dsdb-samldb: Clarify that accounts really do fall back to UF_NORMAL_ACCOUNT i...
Andrew Bartlett
2015-01-22
1
-3
/
+8
*
dsdb-samldb: Only allow known and settable userAccountControl bits to be set
Andrew Bartlett
2015-01-22
2
-8
/
+22
*
dsdb-tests: Show that we can not change the primaryGroupID of a DC
Andrew Bartlett
2015-01-22
1
-0
/
+110
*
s4:dsdb/samldb: let samldb_prim_group_change() protect DOMAIN_RID_{READONLY_,...
Stefan Metzmacher
2015-01-22
1
-2
/
+26
*
dsdb: Improve userAccountControl handling
Andrew Bartlett
2015-01-22
2
-32
/
+158
*
dsdb-tests: Add new test samba4.user_account_control.python
Andrew Bartlett
2015-01-22
2
-0
/
+522
*
dsdb: Default to UF_NORMAL_ACCOUNT when no account type is specified
Andrew Bartlett
2015-01-22
1
-3
/
+3
*
libds: UF_PARTIAL_SECRETS_ACCOUNT is a flag, not an account type
Andrew Bartlett
2015-01-22
2
-12
/
+10
*
dsdb-tests: Align sam.py with Windows 2012R2 and uncomment userAccountControl...
Andrew Bartlett
2015-01-22
1
-82
/
+68
*
vfs:glusterfs: whitespace fix.
Michael Adam
2015-01-22
1
-3
/
+3
*
vfs_snapper: encode and decode Snapper DBus strings
David Disseldorp
2015-01-22
1
-16
/
+94
*
vfs_snapper: add DBus string encoding and decoding helpers
David Disseldorp
2015-01-22
1
-0
/
+124
*
vfs_snapper: free dbus req messages in error paths
David Disseldorp
2015-01-22
1
-0
/
+4
*
vfs_glusterfs: Replace eventfd with pipes, for AIO use
Ira Cooper
2015-01-21
2
-97
/
+41
*
libcli/auth: add netlogon_creds_cli_GetForestTrustInformation*()
Stefan Metzmacher
2015-01-21
2
-0
/
+281
[prev]
[next]