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
2010-11-18
ldb: error out when modules are not found
Simo Sorce
1
-1
/
+1
2010-11-18
s4-tests: Descriptor tests should use the existing samdb domain_dn method ins...
Nadezhda Ivanova
1
-7
/
+1
2010-11-18
s4-tests: Acl tests should use the existing samdb domain_dn method instead of...
Nadezhda Ivanova
1
-7
/
+1
2010-11-18
ldb:skel.c - don't introduce trailing whitespaces by a module template
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-18
s4:password_hash LDB module - remove unused headers
Matthias Dieter Wallnöfer
1
-3
/
+0
2010-11-18
s4:repl_meta_data LDB module - allow also special DNs to be renamed correctly
Matthias Dieter Wallnöfer
2
-1
/
+8
2010-11-18
s4:api.py - DN tests - test a bit more special DNs and merge the comparison t...
Matthias Dieter Wallnöfer
1
-11
/
+47
2010-11-18
ldb:ldb_dn_explode - point out that on error cases "data" is implicitly free'd
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-18
s4-test: added greater control over tests to run
Andrew Tridgell
3
-220
/
+320
2010-11-18
s4-test: rename scripting/devel/howto to scripting/devel/wintest
Andrew Tridgell
3
-0
/
+0
2010-11-18
s4-wintest: added wintest.py library
Andrew Tridgell
2
-420
/
+462
2010-11-17
s4-repl: removed the syncall_workaround code
Andrew Tridgell
2
-6
/
+0
2010-11-17
s4-repl: save the result of the last replication in repsFrom/repsTo
Andrew Tridgell
3
-58
/
+75
2010-11-17
s4-repl: ensure we don't starve pending replication ops
Andrew Tridgell
4
-6
/
+24
2010-11-17
s4-kcc: fixed result_last_attempt in showrepl
Andrew Tridgell
1
-0
/
+1
2010-11-17
s4-provision: don't test for xattrs if posix:eadb is set
Andrew Tridgell
2
-1
/
+2
2010-11-17
s4-provision: setup posix:eadb using lp.set()
Andrew Tridgell
4
-8
/
+2
2010-11-17
developer: only do the C++ reserved name checking on Linux
Andrew Tridgell
1
-1
/
+1
2010-11-17
s4-provision: don't try to autodetect xattr is posix:eadb is set
Andrew Tridgell
1
-1
/
+1
2010-11-17
s4-heimdal: ask for non-atomic heimdal
Andrew Tridgell
1
-0
/
+3
2010-11-17
heimdal: added HEIM_BASE_NON_ATOMIC option
Andrew Tridgell
1
-1
/
+8
2010-11-17
s4-test: updates to test-howto.py
Andrew Tridgell
2
-59
/
+122
2010-11-17
s4-heimdal: implement KERB_AP_ERR_TYPE_SKEW_RECOVERY
Andrew Tridgell
1
-1
/
+5
2010-11-17
s4-gensec: zero the gssapi_state
Andrew Tridgell
1
-1
/
+1
2010-11-17
s4-provision: use the command line lp in provision
Andrew Tridgell
1
-1
/
+1
2010-11-17
s4-provision: add log messages about IP lookup
Andrew Tridgell
1
-0
/
+2
2010-11-17
s4-dns: catch more expections in samba_dnsupdate
Andrew Tridgell
1
-1
/
+5
2010-11-17
ldb:ldb_dn.c - ldb_dn_explode - free also the extended components on error cases
Matthias Dieter Wallnöfer
1
-1
/
+4
2010-11-17
s4-test: added testing of w2k3 DC join to test-howto.py
Andrew Tridgell
2
-19
/
+105
2010-11-17
s4-join: fixed join to w2k3
Andrew Tridgell
1
-1
/
+1
2010-11-17
s4-join: show a reasonable error on DsAddEntry() failing
Andrew Tridgell
1
-1
/
+6
2010-11-17
s4-join: enable NDR printing at debug levels >= 5
Andrew Tridgell
1
-2
/
+9
2010-11-17
s4-loadparm: set debuglevel and logfile in tables
Andrew Tridgell
1
-0
/
+5
2010-11-17
s4-loadparm: fixed a memory leak in handle_realm()
Andrew Tridgell
1
-0
/
+3
2010-11-16
s4-kdc Rework supported encryption type logic to match Microsoft
Andrew Bartlett
1
-37
/
+16
2010-11-16
s4:acl LDB module - use also here "dsdb_find_nc_root" to implement the NC-spe...
Matthias Dieter Wallnöfer
1
-28
/
+57
2010-11-16
s4:descriptor LDB module - also "get_default_ag" should make use of "dsdb_fin...
Matthias Dieter Wallnöfer
1
-12
/
+12
2010-11-16
s4:descriptor LDB module - handle the NCs in a more generic way by using "dsd...
Matthias Dieter Wallnöfer
1
-10
/
+22
2010-11-16
s4:"dsdb_find_nc_root" - let it work also when the "namingContexts" attribute...
Matthias Dieter Wallnöfer
1
-8
/
+34
2010-11-16
s4:descriptor LDB module - make more clear that special control entries never...
Matthias Dieter Wallnöfer
1
-0
/
+7
2010-11-16
s4:objectclass LDB module - the "olddn" is the special DN for rename requests
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-16
s4-schema_load: Don't clean in_transaction flag until transaction is really f...
Kamen Mazdrashki
1
-7
/
+6
2010-11-16
s4:subtree_rename LDB module - make use of "dsdb_find_nc_root"
Matthias Dieter Wallnöfer
1
-22
/
+27
2010-11-16
s4:objectclass LDB module - free "nc_root" after name context comparisons
Matthias Dieter Wallnöfer
1
-0
/
+2
2010-11-16
s4-test: fixes for test-howto.py
Andrew Tridgell
2
-25
/
+36
2010-11-16
s4-spoolss: fixed warning in call to torture_warning()
Andrew Tridgell
1
-2
/
+2
2010-11-16
s4-eventlog: fixed dcerpc handle return
Andrew Tridgell
1
-4
/
+12
2010-11-16
samba-tool Add test for --store-plaintext
Andrew Bartlett
1
-1
/
+1
2010-11-16
Update dcerpc_server.pc library name to match reality.
Brad Hards
1
-1
/
+1
2010-11-16
samba-tool pwsettings Allow setting 'store cleartext'
Andrew Bartlett
1
-2
/
+17
[prev]
[next]