summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3:test: fix the net registry roundtrip test on older systemsMichael Adam2011-06-241-1/+1
| | | | mktemp requires exactly Xs at the end of the template name on SLES8
* s3:configure: remove unused --with-rootsbindir configure optionStefan Metzmacher2011-06-242-19/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jun 24 23:57:20 CEST 2011 on sn-devel-104
* s3-autconf Move nmbd socket directory to PREFIX/var/nmbdAndrew Bartlett2011-06-241-2/+2
| | | | | | | | | | | | | | | This is consistent with the new ncalrpc socket directory, also added in this release. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> The last 2 patches address bug #8230 (Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd). (cherry picked from commit 833fdb5b3693a7c9111bb98e5bc9a29d29be9d1d) Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-buildoptions Show compiled-in location of the new ncaclrpc and nmbd socketsAndrew Bartlett2011-06-241-0/+2
| | | | | | (cherry picked from commit c558775713e505cfc1db5af417cc7b792dfc310e) Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Add NT_STATUS_IO_REPARSE_TAG_NOT_HANDLEDVolker Lendecke2011-06-242-0/+3
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jun 24 22:36:50 CEST 2011 on sn-devel-104
* s3: Fix an error message in smbclient symlinkVolker Lendecke2011-06-241-1/+1
|
* s3: Use reparse point style symlinksVolker Lendecke2011-06-241-18/+18
|
* s3: Remove a call to cli_errstrVolker Lendecke2011-06-241-2/+4
|
* s3: Add cli_symlinkVolker Lendecke2011-06-244-0/+242
|
* s3: Add SYMLINK_FLAG_RELATIVE defineVolker Lendecke2011-06-241-0/+2
|
* s3: Add symlink reparse point marshalling routinesVolker Lendecke2011-06-244-0/+185
|
* lib: Allow NULL converted_size in convert_string_tallocVolker Lendecke2011-06-241-2/+6
|
* s4:selftest: test ntvfs.cifs with s4u2proxyStefan Metzmacher2011-06-242-7/+56
| | | | | | | | | Pair-Programmed-With: Björn Baumbach <bb@sernet.de> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jun 24 20:35:30 CEST 2011 on sn-devel-104
* s4:selftest: use wildcards for ntvfs.cifs tests in knownfail and skip filesStefan Metzmacher2011-06-242-36/+20
| | | | metze
* selftest/Samba4: correctly upper case the netbiosname variableStefan Metzmacher2011-06-241-5/+7
| | | | metze
* s4:kdc: implement samba_kdc_check_s4u2proxy()Stefan Metzmacher2011-06-242-0/+106
| | | | metze
* s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuffStefan Metzmacher2011-06-242-0/+269
| | | | | | | | | For now this only works on the local sam.ldb, but it shouldn't be hard to improve it to talk to remove servers. Pair-Programmed-With: Björn Baumbach <bb@sernet.de> metze
* s4:python/samba/samdb: add toggle_userAccountFlags() helper functionStefan Metzmacher2011-06-241-10/+35
| | | | | | | | And let enable_account() use it. Pair-Programmed-With: Björn Baumbach <bb@sernet.de> metze
* HEIMDAL:kdc: don't allow self delegation if a backend ↵Stefan Metzmacher2011-06-241-4/+4
| | | | | | | | | | | check_constrained_delegation() hook is given A service should use S4U2Self instead of S4U2Proxy. Windows servers allow S4U2Proxy only to explicitly configured target principals. metze
* HEIMDAL:kdc: pass down the server hdb_entry_ex to check_constrained_delegation()Stefan Metzmacher2011-06-241-5/+19
| | | | | | | | This way we can compare the already canonicalized principals, while still passing the client specified target principal down to the backend specific constrained_delegation() hook. metze
* HEIMDAL:kdc: use the correct client realm in the EncTicketPartStefan Metzmacher2011-06-241-1/+1
| | | | | | With S4U2Proxy tgt->crealm might be different from tgt_name->realm. metze
* Add NT_STATUS_IO_REPARSE_DATA_INVALIDVolker Lendecke2011-06-242-0/+3
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jun 24 17:58:00 CEST 2011 on sn-devel-104
* s4-lsa: Fix typoSumit Bose2011-06-241-1/+1
| | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jun 24 16:19:36 CEST 2011 on sn-devel-104
* s3:vfs_commit: fix buildBjörn Jacke2011-06-241-0/+1
| | | | | | | | | fix build Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Fri Jun 24 14:51:31 CEST 2011 on sn-devel-104
* s3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BUFFER_OVERFLOW if ↵Stefan Metzmacher2011-06-242-0/+10
| | | | | | | | | | | needed (bug #8260) This should fix DCERPC responses with fragments larger than 1024 bytes. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jun 24 11:25:36 CEST 2011 on sn-devel-104
* Merge commit 'release-4-0-0alpha16' into master4-tmpStefan Metzmacher2011-06-240-0/+0
|\
| * Merge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba-4.0alpha16samba-4.0.0alpha16Andrew Bartlett2011-06-241484-25241/+78250
| |\
| | * release Samba 4.0 alpha16Andrew Bartlett2011-06-241-1/+1
| | |
| | * Update WHATSNEW.txt with news for Samba 4.0 alpha16Andrew Bartlett2011-06-242-318/+101
| | |
| | * build: Remove blacklist now we have a common buildAndrew Bartlett2011-06-241-10/+0
| | |
* | | Merge commit 'release-4-0-0alpha15' into master4-tmpStefan Metzmacher2011-06-240-0/+0
|\| |
| * | Release alpha15.samba-4.0.0alpha15Jelmer Vernooij2011-04-231-1/+1
| | |
| * | Update WHATSNEW4.txt.Jelmer Vernooij2011-04-231-17/+8
| | |
* | | VERSION: on the road to alpha17Andrew Bartlett2011-06-241-2/+2
| | | | | | | | | | | | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jun 24 08:23:54 CEST 2011 on sn-devel-104
* | | release Samba 4.0 alpha16Andrew Bartlett2011-06-241-1/+1
| | |
* | | Update WHATSNEW.txt with news for Samba 4.0 alpha16Andrew Bartlett2011-06-242-318/+101
| | |
* | | build: Remove blacklist now we have a common buildAndrew Bartlett2011-06-241-10/+0
| | |
* | | s3-build Add dep on popt to fix FreeBSD buildAndrew Bartlett2011-06-241-1/+1
| | | | | | | | | | | | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jun 24 06:32:59 CEST 2011 on sn-devel-104
* | | selftest: Cope with no binary argument being supplied to gdb_backtraceAndrew Bartlett2011-06-241-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modern versions of gdb are better than us at working out what binary is running, and so it is more reliable to omit the binary argument. This change is required because samba4 no longer supplies this argument. Andrew Bartlett
* | | selftest: Remove %PROG% argument from 'panic action'Andrew Bartlett2011-06-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The debugger or script will need to work out the binary from the PID, as %PROG% support was lost when the setup_fault() code was merged between Samba3 and Samba4. Andrew Bartlett
* | | s3-selftest Remove unused gdb_backtraceAndrew Bartlett2011-06-241-87/+0
| | | | | | | | | | | | | | | | | | The version in selftest/ has more features and is the one used by 'make test'. Andrew Bartlett
* | | param: Remove remaining references to announce as and announce versionAndrew Bartlett2011-06-244-64/+0
| |/ |/|
* | s3-build Require fully defined symbols in ALL libraries by defaultAndrew Bartlett2011-06-242-56/+29
| | | | | | | | | | | | | | | | | | | | | | The only exception here is libsmbregistry, which needs further work to resolve the library loop caused by the registry based smb.conf loading. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jun 24 05:01:38 CEST 2011 on sn-devel-104
* | s3-build: Require fully defined symbols for all public librariesAndrew Bartlett2011-06-241-1/+1
| |
* | s3-build: Remove SECRETS3 as a samba3core depAndrew Bartlett2011-06-241-5/+10
| | | | | | | | | | | | | | | | This resolves the the library loop between libsmbconf and SECRETS3/passdb, and allows the next commit to require fully defined symbols in public libraries. Andrew Bartlett
* | s3-param Remove %(DomainSID) supportAndrew Bartlett2011-06-241-102/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also removes the now unused longvar support. This experiment never took off. Fixing this allows me to resolve the the library loop between libsmbconf and SECRETS3/passdb. Andreas correctly points out that this loop originally comes from my patch to obtain the domain sid from passdb (25cfa29e29bdbb6c84bd85ea02ec542228ae585f), but as I would prefer to keep that feature, I'm hoping to break the loop here instead. Andrew Bartlett
* | Fix bug #8254 - "acl check permissions = no" does not work in all casesJeremy Allison2011-06-242-2/+16
| | | | | | | | | | | | | | | | | | | | | | Move lp_acl_check_permissions() into can_delete_file_in_directory() where it makes sense. Remove ACL check when requesting DELETE_ACCESS when lp_acl_check_permissions is false. Thanks to John Janosik @ IBM for noticing this. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jun 24 01:18:11 CEST 2011 on sn-devel-104
* | build: Add a script to install python and Samba with one commandAndrew Bartlett2011-06-231-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | This should help folks on systems that don't have a recent python provided by the OS. Python is installed into the same prefix as Samba, not in the default path. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Jun 23 14:56:54 CEST 2011 on sn-devel-104
* | s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-2310-103/+22
| | | | | | | | | | | | | | | | The only users I can find of this on the internet involve confused users, and our own documentation recommends never setting this. Don't confuse our users any longer. Andrew Bartlett
* | param: Remove "announce as" parameterAndrew Bartlett2011-06-235-98/+4
| |