Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-12 | s4:samba_upgradedns: delete dns-HOSTNAME account if using the internal dns ↵ | Stefan Metzmacher | 1 | -0/+28 | |
server metze | |||||
2012-09-12 | selftest:Samba4: don't provision with BIND9_DLZ | Stefan Metzmacher | 1 | -21/+34 | |
metze | |||||
2012-09-12 | s4:upgradehelpers.py: don't require a dns-$HOSTNAME account | Stefan Metzmacher | 1 | -3/+0 | |
metze | |||||
2012-09-12 | s4:provision: don't add the dns-HOSTNAME account if we use the internal dns ↵ | Stefan Metzmacher | 1 | -6/+10 | |
server metze | |||||
2012-09-12 | loadparm: dns is now a default server service | Kai Blin | 1 | -1/+1 | |
2012-09-12 | s4 dns: use the internal DNS server per default | Kai Blin | 4 | -21/+21 | |
2012-09-12 | s4 dns: Add libaddns-based simple tests | Kai Blin | 4 | -3/+203 | |
2012-09-12 | s4 dns: Run python tests in fl2003dc env | Kai Blin | 3 | -22/+23 | |
2012-09-12 | s4 dns: Improve logging of delegated dns updates | Kai Blin | 1 | -1/+1 | |
2012-09-12 | s4:selftest: run thet dlz_bind9. tests in the chgdcpass env | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-09-12 | s3: remove unneeded noquota.c file | Björn Jacke | 1 | -38/+0 | |
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Wed Sep 12 16:50:50 CEST 2012 on sn-devel-104 | |||||
2012-09-12 | s3-rap: Open printers with the right access mask. | Andreas Schneider | 1 | -3/+3 | |
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Sep 12 14:05:42 CEST 2012 on sn-devel-104 | |||||
2012-09-12 | docs: Build manpages correctly. | Andreas Schneider | 1 | -1/+1 | |
2012-09-12 | wafsamba: Add a SAMBAMANPAGES function. | Andreas Schneider | 1 | -1/+15 | |
2012-09-12 | docs: Bump version up to 4.0. | Andreas Schneider | 8 | -10/+8 | |
2012-09-12 | docs: Fix typo. | Karolin Seeger | 1 | -1/+1 | |
Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Wed Sep 12 12:21:00 CEST 2012 on sn-devel-104 | |||||
2012-09-12 | lib/krb5_wrap: when deleting default realm, pass char*, not char** | Alexander Bokovoy | 1 | -1/+1 | |
Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Wed Sep 12 10:33:37 CEST 2012 on sn-devel-104 | |||||
2012-09-12 | s3-pdb: filter out more symbols only used in ldapsam internals | Alexander Bokovoy | 2 | -2/+1 | |
2012-09-12 | WHATSNEW: provision and updateprovision have new names | Stefan Metzmacher | 1 | -0/+6 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Sep 12 08:48:16 CEST 2012 on sn-devel-104 | |||||
2012-09-12 | s4:scripting: rename upgradeprovision -> samba_upgradeprovision | Stefan Metzmacher | 4 | -4/+4 | |
metze | |||||
2012-09-12 | s4:setup: remove standalone 'provision' | Stefan Metzmacher | 2 | -279/+0 | |
metze | |||||
2012-09-12 | smbd: Add extra VFS hooks to get the posix ACL as a blob | Andrew Bartlett | 8 | -0/+235 | |
This will allow us to hash this, rather than the NT ACL it maps to. This will in turn allow us to know if the NT ACL is valid even if we have to change the mapping code. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 12 07:06:01 CEST 2012 on sn-devel-104 | |||||
2012-09-12 | smbd: Remove pre-allocation of ACL array in sys_acl_init() | Andrew Bartlett | 6 | -19/+15 | |
Instead, this is just handled with realloc in sys_acl_create_entry() This allows us to remove the size element from the SMB_ACL_T. Andrew Bartlett | |||||
2012-09-12 | smbd-posix_acls: Use a IDL union to store the ACL entry | Andrew Bartlett | 4 | -59/+43 | |
This is a clearer, long-term-stable structure we can hash without risking it changing. Andrew Bartlett | |||||
2012-09-12 | Make metze happy and the code clearer :-). | Jeremy Allison | 1 | -0/+6 | |
Ensure we know after the destructor fires we're never going to look at this again. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 12 03:00:21 CEST 2012 on sn-devel-104 | |||||
2012-09-12 | nsswitch: fix crash on null pam change pw response | Luca Lorenzetto | 1 | -1/+1 | |
The function _pam_winbind_change_pwd crashes due to a null value passed to the function strcasecmp and denies to login via graphical login manager. Check for a null value before doing a strcasecmp. Bug-Ubuntu: https://bugs.launchpad.net/bugs/1003296 Bug: https://bugzilla.samba.org/show_bug.cgi?id=9013 Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Wed Sep 12 00:07:28 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl3 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 11 22:09:18 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl2 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl1 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) | |||||
2012-09-11 | s4:torture:smb2: remove an unused variable from the oplock-exclusive2 test | Michael Adam | 1 | -3/+0 | |
2012-09-11 | s4:torture:smb2: remove an unused variable from the oplock-exclusive1 test | Michael Adam | 1 | -3/+0 | |
2012-09-11 | At Michael's suggestion, factor common code into a function. My bad :-). | Jeremy Allison | 1 | -4/+9 | |
Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Sep 11 20:08:37 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | smbd: Print ACL used to create hash in vfs_xattr_common | Andrew Bartlett | 1 | -0/+10 | |
This should help us understand why sometimes an ACL set won't stick. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Sep 11 18:19:53 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | provision: Only give the "no posix ACLs" exception if we could not set the SD | Andrew Bartlett | 1 | -6/+6 | |
This will allow us to run make test on all platforms again, as we emululate the posix ACLs using the fake_acls module. By then testing smbd.have_posix_acls() we gain a more specific error message. Andrew Bartlett | |||||
2012-09-11 | torture: Add discard_const_p() to work around dlz_create prototype | Andrew Bartlett | 1 | -2/+2 | |
2012-09-11 | selftest: we fail the smb2.durable-open.delete_on_close2 test | Michael Adam | 1 | -0/+1 | |
(we currently do not grant durable on reconnect when delete-on-close is set) Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 11 16:22:20 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | s4:torture:smb2: add a durable-open.delete_on_close2 test | Michael Adam | 1 | -0/+110 | |
This test verifies that the delete on close flag is kept during a disconnect and is still active on the reconnected handle. When the reconnected handle is closed, the file is deleted. | |||||
2012-09-11 | selftest: pass smb2.durable-open.delete_on_close1 | Michael Adam | 1 | -1/+0 | |
2012-09-11 | selftest: smb2.durable-open.delete_on_close1 is not flapping any more | Michael Adam | 1 | -1/+0 | |
The entry into flapping was not effective anyways since, the test was also listed in knownfail... | |||||
2012-09-11 | s4:torture:smb2: fix the durable-open.delete_on_close1 test | Michael Adam | 1 | -53/+16 | |
This test used to flap because there was an invalid check of the file-id. This might or might not be the same after a new open. Hence the flapping. The new version simply opens a file as durable handle with delete_on_close set, writes a byte and closes the file. Then on a new connect, the file is opened again, and it is checked that the file has been created (again) and that it is empty. | |||||
2012-09-11 | lib/replace: remove duplicate check for inotify | Michael Adam | 1 | -1/+1 | |
2012-09-11 | docs: Move idmap manpage to there old location. | Andreas Schneider | 8 | -0/+0 | |
This wasn't planned and slipped trough, sorry. Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Sep 11 14:28:53 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | docs: Bump version up to 4.0. | Karolin Seeger | 72 | -82/+82 | |
Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Tue Sep 11 12:37:17 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | selftest/Samba4: make use of samba-tool domain provision | Stefan Metzmacher | 1 | -1/+3 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Sep 11 10:15:23 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | wintest: make use of samba-tool domain provision | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2012-09-11 | testprogs/blackbox: make use of samba-tool domain provision | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-09-11 | s4:setup/tests: make use of samba-tool domain provision | Stefan Metzmacher | 6 | -19/+19 | |
metze | |||||
2012-09-11 | s4:scripting: install samba_kcc to SBINDIR | Stefan Metzmacher | 1 | -2/+2 | |
It's use as "%s/samba_kcc", dyn_SCRIPTSBINDIR" similar to samba_spnupdate and samba_dnsupdate. metze | |||||
2012-09-11 | s4:scripting: use the 'sbin_files' variable | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-09-11 | s4:samba-tool: add 'samba-tool domain provision' | Stefan Metzmacher | 1 | -1/+264 | |
This is mostly a copy of the standalone source4/setup/provision. metze |