summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-08dsdb-operational: rework the loop for attribute removalMatthieu Patou1-41/+92
2013-02-08ldb: Add more tests related to onelevel searchMatthieu Patou2-0/+14
2013-02-08ldb: use strncmp instead of strcmp when comparing the val partMatthieu Patou1-2/+2
2013-02-08ldb: make test output more readableMatthieu Patou1-4/+2
2013-02-08ldb-tdb: Document ltdb_index_add1 for more clarityMatthieu Patou1-3/+20
2013-02-08ldb-tdb: Fix a wrong parameter in ltdb_storeMatthieu Patou1-1/+2
2013-02-08ldb_tdb: raise level of full index scan message so that it starts to be reall...Matthieu Patou1-1/+1
2013-02-08dsdb-repl: make message more clearerMatthieu Patou1-2/+2
2013-02-08replmetadata: raise msg level for conflict resolution so that we don't polute...Matthieu Patou1-2/+2
2013-02-08dsdb-repl: do not ask to add ref when doing getncchange for an exopMatthieu Patou1-0/+7
2013-02-08dsdb-cracknames: Fix potential double free and memory leaksMatthieu Patou1-2/+4
2013-02-07BUG 9633: Recursive mget should continue on EPERM.David Disseldorp1-2/+11
2013-02-07s3-rpc_server: Fix password encoding in _netr_ServerGetTrustInfo().Sumit Bose1-14/+8
2013-02-07s3-rpc_server: Dont wipe out ref pointers in _netr_ServerGetTrustInfo().Günther Deschner1-13/+4
2013-02-06autoconf: rename pdb_ldap module to pdb_ldapsamAlexander Bokovoy1-2/+7
2013-02-06source3/wscript: support 'pdb_ldap' module in configureAlexander Bokovoy1-0/+13
2013-02-06Rename pdb_ldap to pdb_ldapsamAndreas Schneider6-13/+17
2013-02-06PIDL: fix parsing linemarkers in preprocessor outputAlexander Bokovoy2-2/+6
2013-02-06docs: Add missing ")".Samba-JP oota1-1/+1
2013-02-05s3:auth small optimization in create_token_from_sidChristian Ambach1-3/+5
2013-02-05s3:net: reduce indentation in net idmap delete for symmetry and consistencyMichael Adam1-5/+7
2013-02-05s3:net: introduce a talloc stackframe for net idmap deleteMichael Adam1-3/+2
2013-02-05s3:net_idmap_delete do not lock two records at the same timeChristian Ambach1-24/+25
2013-02-05s3:net idmap: use lp_idmap_default_backend() now that we have it.Michael Adam1-1/+1
2013-02-05s3:param: add new lp_idmap_default_backend()Michael Adam2-0/+6
2013-02-05s3:param: introduce new lp_idmap_backend() that takes the domainMichael Adam2-0/+28
2013-02-05s3:param: add a commentMichael Adam1-0/+4
2013-02-05s3:param: remove unused function lp_idmap_backend()Michael Adam4-2/+2
2013-02-05s3:net idmap: remove call to lp_idmap_backend() - this is useless.Michael Adam1-2/+2
2013-02-05s3:param: remove unused functions lp_idmap_uid() and lp_idmap_gid()Michael Adam2-49/+0
2013-02-05s3:auth: use new lp_idmap_default_range() instead of lp_idmap_gid() in create...Michael Adam1-2/+2
2013-02-05s3:param: add utility function lp_idmap_default_range()Michael Adam2-0/+6
2013-02-05s3:param: add a utility function lp_idmap_range() to get the configured range...Michael Adam2-0/+41
2013-02-05s3:param: remove an old comment (that is not up-to date any more)Michael Adam1-2/+0
2013-02-05tdb: Remove "header" from tdb_contextVolker Lendecke13-59/+64
2013-02-05tdb: Pass argument "header" to check_header_hashVolker Lendecke1-4/+6
2013-02-05tdb: Pass argument "header" to tdb_new_databaseVolker Lendecke1-6/+8
2013-02-04samba-tool/domain provision: add support for utf-8 passwords for --adminpassStefan Metzmacher1-0/+1
2013-02-04samba-tool/user setpassword: fix help messageStefan Metzmacher1-3/+3
2013-02-04s4:scripting/python: add support for utf-8 passwords from the command lineStefan Metzmacher1-1/+2
2013-02-04s3:dbrwap_ctdb: ZERO_STRUCT(rec) just to be sure in traverse_persistent_callb...Michael Adam1-0/+1
2013-02-04s3:dbwrap_ctdb: ZERO_STRUCT(rec) just to be sure in traverse_read_callback()Michael Adam1-0/+2
2013-02-04s3:dbwrap_ctdb: add "db_context" to "db_record"Stefan Metzmacher1-2/+5
2013-02-04s3:dbwrap_ctdb: setup result->name in db_open_ctdb()Stefan Metzmacher1-0/+7
2013-02-04lib/dbwrap: talloc_strdup() name in db_open_file()Stefan Metzmacher1-1/+6
2013-02-04lib/util: improve check_password_quality() to handle utf8Stefan Metzmacher2-19/+120
2013-02-04dsdb/util: rework samdb_check_password() to support utf8Stefan Metzmacher1-5/+16
2013-02-04dsdb/password_hash: rename variable 'stat' to 'vstat'Stefan Metzmacher1-5/+5
2013-02-04dsdb/password_hash: make sure that io->n.cleartext_utf8.data is a null termin...Stefan Metzmacher1-0/+23
2013-02-04s3: use generate_random_password() instead of generate_random_str()Stefan Metzmacher5-12/+21