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-07-13
s4-dsdb: fixed the defaultObjectCategory to have a full GUID
Andrew Tridgell
1
-0
/
+24
2011-07-13
s4-dsdb: another special case for the "member" attribute
Andrew Tridgell
1
-1
/
+6
2011-07-13
s4-dsdb Don't process deletion of member attributes here.
Andrew Bartlett
1
-0
/
+9
2011-07-13
dsdb: fixed special case of zero NTTIME
Andrew Tridgell
1
-0
/
+20
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
4
-21
/
+20
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
s4-dsdb: fixed modify of ACLs on deleted objects
Andrew Tridgell
1
-2
/
+4
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
s4-dsdb: raise debug level for backlink errors
Andrew Tridgell
1
-1
/
+1
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
2
-0
/
+50
2011-07-13
s4-dsdb: moved checking of duplicate member entries to repl_meta_data.c
Andrew Tridgell
2
-35
/
+20
2011-07-12
s4:libcli/raw: s/SMBchkpth/SMBcheckpath
Stefan Metzmacher
3
-3
/
+3
2011-07-12
s4:winsdb: place wins.ldb in "state dir" instead of "lock dir"
Stefan Metzmacher
1
-1
/
+1
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
7
-1
/
+93
2011-07-12
s4:libcli/raw: remove SMBkeepalive
Stefan Metzmacher
1
-1
/
+0
2011-07-12
s4:smb_server: s/SMBkeepalive/NBSSkeepalive
Stefan Metzmacher
1
-3
/
+3
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
2
-0
/
+37
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-drs: do not return links pointed to unexistant objects
Matthieu Patou
1
-0
/
+24
2011-07-11
s4-dirsync: do not return linked attribute if the target object is no more
Matthieu Patou
1
-0
/
+29
2011-07-11
s4-dsdb: allow objectsid to be specified in a modification operation
Matthieu Patou
1
-3
/
+5
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
2
-0
/
+76
2011-07-11
s4-dsdb: if the provision control is specified, update replication metadata e...
Matthieu Patou
1
-1
/
+7
2011-07-11
upgradeprovision: reduce the number of attribute that we skip
Matthieu Patou
1
-2
/
+1
2011-07-11
s4-provision: fix the value of creation timestamp to be a MS timestamp
Matthieu Patou
1
-2
/
+2
2011-07-11
s4-dsdb: when replacing linked attribute take always the new dn as the old dn...
Matthieu Patou
1
-1
/
+1
2011-07-11
s4-dsdb: check for single valued attribute in repl_meta_data module
Matthieu Patou
1
-0
/
+11
2011-07-11
dbcheck: check all objects, including deleted objects
Andrew Tridgell
2
-17
/
+18
2011-07-11
s4-dsdb: deleted objects are expected to be missing mandatory attributes
Andrew Tridgell
1
-1
/
+2
2011-07-11
s4-dsdb: fixed crash bug in extended_dn_in
Andrew Tridgell
1
-2
/
+4
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-10
s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 ...
Stefan Metzmacher
1
-1
/
+13
2011-07-08
lib/param: Merge struct loadparm_service into common
Andrew Bartlett
3
-33
/
+52
2011-07-08
param: Move per-share parameters into a seperate file, to share with s3
Andrew Bartlett
2
-37
/
+5
2011-07-08
s4-param Remove offset != -1 checks
Andrew Bartlett
1
-7
/
+2
2011-07-08
s4-param change to struct bitmap to match s3-param
Andrew Bartlett
2
-16
/
+17
2011-07-08
s4-param Also check the p_class matches when comparing offset
Andrew Bartlett
1
-1
/
+3
2011-07-08
param: Add hooks to s3 parm_struct and the parameters void * pointer
Andrew Bartlett
4
-18
/
+25
[next]