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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-20
source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.
Rusty Russell
2
-3
/
+5
2011-06-20
smb_share_modes: don't use tdb_jenkins_hash.
Rusty Russell
3
-5
/
+4
2011-06-20
lib: import ccan modules for tdb2
Rusty Russell
135
-1
/
+13875
2011-06-20
s3: Replace shadow_copy2 with a new implementation
Volker Lendecke
1
-598
/
+1205
2011-06-20
pyldb: add unit test for get(myattribute, defVal)
Matthieu Patou
1
-0
/
+5
2011-06-20
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
40
-142
/
+142
2011-06-20
libcli/util Bring samba4 unix -> nt_status code in common.
Andrew Bartlett
8
-19
/
+12
2011-06-20
s3-libcli Remove unused error mapping tables
Andrew Bartlett
1
-549
/
+0
2011-06-20
s3-winbind Move winbind privileged socket dir into state_path()
Andrew Bartlett
1
-1
/
+1
2011-06-20
build: Put lockdir and cachedir in FHS-like locations by default
Andrew Bartlett
1
-2
/
+2
2011-06-20
s4-build Change default paths and --with flags for a 4.0 release
Andrew Bartlett
2
-59
/
+21
2011-06-20
s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ...
Matthieu Patou
1
-0
/
+14
2011-06-19
s4: create script to find provision ranges for old provision without this inf...
Matthieu Patou
1
-0
/
+174
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
2011-06-19
s4-sambatool: use correct way to call class methods
Matthieu Patou
1
-53
/
+54
2011-06-19
s4-upgradeprovision: improve message output
Matthieu Patou
1
-1
/
+1
2011-06-19
s4-upgradeprovision: skip versionNumber, it's used by GPO
Matthieu Patou
1
-0
/
+1
2011-06-19
s4-provision: Remove hard coded SD for CN=Sites container
Matthieu Patou
2
-16
/
+0
2011-06-19
s4-upgradeprovision: deltaattr can be empty or none too
Matthieu Patou
1
-8
/
+8
2011-06-19
s4-upgradeprovision: handle the fact that oEMInformation might not be present
Matthieu Patou
1
-2
/
+5
2011-06-19
s4-upgradeprovision: Rework completly how SDs are recalculated
Matthieu Patou
1
-66
/
+99
2011-06-19
s4-python: make checks of sacl in get_diff_sddls optionnal
Matthieu Patou
1
-2
/
+6
2011-06-19
s4-upgradeprovision: remove useless comment
Matthieu Patou
1
-1
/
+0
2011-06-19
s4-upgradeprovision: ignore objectSid
Matthieu Patou
1
-2
/
+3
2011-06-19
s4-upgradeprovision: add a list of attribute that are not DSDB attribute that...
Matthieu Patou
1
-0
/
+4
2011-06-19
s4: fix wrong index usage PRIMARY_USER_SID_INDEX when it should have been PRI...
Matthieu Patou
1
-1
/
+1
2011-06-19
s4-upgradeprovision: if there is nothing to really modify then skip it
Matthieu Patou
1
-0
/
+3
2011-06-19
s4-upgradeprovision: dn must be skipped as delta.remove("dn") do not remove t...
Matthieu Patou
1
-0
/
+3
2011-06-19
s4-upgradeprovision: change hashAttrNotCopied to be an array
Matthieu Patou
1
-26
/
+22
2011-06-19
s4-upgradeprovision: fix inverted logic and wrong flags on sd_flags control
Matthieu Patou
1
-3
/
+4
2011-06-19
s4-upgradeprovision: remove useless code
Matthieu Patou
1
-3
/
+0
2011-06-19
s4-upgradeprovision: don't print dn in the list of modified attributes
Matthieu Patou
1
-1
/
+2
2011-06-19
s4-upgradeprovision: clean up, reformating and update docs
Matthieu Patou
1
-9
/
+8
2011-06-19
s4-upgradeprovision: introduce invocation id in lastprovisionUSNs
Matthieu Patou
2
-29
/
+73
2011-06-19
s4-upgradeprovision: add function to know if attribute is replicated or not
Matthieu Patou
1
-0
/
+20
2011-06-19
s4-upgradeprovision: split update_present in two functions depending on the m...
Matthieu Patou
1
-130
/
+171
2011-06-19
s4-upgradeprovision: handle_special_attributes don't really need ranges of US...
Matthieu Patou
1
-5
/
+6
2011-06-19
s4-python: fix wrong discovery of the site name in find_key_provision_parameters
Matthieu Patou
1
-1
/
+1
2011-06-19
s4-upgradeprovisision: fix bug 8063, old SD can miss some componenent (group,...
Matthieu Patou
1
-16
/
+20
2011-06-19
s4-upgradeprovision: Fix an error, so that cursddl and refsddl are not the same
Matthieu Patou
1
-1
/
+1
2011-06-19
py-ldb: allow dictionnary like usage (ie. e.get("myattribute", defVal)
Matthieu Patou
1
-3
/
+8
2011-06-19
s3: Fix Coverity ID 2582: FORWARD_NULL
Volker Lendecke
1
-0
/
+5
2011-06-19
s3: Fix Coverity ID 2583: RESOURCE_LEAK
Volker Lendecke
1
-1
/
+5
2011-06-19
s3: Remove unused name_queries
Volker Lendecke
1
-34
/
+0
2011-06-19
s3: Fix some type-punned warnings
Volker Lendecke
1
-7
/
+8
2011-06-19
s3: Add name_resolve_bcast_send/recv
Volker Lendecke
2
-20
/
+104
2011-06-19
s3: Fix a memleak in name_resolve_bcast
Volker Lendecke
1
-4
/
+7
2011-06-19
s3: Test nttrans_create
Volker Lendecke
5
-0
/
+112
[next]