summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Typo: Commiting -> CommittingJelmer Vernooij2014-04-141-1/+1
* Typo: speciefied -> specified.Jelmer Vernooij2014-04-131-1/+1
* Typo: s/prefered/preferred/Jelmer Vernooij2014-04-131-1/+1
* Typo: sucessfully -> successfullyJelmer Vernooij2014-04-132-3/+3
* Typo: Specifing -> specifying.Jelmer Vernooij2014-04-131-1/+1
* s3:smb2_server: remove unused get_min_receive_file_size() wrapper functionStefan Metzmacher2014-04-111-13/+2
* s3:smb2_server: only allocate the required buffer in the smb2 recvfile() code...Stefan Metzmacher2014-04-112-19/+30
* s3:smb2_server: prepare smbd_smb2_request_verify_sizes() for the optimized re...Stefan Metzmacher2014-04-111-0/+9
* s3:smb2_write: allow SMBD_SMB2_IN_DYN_LEN() to be 0 for the recvfile case.Stefan Metzmacher2014-04-111-2/+18
* s3:smb2_server: make sure we don't try recvfile for special NBT messagesStefan Metzmacher2014-04-111-0/+3
* s3:smb2_server: use the same logic to avoid recvfile() for IPC/PRINT sharesStefan Metzmacher2014-04-111-0/+41
* s3:smbd: use smb1srv_open_lookup() in is_valid_writeX_buffer()Stefan Metzmacher2014-04-111-9/+20
* s3:smbXsrv_open: allow now==0 to skip the idle_time update.Stefan Metzmacher2014-04-111-1/+3
* s3:lib: use stack buffers in drain_socket() and default_sys_recvfile()Stefan Metzmacher2014-04-111-16/+2
* s3: smbd: Performance optimization for RECVFILE.Jeremy Allison2014-04-101-13/+43
* s3-lib/util: fix logic inside set_namearray loops.Jeremy Allison2014-04-091-10/+16
* s3-lib/util: fix read across end of namelist stringBjörn Baumbach2014-04-081-2/+5
* 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
* 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
* Allow FSRVP access generic HRESULT error message descriptionsNoel Power2014-04-021-0/+8
* selftest: Run rpc.samr.passwords.badpwdcount against s3dcAndrew Bartlett2014-04-021-1/+1
* lib/param: Add new parameter "old password allowed period"Andrew Bartlett2014-04-021-0/+1
* dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...Andrew Bartlett2014-04-021-6/+5
* selftest: Run rpc.samr.passwords.lockout against the s3dc environmentAndrew Bartlett2014-04-021-1/+1
* kerberos: Map KRB5KDC_ERR_CLIENT_REVOKED to NT_STATUS_ACCOUNT_LOCKED_OUTAndrew Bartlett2014-04-021-1/+1