index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4:show_deleted LDB module - also support the "show_recycled" control
Matthias Dieter Wallnöfer
2010-10-03
1
-11
/
+62
*
s4:repl_meta_data LDB module - consider the SYSTEM_FLAG_DISALLOW_MOVE_ON_DELE...
Matthias Dieter Wallnöfer
2010-10-03
1
-10
/
+25
*
s4:subtree_delete LDB module - it is only responsible for non-deleted objects
Matthias Dieter Wallnöfer
2010-10-03
1
-2
/
+1
*
s4:objectclass LDB module - fix the "crossRef" delete protection
Matthias Dieter Wallnöfer
2010-10-03
1
-3
/
+9
*
s4:objectclass LDB module - fix the delete behaviour of server containers
Matthias Dieter Wallnöfer
2010-10-03
1
-2
/
+2
*
s4:acl_read LDB module - fix counter type
Matthias Dieter Wallnöfer
2010-10-03
1
-1
/
+2
*
s4-drs: fixed comparison login in replicated renames
Andrew Tridgell
2010-10-02
1
-45
/
+72
*
s4-rpmd: fixed a use after realloc bug
Andrew Tridgell
2010-10-01
1
-2
/
+8
*
s4-dsdb: fail the transaction instead of asserting on error
Andrew Tridgell
2010-10-01
1
-2
/
+10
*
s4-samldb: also set a password on the krbtgt_NNNN account
Andrew Tridgell
2010-09-29
1
-0
/
+11
*
s4-rodc: RODC should not accept requests for role transfer
Nadezhda Ivanova
2010-09-29
1
-0
/
+12
*
s4-dsdb Add ldb_reset_err_string() when we set error codes.
Andrew Bartlett
2010-09-29
1
-0
/
+1
*
s4-dsdb Fix segfault in error case in rootdse module
Andrew Bartlett
2010-09-29
1
-1
/
+4
*
s4-ldb: removed an unused variable
Andrew Tridgell
2010-09-27
1
-1
/
+0
*
s4-ldb: Added ldb_request_replace_control
Nadezhda Ivanova
2010-09-27
1
-1
/
+1
*
s4-ldbmodules: Added new module aclread to handle access checks on LDAP search
Nadezhda Ivanova
2010-09-26
4
-0
/
+327
*
s4-tests: Removed search tests with anonymous credentials as they fail againt...
Nadezhda Ivanova
2010-09-26
1
-1
/
+1
*
s4-dsdb: Added a function to check access on a particular object by its guid
Nadezhda Ivanova
2010-09-26
1
-0
/
+37
*
s4-dsdb: Moved some helper functions to a separate file
Nadezhda Ivanova
2010-09-26
5
-222
/
+260
*
s4-ldap: Added a control to apply the access checks on read via LDAP
Nadezhda Ivanova
2010-09-26
1
-0
/
+3
*
s4-auth: fixed the SID list for DCs in the PAC
Andrew Tridgell
2010-09-26
1
-10
/
+0
*
s4-possibleinferiors.py: Fix usage of 'paged_search' module for remote LDB co...
Kamen Mazdrashki
2010-09-26
1
-1
/
+7
*
ldb: mark the location of a lot more ldb requests
Andrew Tridgell
2010-09-25
28
-15
/
+109
*
s4-dsdb: added tagging of requests in dsdb modules
Andrew Tridgell
2010-09-25
8
-0
/
+30
*
s4-repl: don't store repsFrom on DNs other than NC heads
Andrew Tridgell
2010-09-25
1
-0
/
+9
*
s4-dsdb: Fixed a call to the wrong ops function in dsdb_module_search_dn.
Nadezhda Ivanova
2010-09-25
1
-1
/
+1
*
s4-kerberos Rework keytab handling to export servicePrincipalName entries
Andrew Bartlett
2010-09-24
1
-2
/
+6
*
s4-kerberos Move 'set key into keytab' code out of credentials.
Andrew Bartlett
2010-09-24
1
-31
/
+23
*
s4:repl_meta_data - also on delete operations the new RDN attribute has to be...
Matthias Dieter Wallnöfer
2010-09-24
1
-1
/
+10
*
s4:lazy_commit LDB module - the "show_deleted" control is initialised by the ...
Matthias Dieter Wallnöfer
2010-09-24
1
-17
/
+0
*
s4:rootdse LDB module - make use of "dsdb_forest_functional_level"
Matthias Dieter Wallnöfer
2010-09-24
1
-3
/
+2
*
s4:rootdse LDB module - introduce dynamic "ldapServiceName"
Matthias Dieter Wallnöfer
2010-09-24
1
-0
/
+25
*
s4:rootdse LDB module - introduce dynamic "dnsHostName" attribute
Matthias Dieter Wallnöfer
2010-09-24
1
-0
/
+8
*
s4:rootdse LDB module - make "serverName" dynamic
Matthias Dieter Wallnöfer
2010-09-24
1
-0
/
+7
*
s4:rootdse LDB module - remove "priv" checks where not needed
Matthias Dieter Wallnöfer
2010-09-24
1
-3
/
+3
*
s4:rootdse LDB module - better that the "edn" control handling is done last
Matthias Dieter Wallnöfer
2010-09-24
1
-20
/
+20
*
s4:samldb LDB module - it isn't allowed to create user/computer accounts with...
Matthias Dieter Wallnöfer
2010-09-24
1
-0
/
+4
*
s4:samldb LDB module - support the "userAccountControl" -> "primaryGroupID" d...
Matthias Dieter Wallnöfer
2010-09-24
1
-16
/
+11
*
s4:rootdse LDB module - make more use of LDB result constants
Matthias Dieter Wallnöfer
2010-09-24
1
-17
/
+17
*
s4:rootdse LDB module - fix comment typo
Matthias Dieter Wallnöfer
2010-09-24
1
-1
/
+1
*
s4:password_hash LDB module - don't assign "lp_ctx" twice
Matthias Dieter Wallnöfer
2010-09-24
1
-2
/
+2
*
s4:rootdse LDB module - fix counter types
Matthias Dieter Wallnöfer
2010-09-24
1
-1
/
+1
*
s4:extended_dn_in LDB module - fix a counter type
Matthias Dieter Wallnöfer
2010-09-24
1
-1
/
+1
*
s4-selftest: Move samba3sam test to standard python directory.
Jelmer Vernooij
2010-09-22
1
-1092
/
+0
*
dsdb: Use short path for ldb_handlers.h, in case ldb is installed in the
Jelmer Vernooij
2010-09-22
1
-1
/
+1
*
s4-ldap: Fixed a problem with NC's having a parentGUID attribute
Nadezhda Ivanova
2010-09-21
1
-13
/
+27
*
s4-rodc: fixed repsFrom store on RODC
Andrew Tridgell
2010-09-20
1
-14
/
+11
*
s4/dcdiag: Handle ListRoles command for dcdiag:KnowsOfRoleHolders test
Anatoliy Atanasov
2010-09-20
1
-0
/
+73
*
s4/drs: use type enum drsuapi_DsNameFormat in DsCrackNames code
Anatoliy Atanasov
2010-09-20
1
-9
/
+20
*
s4-rootdse: mark registered controls as non-critical
Andrew Tridgell
2010-09-19
1
-0
/
+37
[prev]
[next]