summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4-wbclient: Cope with winbind returning an errorAndrew Bartlett2014-04-081-0/+4
* ctdb-daemon: Always update database priority cluster wideAmitay Isaacs2014-04-074-17/+17
* s3: smbd/nmbd/winbindd - fix append on trailing slash on system paths.Jeremy Allison2014-04-051-1/+1
* s3: enforce a positive allocation_file_size for non-empty filesBjörn Baumbach2014-04-051-0/+12
* vfs: Store ACL control flags in gpfs vfs module.Alexander Werth2014-04-051-23/+114
* vfs: Support NFS control flags in nfs4_acls.c.Alexander Werth2014-04-052-1/+27
* talloc: Update flags in pytalloc-util pkgconfig fileLukas Slebodnik2014-04-041-2/+2
* tevent: Update flags in tevent pkgconfig fileLukas Slebodnik2014-04-041-2/+2
* s3-kerberos: make ipv6 support for generated krb5 config files more robust.Günther Deschner2014-04-041-2/+27
* s3: rpc_server/srvsvc: count open files in NetConnEnumShekhar Amlekar2014-04-031-11/+47
* s3: rpc_server/srvsvc: count share connections in NetConnEnumShekhar Amlekar2014-04-031-9/+45
* s3: rpc_server/srvsvc: added routines to compute opens on share connections.Shekhar Amlekar2014-04-031-0/+49
* s3: rpc_server/srvsvc: Added routines to count share connections.Shekhar Amlekar2014-04-031-0/+64
* autorid: use the db argument in the initialize traverse action.Michael Adam2014-04-031-2/+2
* s3: messages: Implement cleanup of dead records.Jeremy Allison2014-04-034-0/+68
* autorid: make the whole initialization atomic with one transaction.Michael Adam2014-04-031-10/+38
* autorid: initialize: fix typo in and further improve a debug message.Michael Adam2014-04-031-2/+2
* autorid: initialize: use the split db_open and init_hwms function instead of ...Michael Adam2014-04-031-1/+6
* autorid: initialize: open the autorid db as late as possible.Michael Adam2014-04-031-8/+9
* autorid: initialize: link config to commonconfig as soon as it is allocated.Michael Adam2014-04-031-1/+1
* autorid: initialize: link commonconfig to dom as soon as it is allocatedMichael Adam2014-04-031-2/+1
* autorid: initialize: store config directly before allocating well knowns.Michael Adam2014-04-031-7/+6
* autorid: split idmap_autorid_db_open and idmap_autorid_init_hwms out of idmap...Michael Adam2014-04-032-9/+50
* autorid: in idmap_autorid_saveconfig, add a debug msg when loading gives errorMichael Adam2014-04-031-0/+2
* autorid: improve the precision of the DEBUG at the end of add_rangeMichael Adam2014-04-031-2/+5
* autorid: add a DEBUG upon talloc fail in the add_range function.Michael Adam2014-04-031-0/+1
* autorid: when storing a new range, always check it does not exist.Michael Adam2014-04-031-15/+22
* autorid: fix a potential for data corruption.Michael Adam2014-04-031-1/+33
* autorid: print debug message when a HWM key has been createdMichael Adam2014-04-031-0/+2
* autorid: reverse logic flow in idmap_autorid_init_hwm(), decreasing indentation.Michael Adam2014-04-031-9/+13
* autorid: store hwm as uint32_t in idmap_autorid_init_hwm()Michael Adam2014-04-031-1/+1
* dfs_server: get_dcs: fix pointer list terminationArvid Requate2014-04-031-3/+8
* script to generate content for libcli/util/nterr.c & libcli/util/ntstatus.hNoel Power2014-04-021-0/+243
* Add error codes and message descriptions for NTSTATUSNoel Power2014-04-022-0/+4238
* Use correct error code value for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGENoel Power2014-04-021-1/+1
* script to generate libcli/util/hresult.c & libcli/util/hresult.hNoel Power2014-04-021-0/+207
* Allow FSRVP access generic HRESULT error message descriptionsNoel Power2014-04-023-8/+11
* Add autogenerated HRESULT error codes and descriptions from MS_ERREFNoel Power2014-04-023-2/+14741
* torture-samr: Add testing of account lockout and password change behaviourAndrew Bartlett2014-04-022-39/+347
* selftest: Run rpc.samr.passwords.badpwdcount against s3dcAndrew Bartlett2014-04-022-1/+2
* torture-samr: Add test for lockout with and without a password historyAndrew Bartlett2014-04-021-2/+18
* torture-samr: Improve rpc.samr.passwords.badpwdcount testAndrew Bartlett2014-04-021-10/+12
* selftest: Add test for password lockoutAndrew Bartlett2014-04-022-0/+1485
* dsdb: Allow SAMR server to return the computed, not actual badPwdCountAndrew Bartlett2014-04-022-13/+58
* s4:rpc_server/samr: passdown unmodified acct_flags to the ldb layer.Stefan Metzmacher2014-04-021-15/+1
* s4:dsdb/samldb: rework samldb_user_account_control_change()Stefan Metzmacher2014-04-021-99/+134
* libds: add UF_PARTIAL_SECRETS_ACCOUNT to UF_ACCOUNT_TYPE_MASKStefan Metzmacher2014-04-021-1/+2
* s4:dsdb/samldb: remove fantasy code from samldb_user_account_control_change()Stefan Metzmacher2014-04-021-10/+0
* s4-samr: Escape the username in the LDAP filterAndrew Bartlett2014-04-021-2/+2
* s4-auth: Support password history correctly, including allowing NTLM logins u...Andrew Bartlett2014-04-023-27/+297