Age | Commit message (Expand) | Author | Files | Lines |
2010-10-24 | s4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed ... | Matthias Dieter Wallnöfer | 1 | -3/+2 |
2010-10-24 | s4:dsdb - use LDB results in "add_time_element" and "add_uint64_element" | Matthias Dieter Wallnöfer | 2 | -24/+35 |
2010-10-24 | s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possible | Matthias Dieter Wallnöfer | 4 | -19/+28 |
2010-10-24 | s4: Rename SMBPASSWD to smbpasswd. | Jelmer Vernooij | 1 | -7/+7 |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -12/+12 |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -9/+9 |
2010-10-24 | s4: Rename SAMDB_COMMON to samdb_common. | Jelmer Vernooij | 1 | -3/+3 |
2010-10-23 | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-23 | s4: Rename LIBEVENTS to libevents. | Jelmer Vernooij | 1 | -34/+34 |
2010-10-23 | ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO... | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-10-21 | s4-dsdb extended_dn_out: Move lazy dereference control creation to lazy-init | Andrew Bartlett | 1 | -54/+77 |
2010-10-21 | s4-dsdb: force LDB_ERR_NO_SUCH_ATTRIBUTE on missing schemaInfo | Andrew Tridgell | 1 | -2/+3 |
2010-10-21 | s4-dsdb: fixed depenencies for -no-undefined | Andrew Tridgell | 1 | -4/+4 |
2010-10-21 | s4-dsdb: make ldb_password_hash depend on hdb not HEIMDAL_HDB_KEYS | Andrew Tridgell | 1 | -1/+1 |
2010-10-21 | s4-dsdb: moved a bunch of fuctions from schema/schema_info_attr.c to samdb/ld... | Andrew Tridgell | 3 | -10/+350 |
2010-10-19 | s4-dsdb Reset the error string after 'expected' errors. | Andrew Bartlett | 1 | -0/+1 |
2010-10-19 | s4-dsdb Add module to send only 'simple' DNs to OpenLDAP backends | Andrew Bartlett | 3 | -2/+83 |
2010-10-19 | s4-dsdb: register the DCPROMO_OID control with the rootdse | Andrew Tridgell | 1 | -0/+7 |
2010-10-19 | s4-dsdb: filter unregistered controls in the rootdse module | Andrew Tridgell | 1 | -19/+84 |
2010-10-18 | s4:"util_ldb" - remove some really unused dependancies | Matthias Dieter Wallnöfer | 2 | -2/+0 |
2010-10-18 | dsdb simple_ldap_map depends on LDBSAMBA | Andrew Bartlett | 1 | -1/+1 |
2010-10-18 | dsdb: Module aliases require to be prefixed with the subsystem name. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-17 | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ... | Matthias Dieter Wallnöfer | 5 | -0/+5 |
2010-10-17 | s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb... | Matthias Dieter Wallnöfer | 5 | -5/+0 |
2010-10-16 | s4:samldb LDB module - use appropriate fixed-length integer types where needed | Matthias Dieter Wallnöfer | 1 | -4/+5 |
2010-10-16 | s4:dsdb/samdb/ldb_modules/util.c - remove now unused functions which set inte... | Matthias Dieter Wallnöfer | 1 | -74/+0 |
2010-10-16 | s4:samba3sid LDB module - handle the RID as uint32_t | Matthias Dieter Wallnöfer | 1 | -13/+15 |
2010-10-16 | s4:objectclass LDB module - implement the "isCriticalSystemObject" subtree de... | Matthias Dieter Wallnöfer | 1 | -1/+16 |
2010-10-16 | s4:dsdb - fix unsigned integer save problems using the "%u" specifier | Matthias Dieter Wallnöfer | 5 | -17/+31 |
2010-10-15 | s4 dsdb: fix sign problem on PPC and x86 | Matthieu Patou | 1 | -2/+2 |
2010-10-15 | s4:samldb LDB module - cosmetic - use "ldb" variable rather than "ldb_module_... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-10-15 | s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin... | Matthias Dieter Wallnöfer | 3 | -18/+26 |
2010-10-14 | s4:samldb LDB module - attempt to fix integer handling on big-endian platforms | Matthias Dieter Wallnöfer | 1 | -7/+9 |
2010-10-13 | s4:samldb LDB module - cosmetic fixups | Matthias Dieter Wallnöfer | 1 | -9/+9 |
2010-10-13 | s4:samldb LDB module - deny creation of temporary duplicate accounts | Matthias Dieter Wallnöfer | 1 | -0/+12 |
2010-10-13 | s4:samldb LDB module - proof the account type also on LDB modify operations | Matthias Dieter Wallnöfer | 1 | -0/+8 |
2010-10-13 | s4:samldb LDB module - support the group type changing properly | Matthias Dieter Wallnöfer | 1 | -1/+53 |
2010-10-13 | s4:samldb LDB module - deny also the direct modification of "isCriticalSystem... | Matthias Dieter Wallnöfer | 1 | -3/+14 |
2010-10-13 | s4:objectclass LDB module - deny the creation of "isCriticalSystemObject" ent... | Matthias Dieter Wallnöfer | 1 | -0/+9 |
2010-10-13 | s4:samldb LDB module - first implementation of the samldb primary group trigger | Matthias Dieter Wallnöfer | 1 | -48/+61 |
2010-10-13 | s4:samldb LDB module - use the new "objectclass_trigger" for add operations | Matthias Dieter Wallnöfer | 1 | -142/+33 |
2010-10-13 | s4:samldb LDB module - first implementation of the samldb objectclass trigger | Matthias Dieter Wallnöfer | 1 | -0/+176 |
2010-10-13 | dsdb/schema_data: Build as shared object. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-13 | dsdb/schema_load: Build as shared object. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-13 | s4-schema: don't name variables after standard libc functions | Andrew Tridgell | 1 | -3/+3 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -1/+0 |
2010-10-12 | libcli/security Use common security.h | Andrew Bartlett | 3 | -4/+3 |
2010-10-12 | s4-libcli/security Use seperate subsystem for session related functions | Andrew Bartlett | 4 | -3/+6 |
2010-10-12 | libcli/security Add debug class to security_token_debug() et al | Andrew Bartlett | 1 | -1/+1 |
2010-10-12 | dsdb: Build more modules as shared objects. | Jelmer Vernooij | 1 | -14/+14 |