summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r5203: additional changes for BUG 2291 to restrict who can join a BDC and ↵Gerald Carter2005-02-035-11/+23
| | | | add domain trusts
* r5192: missed one packaging fix for BUG 2299Gerald Carter2005-02-031-1/+1
|
* r5191: BUG 2299: better logrotate configuration from Levente Farkas ↵Gerald Carter2005-02-034-11/+9
| | | | <lfarkas@lfarkas.org>
* r5183: Ensure we correctly set the per-connection "case_sensitive" setting.Jeremy Allison2005-02-033-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 accountsGünther Deschner2005-02-021-1/+1
| | | | | | (this restores old behaviour). Fixes #2291. Guenther
* r5179: Add -P (password-menu-only) option to swat. Admins can allow usersDeryck Hodge2005-02-021-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 librariesSimo Sorce2005-02-021-0/+7
|
* r5174: ensure that we consistently use the current_user_info.smb_name vs. ↵Gerald Carter2005-02-022-24/+19
| | | | smb_name when parsing smb.conf and reloading config files
* r5166: From James Peach - remove minor C99-isms.Jeremy Allison2005-02-021-6/+12
| | | | Jeremy.
* r5165: BUG 2295: always use get_local_machine_name() rather than digging in ↵Gerald Carter2005-02-014-18/+15
| | | | the gloval variable 'local_machine'
* r5163: Fix bugzilla 2062:Jim McDonough2005-02-011-1/+6
| | | | turn off broadcast for all 390 NICs.
* r5162: BUG 2264: remove shutdown and abortshurn commands from rpcclient ↵Gerald Carter2005-02-011-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-wildcardJeremy Allison2005-02-015-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 Carter2005-02-011-2/+2
|
* r5158: BUG 2263: patch from Timur Bakeyev <timur@com.bat.ru> to guard ↵Gerald Carter2005-02-011-4/+10
| | | | base64_encode_data_blob() against empty blobs
* r5157: BUG 2266: conditionally include rpc/nettype.h to work around missing ↵Gerald Carter2005-02-012-1/+3
| | | | header onf FreeBSD4
* r5154: Tidy up interface a little.Jeremy Allison2005-02-013-6/+9
| | | | Jeremy.
* r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison2005-02-016-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 codeGerald Carter2005-01-312-196/+41
|
* r5140: (a) fix problem with enumerating domain trusts in security = ads; (b) ↵Gerald Carter2005-01-312-3/+5
| | | | fix a segfault in rpcclient's dsenumdomtrusts
* r5132: netscape DS 5.2 schema update from Richard Renard <rrenard@idealx.com>Gerald Carter2005-01-311-16/+24
|
* r5131: BUG 2290: don;t call mkversion.sh since we don't have it in this ↵Gerald Carter2005-01-311-3/+0
| | | | directory
* r5127: Fix Bug 2289 -- thanks to jason@ncac.gwu.eduVolker Lendecke2005-01-311-2/+1
|
* r5125: Fix bug 2113 -- thanks to jason@ncac.gwu.eduVolker Lendecke2005-01-311-13/+0
|
* r5113: Ignore autogenerated files.Tim Potter2005-01-300-0/+0
|
* r5112: Fix for shared object creation in examples. Bugzilla #2058.Tim Potter2005-01-302-8/+8
|
* r5111: Fix up changed prototype for setsampwent pdb function.Tim Potter2005-01-301-1/+1
|
* r5100: We should only care about case-sensitivity when *reading* an incomingJeremy Allison2005-01-302-4/+4
| | | | | filename, not returning one. Makes us pass one more Samba4 RAW-SEARCH test. Jeremy.
* r5098: Next round build-fixingVolker Lendecke2005-01-291-1/+1
|
* r5096: Attempt to fix the buildVolker Lendecke2005-01-291-1/+1
|
* r5082: Don't blindly copy question rr_type and class, set correctly as requiredJeremy Allison2005-01-291-10/+7
| | | | | by rfc1002. Jeremy.
* r5077: Use correct type for rr record on negative name query reply.Jeremy Allison2005-01-291-0/+3
| | | | Jeremy.
* r5076: Ensure that WINS negative name query responses and WACK packetsJeremy Allison2005-01-291-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 Allison2005-01-281-6/+9
| | | | Jeremy.
* r5066: A couple of small fixes from James Peach @ SGI.Jeremy Allison2005-01-282-2/+7
| | | | Jeremy.
* r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison2005-01-285-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 definitionGerald Carter2005-01-281-1/+1
|
* r5058: Due to the fragileness how windows reacts on unmapped sids sometimes,Günther Deschner2005-01-281-0/+6
| | | | | | don't leave administator-sid unmapped. Simply return "Administrator" Guenther
* r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask defineGerald Carter2005-01-285-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 depcrecatedGerald Carter2005-01-272-1/+4
|
* r5029: after talking to Rob, ensure that we set the NETIOSNAME.domainnameGerald Carter2005-01-271-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 characterGerald Carter2005-01-271-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 Carter2005-01-261-2/+2
| | | | sync for the 3.0.11rc1 release
* r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter2005-01-264-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 aJeremy Allison2005-01-262-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 Carter2005-01-261-0/+2
|
* r5002: Ensure we can't remove a level II oplock without having theJeremy Allison2005-01-261-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 Carter2005-01-251-0/+6
|
* r4996: sync up copytights with trunkGerald Carter2005-01-251-0/+1
|
* r4995: fail set_privileges() if 'enable privileges = no' to prevent confused ↵Gerald Carter2005-01-251-0/+3
| | | | admins who never read what I write :-)