Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r5203: additional changes for BUG 2291 to restrict who can join a BDC and ↵ | Gerald Carter | 2005-02-03 | 5 | -11/+23 | |
| | | | | add domain trusts | |||||
* | r5192: missed one packaging fix for BUG 2299 | Gerald Carter | 2005-02-03 | 1 | -1/+1 | |
| | ||||||
* | r5191: BUG 2299: better logrotate configuration from Levente Farkas ↵ | Gerald Carter | 2005-02-03 | 4 | -11/+9 | |
| | | | | <lfarkas@lfarkas.org> | |||||
* | r5183: Ensure we correctly set the per-connection "case_sensitive" setting. | Jeremy Allison | 2005-02-03 | 3 | -18/+23 | |
| | | | | | | Rename dptrs_open to the more correct dirhandles_open. Remove old #if 1. Jeremy. | |||||
* | r5180: Call the "add machine script" to create all kinds of trust accounts | Günther Deschner | 2005-02-02 | 1 | -1/+1 | |
| | | | | | | (this restores old behaviour). Fixes #2291. Guenther | |||||
* | r5179: Add -P (password-menu-only) option to swat. Admins can allow users | Deryck Hodge | 2005-02-02 | 1 | -1/+4 | |
| | | | | | | | to use swat to change their password without allowing them to see the "View" and "Status" buttons. deryck | |||||
* | r5176: Warn the user that print command is ignored when using cups libraries | Simo Sorce | 2005-02-02 | 1 | -0/+7 | |
| | ||||||
* | r5174: ensure that we consistently use the current_user_info.smb_name vs. ↵ | Gerald Carter | 2005-02-02 | 2 | -24/+19 | |
| | | | | smb_name when parsing smb.conf and reloading config files | |||||
* | r5166: From James Peach - remove minor C99-isms. | Jeremy Allison | 2005-02-02 | 1 | -6/+12 | |
| | | | | Jeremy. | |||||
* | r5165: BUG 2295: always use get_local_machine_name() rather than digging in ↵ | Gerald Carter | 2005-02-01 | 4 | -18/+15 | |
| | | | | the gloval variable 'local_machine' | |||||
* | r5163: Fix bugzilla 2062: | Jim McDonough | 2005-02-01 | 1 | -1/+6 | |
| | | | | turn off broadcast for all 390 NICs. | |||||
* | r5162: BUG 2264: remove shutdown and abortshurn commands from rpcclient ↵ | Gerald Carter | 2005-02-01 | 1 | -31/+14 | |
| | | | | since they are stable in 'net rpc' (to avoid fixing portability bugs) | |||||
* | r5160: First cut at refactoring of directory code to handle non-wildcard | Jeremy Allison | 2005-02-01 | 5 | -80/+191 | |
| | | | | | | directory match more efficiently. Passes RAW-SEARCH under valgrind but needs more testing (which I'll do later today :-). Jeremy. | |||||
* | r5159: BUG 2262: add support to detect *freebsd6* (same as *freebsd5* currently) | Gerald Carter | 2005-02-01 | 1 | -2/+2 | |
| | ||||||
* | r5158: BUG 2263: patch from Timur Bakeyev <timur@com.bat.ru> to guard ↵ | Gerald Carter | 2005-02-01 | 1 | -4/+10 | |
| | | | | base64_encode_data_blob() against empty blobs | |||||
* | r5157: BUG 2266: conditionally include rpc/nettype.h to work around missing ↵ | Gerald Carter | 2005-02-01 | 2 | -1/+3 | |
| | | | | header onf FreeBSD4 | |||||
* | r5154: Tidy up interface a little. | Jeremy Allison | 2005-02-01 | 3 | -6/+9 | |
| | | | | Jeremy. | |||||
* | r5152: Restructure the directory handling code, stop using void * pointers | Jeremy Allison | 2005-02-01 | 6 | -259/+201 | |
| | | | | | | | | that just allow the wrong pointer to be assigned :-) and make the interface more consistent. Fix the FreeBSD directory problem. Last thing to do is to add the "singleton" directory concept from James Peach's code. Jeremy. | |||||
* | r5150: consolidate the samr_make.*obj_sd() functions to share code | Gerald Carter | 2005-01-31 | 2 | -196/+41 | |
| | ||||||
* | r5140: (a) fix problem with enumerating domain trusts in security = ads; (b) ↵ | Gerald Carter | 2005-01-31 | 2 | -3/+5 | |
| | | | | fix a segfault in rpcclient's dsenumdomtrusts | |||||
* | r5132: netscape DS 5.2 schema update from Richard Renard <rrenard@idealx.com> | Gerald Carter | 2005-01-31 | 1 | -16/+24 | |
| | ||||||
* | r5131: BUG 2290: don;t call mkversion.sh since we don't have it in this ↵ | Gerald Carter | 2005-01-31 | 1 | -3/+0 | |
| | | | | directory | |||||
* | r5127: Fix Bug 2289 -- thanks to jason@ncac.gwu.edu | Volker Lendecke | 2005-01-31 | 1 | -2/+1 | |
| | ||||||
* | r5125: Fix bug 2113 -- thanks to jason@ncac.gwu.edu | Volker Lendecke | 2005-01-31 | 1 | -13/+0 | |
| | ||||||
* | r5113: Ignore autogenerated files. | Tim Potter | 2005-01-30 | 0 | -0/+0 | |
| | ||||||
* | r5112: Fix for shared object creation in examples. Bugzilla #2058. | Tim Potter | 2005-01-30 | 2 | -8/+8 | |
| | ||||||
* | r5111: Fix up changed prototype for setsampwent pdb function. | Tim Potter | 2005-01-30 | 1 | -1/+1 | |
| | ||||||
* | r5100: We should only care about case-sensitivity when *reading* an incoming | Jeremy Allison | 2005-01-30 | 2 | -4/+4 | |
| | | | | | filename, not returning one. Makes us pass one more Samba4 RAW-SEARCH test. Jeremy. | |||||
* | r5098: Next round build-fixing | Volker Lendecke | 2005-01-29 | 1 | -1/+1 | |
| | ||||||
* | r5096: Attempt to fix the build | Volker Lendecke | 2005-01-29 | 1 | -1/+1 | |
| | ||||||
* | r5082: Don't blindly copy question rr_type and class, set correctly as required | Jeremy Allison | 2005-01-29 | 1 | -10/+7 | |
| | | | | | by rfc1002. Jeremy. | |||||
* | r5077: Use correct type for rr record on negative name query reply. | Jeremy Allison | 2005-01-29 | 1 | -0/+3 | |
| | | | | Jeremy. | |||||
* | r5076: Ensure that WINS negative name query responses and WACK packets | Jeremy Allison | 2005-01-29 | 1 | -1/+10 | |
| | | | | | | | use the correct RR type of 0xA instead of reflecting back what the query RR type was (0x20). See rfc1002 sections 4.2.14 and 4.2.16. Jeremy. | |||||
* | r5069: Ensure we return the correct errors for old-style search requests. | Jeremy Allison | 2005-01-28 | 1 | -6/+9 | |
| | | | | Jeremy. | |||||
* | r5066: A couple of small fixes from James Peach @ SGI. | Jeremy Allison | 2005-01-28 | 2 | -2/+7 | |
| | | | | Jeremy. | |||||
* | r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory | Jeremy Allison | 2005-01-28 | 5 | -221/+251 | |
| | | | | | | | | | | evaluation. This stops us from reading the entire directory into memory at one go, and allows partial reads. It also keeps almost the same interface to the OpenDir/ReadDir etc. code (sorry James :-). Next I will optimise the findfirst with exact match code. This speeds up our interactive response for large directories, but not when a missing (ie. negative) findfirst is done. Jeremy | |||||
* | r5060: BUG 2286: fix typoe on sambaConfig oc definition | Gerald Carter | 2005-01-28 | 1 | -1/+1 | |
| | ||||||
* | r5058: Due to the fragileness how windows reacts on unmapped sids sometimes, | Günther Deschner | 2005-01-28 | 1 | -0/+6 | |
| | | | | | | don't leave administator-sid unmapped. Simply return "Administrator" Guenther | |||||
* | r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask define | Gerald Carter | 2005-01-28 | 5 | -13/+26 | |
| | | | | | | | | | | | | * make sure to apply the rights_mask and not just the saved bits from the mask in access_check_samr_object() * allow root to grant/revoke privileges (in addition to Domain Admins) as suggested by Volker. Tested machine joins from XP, 2K, and NT4 with and without pre-existing machine trust accounts. Also tested basic file operations using cmd.exe and explorer.exe after changing the STANDARD_RIGHTS_WRITE_ACCESS bitmask. | |||||
* | r5046: mark 'winbind enable local accounts' and testprns as depcrecated | Gerald Carter | 2005-01-27 | 2 | -1/+4 | |
| | ||||||
* | r5029: after talking to Rob, ensure that we set the NETIOSNAME.domainname | Gerald Carter | 2005-01-27 | 1 | -1/+10 | |
| | | | | | | | as the longname in the published printer information since this is what we will have used when we joined the domain. More testing on this tomorrow. | |||||
* | r5028: * check acb_info mask in _samr_create_user instead of the last character | Gerald Carter | 2005-01-27 | 1 | -36/+21 | |
| | | | | | | of the user name * fix some access_mask checks in _samr_set_userinfo2 (getting join from XP without being a member of domain admins working) | |||||
* | r5020: bumping the 3.0 tree to 3.0.12pre1 since there will not be a full ↵ | Gerald Carter | 2005-01-26 | 1 | -2/+2 | |
| | | | | sync for the 3.0.11rc1 release | |||||
* | r5015: (based on abartlet's original patch to restrict password changes) | Gerald Carter | 2005-01-26 | 4 | -342/+486 | |
| | | | | | | | | | * added SE_PRIV checks to access_check_samr_object() in order to deal with the run-time security descriptor and their interaction with user rights * Reordered original patch in _samr_set_userinfo[2] to still allow root/administrative password changes for users and machines. | |||||
* | r5014: Split out the request to send an async level II oplock break into a | Jeremy Allison | 2005-01-26 | 2 | -18/+59 | |
| | | | | | | | new function to make it clear when it's called. Remove async parameter that had been overloaded into request_oplock_break. Inspired by work from Nadav Danieli <nadavd@exanet.com>. Jeremy. | |||||
* | r5012: fix segfault caused by using a ipp_t * after calling cupsDoRequest() | Gerald Carter | 2005-01-26 | 1 | -0/+2 | |
| | ||||||
* | r5002: Ensure we can't remove a level II oplock without having the | Jeremy Allison | 2005-01-26 | 1 | -17/+19 | |
| | | | | | | shared memory area locked. This need to be in 3.0.11. Pointed out by Nadav Danieli <nadavd@exanet.com>. Jeremy. | |||||
* | r5000: 5000th post! w00tsvn diffsvn diff :-) | Gerald Carter | 2005-01-25 | 1 | -0/+6 | |
| | ||||||
* | r4996: sync up copytights with trunk | Gerald Carter | 2005-01-25 | 1 | -0/+1 | |
| | ||||||
* | r4995: fail set_privileges() if 'enable privileges = no' to prevent confused ↵ | Gerald Carter | 2005-01-25 | 1 | -0/+3 | |
| | | | | admins who never read what I write :-) |