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
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-18
s3-passdb_test: Policy values are converted to signed integer
Amitay Isaacs
1
-1
/
+1
2011-11-18
s4-s3-upgrade: Add --verbose option to print extra details
Amitay Isaacs
2
-3
/
+6
2011-11-18
s4-auth log details about any token we fail to convert to a unix token
Andrew Bartlett
1
-0
/
+17
2011-11-18
s4-s3-upgrade: Fix idmap types ID_TYPE_UID/ID_TYPE_GID instead of UID/GID
Amitay Isaacs
1
-3
/
+3
2011-11-18
samba-tool: Fix the domain account policy max_pwd_age calculation
Amitay Isaacs
1
-2
/
+8
2011-11-18
s4-s3-upgrade: Fix the minimum and maximum password age calculation
Amitay Isaacs
1
-4
/
+4
2011-11-18
s4-s3-upgrade now look for -1 as the special 'not set' value
Andrew Bartlett
1
-1
/
+1
2011-11-17
s4 dns: Reduce test output noise by upping log level for dns_name_packet logging
Kai Blin
1
-3
/
+6
2011-11-17
s4 dns: Add a first test case
Kai Blin
2
-0
/
+120
2011-11-17
samba.tests.dsdb: Import TestCase from samba.tests.
Jelmer Vernooij
1
-4
/
+1
2011-11-17
samba.tests: Make sure testtools is available before importing it.
Jelmer Vernooij
1
-0
/
+2
2011-11-17
s4-dsdb: Remove unsed variable
Amitay Isaacs
1
-2
/
+0
2011-11-17
s4-s3-upgrade Test getdomainsid as well
Andrew Bartlett
1
-0
/
+2
2011-11-17
lib/param: Add tests for security= behaviour now it operates with server role
Andrew Bartlett
1
-0
/
+41
2011-11-17
s4-provision permit server role to be the ROLE_ strings from s3
Andrew Bartlett
3
-18
/
+20
2011-11-17
param: Add tests for automatic server role guessing
Andrew Bartlett
1
-0
/
+81
2011-11-17
py-param: Add python interface to get server_role
Amitay Isaacs
1
-0
/
+15
2011-11-17
s4-s3-upgrade Add test of net getlocalsid after the upgrade
Andrew Bartlett
1
-0
/
+4
2011-11-16
provision: Set the security descriptor while creating partitions
Amitay Isaacs
2
-12
/
+4
2011-11-16
s4-dsdb: rework the NC detection for the descriptor calculation
Matthieu Patou
1
-12
/
+31
2011-11-16
s3-s4-upgrade: do not add description if it is empty string or none
Amitay Isaacs
1
-6
/
+12
2011-11-16
HEIMDAL:lib/krb5: add utf8 support to build_logon_name() for the PAC
Stefan Metzmacher
1
-18
/
+49
2011-11-16
HEIMDAL:lib/wind: export wind_ucs2write()
Stefan Metzmacher
1
-0
/
+1
2011-11-16
HEIMDAL:lib/winbd: fix wind_ucs2write with WIND_RW_LE
Stefan Metzmacher
1
-4
/
+4
2011-11-16
HEIMDAL:lib/wind: fix wind_ucs4utf8() and wind_ucs2utf8()
Stefan Metzmacher
1
-5
/
+5
2011-11-15
s4:partition LDB module - fix handling regarding special DNs on searches
Matthias Dieter Wallnöfer
1
-0
/
+5
2011-11-15
s4:torture/rpc/samr.c - use "NULL" instead of "0" when initialising pointers
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-11-15
s4:join.py - fix typo
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-11-15
s4:dsdb/schema_data: reject schema update unless they're allowed
Stefan Metzmacher
1
-0
/
+12
2011-11-15
s4:dsdb/schema: add "dsdb:schema update allowed" option to enable schema updates
Stefan Metzmacher
3
-2
/
+17
2011-11-15
s4:dsdb/schema_data: reject changes to schemaInfo, msDs-Schema-Extensions, ms...
Stefan Metzmacher
1
-0
/
+28
2011-11-15
s4:dsdb/schema_data: make sure we reject schema changes if we're not the sche...
Stefan Metzmacher
1
-0
/
+101
2011-11-15
s4:dsdb/schema_data: make sure we only allow objects one level below the sche...
Stefan Metzmacher
1
-1
/
+33
2011-11-15
s4:libnet_vampire: setup base_dn on the self_made_schema
Stefan Metzmacher
1
-0
/
+5
2011-11-15
s4:libnet_vampire: use dsdb_modify(..., DSDB_FLAG_AS_SYSTEM) to store prefixMap
Stefan Metzmacher
1
-1
/
+1
2011-11-15
s4:param/provision: pass schema_dn to provision_get_schema()
Stefan Metzmacher
4
-4
/
+15
2011-11-15
s4:dsdb/schema: pass and remember the schema_dn in dsdb_set_schema_from_ldif()
Stefan Metzmacher
2
-4
/
+12
2011-11-15
s4:dsdb/pydsdb: pass down schema_dn to _dsdb_set_schema_from_ldif()
Stefan Metzmacher
3
-6
/
+7
2011-11-15
s4:python/samba/schema: pass down the schema_dn to set_from_ldif()
Stefan Metzmacher
1
-3
/
+3
2011-11-15
s4:dsdb/samldb: use DSDB_FLAG_AS_SYSTEM in samldb_schema_info_update()
Stefan Metzmacher
1
-1
/
+3
2011-11-15
s4:libnet: initialize forest structure in py_net_replicate_init()
Stefan Metzmacher
1
-0
/
+3
2011-11-15
samba-tool: Don't set UF_PASSWD_NOTREQD flag on "user disable"
Giampaolo Lauria
1
-1
/
+1
2011-11-15
samba-tool: Remove "domain machinepassword" command
Giampaolo Lauria
1
-28
/
+0
2011-11-14
s4-smbtorture: add spoolss_OpenPrinterEx ndr test with full devmode.
Günther Deschner
1
-0
/
+183
2011-11-14
Fix default value for subunitrun --list.
Jelmer Vernooij
1
-1
/
+1
2011-11-14
s4-tests: Use plansmbtorturesuite where possible.
Jelmer Vernooij
1
-45
/
+45
2011-11-14
s4-tests: Remove unnecessary py suffix.
Jelmer Vernooij
1
-1
/
+1
2011-11-14
s4-tests: Allow listing tests run for iconv.
Jelmer Vernooij
1
-5
/
+6
2011-11-14
subunitrun: Don't load smb.conf when just listing tests.
Jelmer Vernooij
1
-4
/
+5
2011-11-14
Remove broken code - these lines use undefined symbols.
Jelmer Vernooij
1
-7
/
+2
[prev]
[next]