summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* r5337: BUG 1439: make sure to initialize pointer to prevent invalide ↵Gerald Carter2005-02-111-42/+42
| | | | free()'s on exit
* r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable ↵Gerald Carter2005-02-113-70/+87
| | | | netbios = yes'
* r5331: Support SIDs as %s replacements in the afs username map parameter.Volker Lendecke2005-02-114-0/+52
| | | | | | | Add 'log nt token command' parameter. If set, %s is replaced with the user sid, and %t takes all the group sids. Volker
* r5324: In order to process DELETE_ACCESS correctly and return access deniedJeremy Allison2005-02-113-7/+40
| | | | | | to a WXPSP2 client we must do permission checking in userspace first (this is a race condition but what can you do...). Needed for bugid #2227. Jeremy.
* r5318: Fix a small problem in where we ignore the response from a ↵Richard Sharpe2005-02-102-16/+21
| | | | | | | | | SamrGetGroupsForUser that says the user is in 0 groups, and we issue an RPC to LookupIds for 0 RIDs. The printing that there are no groups the user is a member of might be overkill in that it might upset existing scripts that don't expect that output.
* r5316: Get 'net afskey' into a subcommand of its own, 'net afs key'.Volker Lendecke2005-02-102-5/+43
| | | | | | | Implement 'net afs impersonate', generate a token for a specified user. You obviously need to be root for this operation. Volker
* r5314: Some const, and an uninitialized variable fix.Volker Lendecke2005-02-101-4/+4
| | | | Volker
* r5295: fix compile issue with MIT 1.4 due to broken gssapi.hGerald Carter2005-02-101-30/+0
|
* r5290: Fix for bug #2323 - plaintext problem with WinXP.Jeremy Allison2005-02-091-0/+8
| | | | Jeremy.
* r5287: fix build problem when HAVE_POSIX_ACL not definedHerb Lewis2005-02-091-0/+6
|
* r5283: Merge -r5279 and-r5280 from trunk.Tim Potter2005-02-084-8/+154
|
* r5278: BUG 2327: fix compile bug in idmap_rid.cGerald Carter2005-02-081-1/+2
|
* r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove ↵Gerald Carter2005-02-072-11/+2
| | | | unused variables
* r5270: fixing some bashism's in autogen.shGerald Carter2005-02-071-3/+3
|
* r5269: BUG 858: fix order of popt args evalution so we don't crash when ↵Gerald Carter2005-02-071-2/+2
| | | | given no command line args
* r5268: Fix bug #2310, only do 16-bit normalization on small dfreeJeremy Allison2005-02-071-5/+5
| | | | | request. Jeremy.
* r5264: Log with loglevel 0 when account-administration scripts fail.Günther Deschner2005-02-074-9/+9
| | | | Guenther
* r5263: bug 2249: patch from Manuel Baena <mbaena@lcc.uma.es> to print error ↵Gerald Carter2005-02-071-1/+2
| | | | message in fullpath()
* r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC weGünther Deschner2005-02-074-17/+63
| | | | | | should not say we are a PDC. Guenther
* r5246: We can't use a pointer to struct lsa_info until is has beenTim Potter2005-02-061-1/+1
| | | | | initialised. Fix for bugzilla #2315. Can the privileges dude(s) please verify this?
* r5236: Ignore users mount parm (since unneeded by cifs kernel code). ↵Steve French2005-02-041-1/+5
| | | | Suggested by Dirk Jagdmann.
* r5235: Fix compile warning.Günther Deschner2005-02-041-1/+1
|
* r5234: Do not use the "Local Unix Group"-default description for all kinds ofGünther Deschner2005-02-041-2/+16
| | | | | | group-mappings. Guenther
* r5225: fix mem leak and debug messageStefan Metzmacher2005-02-041-1/+2
| | | | metze
* r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages)Gerald Carter2005-02-045-11/+16
|
* r5205: more fixups for BUG 2291Gerald Carter2005-02-031-27/+30
|
* r5203: additional changes for BUG 2291 to restrict who can join a BDC and ↵Gerald Carter2005-02-035-11/+23
| | | | add domain trusts
* 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
* 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
|
* 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.