summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-13s4:dsdb: use validate_update moduleStefan Metzmacher1-0/+1
2010-01-13s4:dsdb/schema: add dsdb_syntax_OID_validate_ldb()Stefan Metzmacher1-13/+50
2010-01-13s4:dsdb/schema: add dsdb_syntax_DN_STRING_validate_ldb()Stefan Metzmacher1-1/+48
2010-01-13s4:dsdb/schema: add dsdb_syntax_DN_BINARY_validate_ldb()Stefan Metzmacher1-2/+49
2010-01-13s4:dsdb/schema: add dsdb_syntax_DN_validate_ldb()Stefan Metzmacher1-1/+139
2010-01-13s4:dsdb/schema: add dsdb_syntax_PRESENTATION_ADDRESS_validate_ldb()Stefan Metzmacher1-1/+12
2010-01-13s4:dsdb/schema: add dsdb_syntax_UNICODE_validate_ldb()Stefan Metzmacher1-1/+69
2010-01-13s4:dsdb/schema: add dsdb_syntax_DATA_BLOB_validate_ldb()Stefan Metzmacher1-8/+61
2010-01-13s4:dsdb/schema: add dsdb_syntax_NTTIME_validate_ldb()Stefan Metzmacher1-1/+37
2010-01-13s4:dsdb/schema: add dsdb_syntax_NTTIME_UTC_validate_ldb()Stefan Metzmacher1-1/+49
2010-01-13s4:dsdb/schema: add dsdb_syntax_INT64_validate_ldb()Stefan Metzmacher1-1/+47
2010-01-13s4:dsdb/schema: add dsdb_syntax_INT32_validate_ldb()Stefan Metzmacher1-1/+48
2010-01-13s4:dsdb/schema: add dsdb_syntax_BOOL_validate_ldb()Stefan Metzmacher1-1/+30
2010-01-13s4:dsdb: add validate_update moduleStefan Metzmacher2-1/+130
2010-01-13s4:dsdb/schema: add inftrastructure for dsdb_validate_ldb()Stefan Metzmacher2-0/+61
2010-01-13s4:dsdb/schema: add dsdb_syntax_DN_STRING_* wrappersStefan Metzmacher1-2/+30
2010-01-13s4:dsdb/resolve_oids: also resolve oid in search attribute listStefan Metzmacher1-4/+55
2010-01-13s4:dsdb/schema_load: add a TODO about schema reloadingStefan Metzmacher1-1/+11
2010-01-13s4:ldb/tests: do a "schemaUpdateNow" after creating a new attribute in ldap_s...Stefan Metzmacher1-0/+10
2010-01-13s4:dsdb/repl: reorder dreplsrv_op_notify* functionsStefan Metzmacher1-53/+50
2010-01-13s4:dsdb/repl: change dreplsrv_op_notify_send/recv() to tevent_reqStefan Metzmacher2-70/+74
2010-01-13s4:dsdb/common: fix major bug in lsa_BinaryString to ldb_val conversation.Stefan Metzmacher1-2/+2
2010-01-13s4:ldb_msg: first try to decode integers as signed and then fallback to unsignedStefan Metzmacher1-0/+18
2010-01-13s4:dsdb/common: let samdb_msg_add_uint() call samdb_msg_add_int()Stefan Metzmacher1-2/+1
2010-01-13s4:dsdb/common: let samdb_msg_add_uint64() call samdb_msg_add_int64()Stefan Metzmacher1-2/+1
2010-01-13s4:ldb: be more strict in parsing ldb time stringsStefan Metzmacher1-4/+4
2010-01-13selftest: Print reason when a test fails unexpectedlyKai Blin1-1/+3
2010-01-13s4-ntp_signd: Migrate to tsocket.Andreas Schneider2-132/+286
2010-01-13Fixed a problem with incorrect default SD owner/group.Nadezhda Ivanova1-1/+1
2010-01-13s3: Fix a winbind segfault in "trusted_domains"Volker Lendecke1-3/+4
2010-01-13Comparison tool for LDAP servers (using Ldb)Zahari Zahariev2-0/+501
2010-01-13Merge branch 'master' of git://git.samba.org/sambaNadezhda Ivanova180-2178/+30190
2010-01-12Fix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)SASAJIMA Toshihiro1-1/+2
2010-01-12Fix two uses of strncat -> strlcat. Ensure proper use of strncpy when setting...Jeremy Allison1-3/+3
2010-01-12Make file access control decisions a lot easier to debug (at level 10).Jeremy Allison1-0/+11
2010-01-12Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison1-2/+6
2010-01-12Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison1-2/+6
2010-01-12Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison7-4/+142
2010-01-12Remove the global char *LastDir.Jeremy Allison3-22/+1
2010-01-12s3: Lift the version of the scannedonly VFS moduleVolker Lendecke1-1/+1
2010-01-12s3: Add the "scannedonly" vfs virus scanner interface moduleOlivier Sessink3-0/+1002
2010-01-12Strip trailing spacesSimo Sorce2-82/+82
2010-01-12docs: fix xml tag in the pdbedit manpageMichael Adam1-1/+1
2010-01-12s3:auth: add comment to nulling out stolen sampassMichael Adam1-0/+4
2010-01-12s3: Remove a pointless if-statementVolker Lendecke1-3/+2
2010-01-12s4-selftest: RPC-SAMR-PASSWORDS-BADPWDCOUNT fails against s4.Günther Deschner1-0/+1
2010-01-12testprogs: remove unused test_EachDriver from spoolss test.Günther Deschner1-20/+0
2010-01-12testprogs: add EnumPrinterKey test to spoolss test.Günther Deschner4-4/+62
2010-01-12s4-smbtorture: fix GetAliasMembership test in RPC-SAMR.Günther Deschner1-4/+6
2010-01-12s4-smbtorture: add RPC-SAMR-PASSWORDS-BADPWDCOUNT torture test.Günther Deschner2-2/+489