Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-06 | build: Remove Unicos support (quota in particular) | Andrew Bartlett | 3 | -132/+0 | |
Unicos machines are long gone now (Cray now make Linux compute nodes), so remove the quota support. Andrew Bartlett Signed-off-by: Björn Jacke <bj@sernet.de> | |||||
2012-09-06 | build: Do not compile lib/sysquotas*.c files as part of configure | Andrew Bartlett | 1 | -65/+16 | |
Instead, use the tests in tests/sysquotas.c. It is better that we see any compile failures, and then expand the tests than 'automatically' disable the support. Users can always use --without-quotas if the quotas code does not work on their system. Andrew Bartlett Signed-off-by: Björn Jacke <bj@sernet.de> | |||||
2012-09-06 | s3: Fix 64-bit warnings in vfs_media_harmony | Volker Lendecke | 1 | -1/+1 | |
2012-09-06 | sysquota: we need to list nfs4 as a separate fs name for the ↵ | Björn Jacke | 1 | -0/+1 | |
sys_get_nfs_quota backend at least the Linux kernel up to 3.5.0 lists NFSv4 aѕ nfs4 and not as nfs | |||||
2012-09-06 | selftest: Test configure stage of dlz_bind9 | Andrew Bartlett | 1 | -0/+61 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Sep 6 09:07:11 CEST 2012 on sn-devel-104 | |||||
2012-09-06 | selftest: Add tests for the dlz_bind9 module | Andrew Bartlett | 5 | -0/+113 | |
This will help ensure that we do not break the fundemental loading etc. From here, it should be easy to extend this to more comprehensive tests. Andrew Bartlett | |||||
2012-09-06 | join.py: Only replicate DNS zones if the source DC had DNS zones | Andrew Bartlett | 1 | -7/+18 | |
This avoid folks needing to specify --dns-backend=NONE Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Sep 6 04:48:55 CEST 2012 on sn-devel-104 | |||||
2012-09-06 | s3-printing: Restrict printing=cups to systems with cups development headers ↵ | Andrew Bartlett | 4 | -17/+9 | |
at build time This means that instead of failing due to the default commandline values not being quite correct that we clearly fail at loadparm and testparm time when parsing the printing= line. Andrew Bartlett | |||||
2012-09-05 | Free protect_ids in secret_store_domain_sid() as the caller of ↵ | Michele Baldessari | 1 | -0/+2 | |
fetch_secrets() must free the result in order to not leak memory. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 5 22:20:45 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | Add "backup_intent" bool to files_struct. | Jeremy Allison | 1 | -0/+3 | |
Not used right now but I need this in the VFS to implement open for backup/restore later and don't want to break the ABI once 4.0.0 ships. | |||||
2012-09-05 | Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC. | Jeremy Allison | 1 | -29/+1 | |
Suggested by Volker. | |||||
2012-09-05 | s4 dns: Allow configuring signed updates | Kai Blin | 1 | -1/+6 | |
Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Wed Sep 5 20:42:46 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s4 dns: Make sure to remember incoming tkey name | Kai Blin | 1 | -0/+4 | |
2012-09-05 | s4 dns: Verify incoming TSIG signatures | Kai Blin | 4 | -0/+189 | |
2012-09-05 | s4 dns: Handle GSS-TSIG signature creation | Kai Blin | 3 | -0/+144 | |
2012-09-05 | s4 dns: When we got a TKEY, we need to remember which key to use for signing | Kai Blin | 2 | -2/+17 | |
2012-09-05 | s4 dns: TKEY record needs to remember incoming algorithm | Kai Blin | 2 | -1/+10 | |
Samba3 (and older windows versions) use gss.microsoft.com, win7 (and the RFC) use gss-tsig | |||||
2012-09-05 | s4 dns: Move dns_find_tkey to an extra file | Kai Blin | 4 | -56/+88 | |
2012-09-05 | s4 dns: Create IDL entry for TSIG-like record needed for signature check | Kai Blin | 1 | -0/+14 | |
2012-09-05 | s4-dns: Fix linking the dns service. | Andreas Schneider | 1 | -1/+1 | |
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Sep 5 18:40:00 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | selftest: Add python blackbox tests for samba-tool ntacl get/set | Andrew Bartlett | 1 | -2/+67 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 5 15:47:55 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | samba_tool: Improve samba-tool ntacl get/set to use the local sam.ldb SID | Andrew Bartlett | 1 | -19/+53 | |
This gets the SID for the local machine correctly. We also add options for --use-ntvfs and --use-s3fs to help control exactly which database is being read and written. Andrew Bartlett | |||||
2012-09-05 | samba_tool: Fix ntacl get to correctly output in sddl | Andrew Bartlett | 1 | -3/+3 | |
2012-09-05 | s4-provision: Fix error message to contain the string SSDL of the ↵ | Andrew Bartlett | 1 | -2/+2 | |
failed-to-match ACL | |||||
2012-09-05 | s4 dns: Revert erroneous push from wrong branch | Kai Blin | 8 | -475/+60 | |
I've pushed the wrong branch for this, sorry about that. Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Wed Sep 5 14:10:54 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s3:smb2_create: check for SMB2_CREATE_TAG_DHNC first | Stefan Metzmacher | 1 | -43/+14 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Sep 5 12:27:25 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s3:locking: fix trailing space in brl_close_fnum() | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-05 | s4 dns: Allow configuring signed updates | Kai Blin | 1 | -1/+6 | |
Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Wed Sep 5 10:45:22 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s4 dns: Make sure to remember incoming tkey name | Kai Blin | 1 | -0/+4 | |
2012-09-05 | more tsig_verify stuff | Kai Blin | 3 | -12/+23 | |
2012-09-05 | drop me | Kai Blin | 1 | -0/+3 | |
2012-09-05 | hack: dns_sign_tsig correct memcpy | Kai Blin | 1 | -1/+1 | |
2012-09-05 | HACK remove debug statement | Kai Blin | 1 | -1/+0 | |
2012-09-05 | s4 dns: Verify incoming TSIG signatures | Kai Blin | 4 | -9/+95 | |
2012-09-05 | s4 dns: Handle GSS-TSIG signatures | Kai Blin | 6 | -59/+366 | |
2012-09-05 | build: Remove unused deps from vfs modules | Andrew Bartlett | 1 | -2/+2 | |
Both these modules are just implemented in terms of other modules. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 5 03:34:08 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s3: Slightly simplify fd_open_atomic | Volker Lendecke | 1 | -8/+7 | |
Replace an if-statement by a direct assignment Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 5 01:56:46 CEST 2012 on sn-devel-104 | |||||
2012-09-04 | s3: Put a comment into the right place | Volker Lendecke | 1 | -4/+5 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-04 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-04 | s3: Factor out disposition_to_open_flags | Volker Lendecke | 1 | -24/+57 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-04 | s3: Factor out calculation of clear_ads | Volker Lendecke | 1 | -5/+17 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-04 | s3: Slightly simplify open_file_ntcreate | Volker Lendecke | 1 | -5/+5 | |
We have not set flags2 before, so do direct assignment and not |= Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-04 | s3: Fix a comment | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-04 | s3: Make "open_match_attributes" static | Volker Lendecke | 2 | -12/+6 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-04 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-04 | s3: Fix memleaks in pylibsmb.c | Volker Lendecke | 1 | -2/+2 | |
Cut&Paste errors from the read&x routine Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-04 | s3: in sys_popen(), add a debug message for failed fork | Michael Adam | 1 | -0/+1 | |
Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 4 22:17:30 CEST 2012 on sn-devel-104 | |||||
2012-09-04 | s3: in sys_popen(), add a debug message for failed extract_args() | Michael Adam | 1 | -0/+1 | |
2012-09-04 | s3: in sys_popen(), untangle function call from result check | Michael Adam | 1 | -1/+3 | |
2012-09-04 | s3: in sys_popen(), untangle assigment from check and add a debug message in ↵ | Michael Adam | 1 | -1/+4 | |
failure case |