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
/
scripting
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-13
dbcheck: use samdb_schema for getting the backlink
Andrew Tridgell
1
-1
/
+1
2011-07-13
ldb: use base searches for @ special DNs
Andrew Tridgell
3
-20
/
+19
2011-07-13
dbcheck: only do the provision dbcheck if there are objects to check
Andrew Tridgell
1
-13
/
+14
2011-07-13
s4-provision: fixed the GUIDs in the provision using dbcheck
Andrew Tridgell
1
-0
/
+16
2011-07-13
dbcheck: only fix replPropertyMetaData if we included it in the search
Andrew Tridgell
1
-11
/
+14
2011-07-13
dbcheck: added checks for missing and orphansed backlinks
Andrew Tridgell
1
-19
/
+18
2011-07-13
dbcheck: fixed ldap check with no database specified
Andrew Tridgell
1
-1
/
+1
2011-07-13
dbcheck: added --reindex option
Andrew Tridgell
2
-3
/
+20
2011-07-13
samba-tool: fixed ldapcmp to run as non-root
Andrew Tridgell
1
-2
/
+9
2011-07-13
dbcheck: added checking of backlinks
Andrew Tridgell
1
-54
/
+92
2011-07-13
pydsdb: added get_backlink_from_lDAPDisplayName()
Andrew Tridgell
1
-0
/
+5
2011-07-12
s4:provision: place the sysvol share under "state dir" instead of "lock dir"
Stefan Metzmacher
1
-1
/
+1
2011-07-12
s4:param: add "state dir" and "cache dir" options
Stefan Metzmacher
1
-1
/
+9
2011-07-11
dbcheck: use get_lDAPDisplayName_by_attid()
Andrew Tridgell
1
-11
/
+3
2011-07-11
dsdb: added get_lDAPDisplayName_by_attid
Andrew Tridgell
1
-0
/
+4
2011-07-11
dbcheck: improved error checking in fixup of missing metdata
Andrew Tridgell
1
-26
/
+24
2011-07-11
s4-provision: use samba.unix2nttime() instead of hard coding NTTIME offsets
Andrew Tridgell
1
-2
/
+2
2011-07-11
s4-samba-tool: dbcheck, check and fix broken metadata
Matthieu Patou
1
-0
/
+77
2011-07-11
s4-python: Add functions to get linkid and systemflags of an attribute
Matthieu Patou
1
-0
/
+8
2011-07-11
s4-provision: fix the value of creation timestamp to be a MS timestamp
Matthieu Patou
1
-2
/
+2
2011-07-11
dbcheck: check all objects, including deleted objects
Andrew Tridgell
2
-17
/
+18
2011-07-11
dbcheck: added confirm_all support for remaining checks
Andrew Tridgell
1
-5
/
+10
2011-07-11
dbcheck: use specified DB schema for non-LDAP URLs
Andrew Tridgell
1
-2
/
+9
2011-07-07
s4 provision: Add some of the AD-specific DNS records to the directory
Kai Blin
2
-8
/
+235
2011-07-07
s4 provision: split up DNS provisioning into generic and samba-specific ldifs
Kai Blin
1
-2
/
+10
2011-07-05
s4-dbcheck: support the 'none' option for prompts
Andrew Tridgell
1
-2
/
+10
2011-07-05
s4-pycommon: support 'none' as an option in confirm
Andrew Tridgell
1
-7
/
+20
2011-07-05
dbcheck: only use a paged search when checking a ldap database
Andrew Tridgell
1
-1
/
+1
2011-07-05
dbcheck: check for unknown attributes and offer to remove them
Andrew Tridgell
1
-3
/
+46
2011-07-05
s4-pycommon: allow an optional 'all' choice for confirm dialogs
Andrew Tridgell
1
-3
/
+9
2011-06-24
s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuff
Stefan Metzmacher
2
-0
/
+269
2011-06-24
s4:python/samba/samdb: add toggle_userAccountFlags() helper function
Stefan Metzmacher
1
-10
/
+35
2011-06-24
param: Remove remaining references to announce as and announce version
Andrew Bartlett
1
-2
/
+0
2011-06-22
s4-dbcheck: fix uninitialized errstr in err_dn_target_mismatch
Matthieu Patou
1
-2
/
+3
2011-06-22
s4-dbcheck: remove unused include
Matthieu Patou
1
-1
/
+1
2011-06-22
dbchecker: cope with a broken link to Deleted Objects
Andrew Tridgell
1
-2
/
+9
2011-06-22
dbchecker: fixed argument error for -H and DN
Andrew Tridgell
1
-1
/
+1
2011-06-22
dbchecker: when fixing a bad GUID in a DN, search by the string DN
Andrew Tridgell
1
-1
/
+1
2011-06-22
samba-tool: added --attrs option to dbcheck
Andrew Tridgell
2
-8
/
+15
2011-06-22
samba-tool: make the dbcheck class available outside of samba-tool
Andrew Tridgell
2
-285
/
+324
2011-06-22
samba-tool: added --quiet option to dbcheck
Andrew Tridgell
1
-35
/
+43
2011-06-22
samba-tool: allow for running dbcheck against a remove ldap server
Andrew Tridgell
1
-5
/
+14
2011-06-22
samba-tool: expanded dbcheck DN checking
Andrew Tridgell
1
-21
/
+104
2011-06-22
samba-tool: added missing GUID component checks to dbcheck
Andrew Tridgell
1
-4
/
+93
2011-06-22
pydsdb: added get_syntax_oid_from_lDAPDisplayName()
Andrew Tridgell
1
-0
/
+5
2011-06-22
samba-tool: try to keep dbcheck.py in a logical ordering
Andrew Tridgell
1
-29
/
+38
2011-06-20
tdb2: create tdb2 versions of various testing TDBs.
Rusty Russell
1
-2
/
+5
2011-06-19
s4-sambatool: extract the confirm function in a separte module for reuse
Matthieu Patou
2
-10
/
+36
2011-06-19
s4-samba-tool: remove unused imports
Matthieu Patou
1
-2
/
+1
2011-06-19
s4-samba-tool: use correct object notation ie. obj.method rather than method(...
Matthieu Patou
1
-37
/
+31
[next]