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
Commit message (
Expand
)
Author
Age
Files
Lines
*
waf: Stop automaticaly changing dashes to underscores in library names.
Jelmer Vernooij
2010-10-26
2
-9
/
+9
*
waf: Remove lib prefix from libraries manually.
Jelmer Vernooij
2010-10-26
2
-22
/
+22
*
s4: Drop duplicate 'lib' prefix for private libraries.
Jelmer Vernooij
2010-10-26
1
-35
/
+35
*
s4:"samdb_search_count" - introduce a "mem_ctx" parameter
Matthias Dieter Wallnöfer
2010-10-25
2
-7
/
+6
*
ldb:gendb_* calls: support a "NULL" resultset parameter
Matthias Dieter Wallnöfer
2010-10-25
1
-2
/
+1
*
s4:samldb LDB module - other indentation fixes on error messages
Matthias Dieter Wallnöfer
2010-10-25
1
-9
/
+12
*
s4:ldap.py - prove the denied multi-valued replace requests
Matthias Dieter Wallnöfer
2010-10-25
1
-18
/
+18
*
s4:objectclass_attrs LDB module - deny multi-valued replace requests
Matthias Dieter Wallnöfer
2010-10-25
1
-0
/
+13
*
s4:samldb LDB module - fix indentations
Matthias Dieter Wallnöfer
2010-10-25
1
-15
/
+28
*
s4:samldb LDB module - use "uint32_t" for available krbtgt number
Matthias Dieter Wallnöfer
2010-10-25
1
-5
/
+8
*
s4:samldb LDB module - assign better memory contexts in some cases
Matthias Dieter Wallnöfer
2010-10-25
1
-8
/
+9
*
s4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed ...
Matthias Dieter Wallnöfer
2010-10-24
1
-3
/
+2
*
s4:dsdb - use LDB results in "add_time_element" and "add_uint64_element"
Matthias Dieter Wallnöfer
2010-10-24
2
-24
/
+35
*
s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possible
Matthias Dieter Wallnöfer
2010-10-24
4
-19
/
+28
*
ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion with
Jelmer Vernooij
2010-10-24
1
-1
/
+1
*
s4: Rename SMBPASSWD to smbpasswd.
Jelmer Vernooij
2010-10-24
1
-7
/
+7
*
s4: Rename LIBSAMBA-* to libsamba-*
Jelmer Vernooij
2010-10-24
2
-18
/
+18
*
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Jelmer Vernooij
2010-10-24
1
-9
/
+9
*
s4: Rename SAMDB_COMMON to samdb_common.
Jelmer Vernooij
2010-10-24
2
-6
/
+6
*
s4: Rename NSS_WRAPPER to nss_wrapper.
Jelmer Vernooij
2010-10-23
2
-3
/
+3
*
s4: Rename LIBEVENTS to libevents.
Jelmer Vernooij
2010-10-23
1
-34
/
+34
*
s4/ldb:introduce the LDB_CONTROL_PROVISION_OID control
Matthias Dieter Wallnöfer
2010-10-23
2
-0
/
+8
*
ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...
Matthias Dieter Wallnöfer
2010-10-23
1
-3
/
+3
*
s4 dsdb kcc: Prefer msDS-hasMasterNCs over hasMasterNCs when replicating
Kai Blin
2010-10-23
1
-5
/
+10
*
s4-dsdb_syntax: Setup "String(Case Sensitive)" syntax
Kamen Mazdrashki
2010-10-22
1
-3
/
+10
*
s4-dsdb/schema_syntax: Separate validation for numericoid OID values
Kamen Mazdrashki
2010-10-21
1
-3
/
+47
*
s4-dsdb extended_dn_out: Move lazy dereference control creation to lazy-init
Andrew Bartlett
2010-10-21
1
-54
/
+77
*
s4-dsdb: force LDB_ERR_NO_SUCH_ATTRIBUTE on missing schemaInfo
Andrew Tridgell
2010-10-21
1
-2
/
+3
*
s4-dsdb: fixed depenencies for -no-undefined
Andrew Tridgell
2010-10-21
2
-5
/
+5
*
s4-dsdb: make ldb_password_hash depend on hdb not HEIMDAL_HDB_KEYS
Andrew Tridgell
2010-10-21
1
-1
/
+1
*
s4-dsdb: moved a bunch of fuctions from schema/schema_info_attr.c to samdb/ld...
Andrew Tridgell
2010-10-21
5
-280
/
+351
*
s4-dsdb: make SAMDB_COMMON into a private library
Andrew Tridgell
2010-10-21
1
-5
/
+6
*
s4-schema_init: Print more info about syntax we fail to recognize
Kamen Mazdrashki
2010-10-20
1
-2
/
+4
*
s4-dsdb Reset the error string after 'expected' errors.
Andrew Bartlett
2010-10-19
1
-0
/
+1
*
s4-dsdb Add module to send only 'simple' DNs to OpenLDAP backends
Andrew Bartlett
2010-10-19
3
-2
/
+83
*
s4-dsdb Allow LDB_ERR_INVALID_DN_SYNTAX in dsdb_load_partition_usn
Andrew Bartlett
2010-10-19
1
-1
/
+1
*
s4:dsdb/schema/schema_init.c - remove a duplicated "talloc_free"
Matthias Dieter Wallnöfer
2010-10-19
1
-1
/
+0
*
s4-dsdb: register the DCPROMO_OID control with the rootdse
Andrew Tridgell
2010-10-19
1
-0
/
+7
*
s4-dsdb: filter unregistered controls in the rootdse module
Andrew Tridgell
2010-10-19
1
-19
/
+84
*
s4:"util_ldb" - remove some really unused dependancies
Matthias Dieter Wallnöfer
2010-10-18
2
-2
/
+0
*
dsdb simple_ldap_map depends on LDBSAMBA
Andrew Bartlett
2010-10-18
1
-1
/
+1
*
dsdb: Module aliases require to be prefixed with the subsystem name.
Jelmer Vernooij
2010-10-18
1
-2
/
+2
*
Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...
Matthias Dieter Wallnöfer
2010-10-17
7
-87
/
+7
*
s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...
Matthias Dieter Wallnöfer
2010-10-17
7
-7
/
+87
*
s4:samldb LDB module - use appropriate fixed-length integer types where needed
Matthias Dieter Wallnöfer
2010-10-16
1
-4
/
+5
*
s4:dsdb/samdb/ldb_modules/util.c - remove now unused functions which set inte...
Matthias Dieter Wallnöfer
2010-10-16
1
-74
/
+0
*
s4:samba3sid LDB module - handle the RID as uint32_t
Matthias Dieter Wallnöfer
2010-10-16
1
-13
/
+15
*
s4:objectclass LDB module - implement the "isCriticalSystemObject" subtree de...
Matthias Dieter Wallnöfer
2010-10-16
2
-3
/
+27
*
s4:dsdb - fix unsigned integer save problems using the "%u" specifier
Matthias Dieter Wallnöfer
2010-10-16
5
-17
/
+31
*
s4:dsdb/common/util.c - describe the behaviour of the functions "samdb_msg_ad...
Matthias Dieter Wallnöfer
2010-10-16
1
-5
/
+32
[next]