summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* wbclient: Check with nss_wrapper_enabled().Andreas Schneider2014-04-171-6/+6
* s4-torture: Remove nss_wrapper testsuite.Andreas Schneider2014-04-171-1/+1
* s3: Use root_mode() to get uid_wrapper working correctly.Andreas Schneider2014-04-174-5/+5
* s3-lib: Add root_mode() which can deal with uid_wrapper.Andreas Schneider2014-04-172-0/+21
* s3-utils: Do not disable the root check in smbpasswd.Andreas Schneider2014-04-171-2/+0
* Remove uid_wrapper related code.Andreas Schneider2014-04-171-1/+0
* s3: use smb_xmemdup instead of smb_memdup and smb_panicBjörn Baumbach2014-04-161-5/+2
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-167-10/+10
* s3:smbd: always allow SMB1 signing, but only announce it if configured.Stefan Metzmacher2014-04-162-5/+8
* auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.cAndrew Bartlett2014-04-151-14/+0
* auth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.cAndrew Bartlett2014-04-151-20/+0
* auth: Remove linux_bigcrypt support from pass_check.cAndrew Bartlett2014-04-151-32/+0
* auth: Remove support for plaintext auth on systems that use getprpwnam()Andrew Bartlett2014-04-151-10/+0
* auth: Remove plaintext OSF1 password supportAndrew Bartlett2014-04-152-67/+0
* auth: Remove afs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett2014-04-151-35/+0
* auth: Remove dfs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett2014-04-151-315/+0
* auth: Remove unused PASSWORD_LENTH macro from pass_check.cAndrew Bartlett2014-04-151-6/+0
* auth: Remove static variable ths_user from password_check() codeAndrew Bartlett2014-04-151-36/+9
* 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