summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r5456: Increase limit of mapped SIDS to 0x5000, which is what 2k and later do. Jim McDonough2005-02-191-2/+2
| | | | | | | NT has no limit. We still don't respond the way 2k would to requests larger, which is to actually allocate the memory and send back the entire response, plus a return status of NT_STATUS_NONE_MAPPED. Still looking into ways of doing this without crashing windows.
* r5455: Remove bogus DEBUG messages (dump for a failure to parse NTLMSSP,Andrew Bartlett2005-02-191-4/+2
| | | | | | | | before trying the alternate format). This only caused confusion and bug reports... Andrew Bartlett
* r5444: Add adssearch.pl utility (on volkers request).Günther Deschner2005-02-181-0/+1492
| | | | | | | | | | | | | | | | | | | Added to samba3 due to some header and machine-account dependencies, although it's possibly of more interest to samba4 developers. adssearch.pl is a kind of ldapsearch + dump-filters for various ADS-attributes. It can also register asynchronous change notifications. ./adssearch.pl -h w2k3host -D administrator@MY.REALM.NET -x -w mypass -n and *any* change in your entire DIT will show up immediately (after a second change of an object even as object diff). It's very interesting to see the interaction of GPOs, the various steps of account modification with dsa.msc, etc. Gracefully ignore some parts of adssearch.pl that are rather immature... Guenther
* r5436: small merges from trunkGerald Carter2005-02-171-5/+5
|
* r5432: compile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS 2340Gerald Carter2005-02-171-3/+3
|
* r5431: couple of cimpile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS ↵Gerald Carter2005-02-172-10/+16
| | | | 2341 & 2342
* r5428: Apply some const. LDAP attribs should now be declared const char ↵Volker Lendecke2005-02-175-37/+38
| | | | | | | | *attr[]. This gives some new warnings in smbldap.c, but a the callers are cleaned up. Volker
* r5421: Fix a memleakVolker Lendecke2005-02-161-1/+3
|
* r5419: Fix some unitialized variable warningsVolker Lendecke2005-02-161-3/+3
|
* r5385: when operating in security = domain, allow domain admins to manage ↵Gerald Carter2005-02-141-1/+13
| | | | rigths assignments
* r5383: add missing checks to allow root to manage user rightsGerald Carter2005-02-141-2/+12
|
* r5379: Build-Fix (#2343)Günther Deschner2005-02-131-1/+1
| | | | Guenther
* r5359: BUG 2333: use the lpq command to pass in the correct printer name for ↵Gerald Carter2005-02-122-6/+17
| | | | cups_queue_get(). See comments in code for details
* r5355: Fill in the access check code for POSIX ACLs to *really* fix bug #2227.Jeremy Allison2005-02-121-2/+148
| | | | Jeremy.
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2005-02-1215-846/+172
| | | | | | passdb in 3_0 (they are still in trunk). Guenther
* r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ↵Jeremy Allison2005-02-112-18/+10
| | | | | | values. Jeremy.
* r5342: Reformat some very old code.Jeremy Allison2005-02-111-256/+281
| | | | Jeremy.
* r5339: Fix 'net rpc trustdom establish'. Use the right pipe name, therefore theJim McDonough2005-02-111-1/+1
| | | | right pipe FID. Fixes NT_STATUS_INVALID_HANDLE error.
* 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
* r5271: patch from S Murthy Kambhampaty <smk_va@yahoo.com> to add ↵Gerald Carter2005-02-072-2/+6
| | | | idmap_rid.so to the Fedora and RedHat packaging
* 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.
* r5265: ensure that the Fedora RPMS build with cups supportGerald Carter2005-02-071-2/+3
|
* 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
* r5257: Upadate patches and control filesSimo Sorce2005-02-076-15/+44
| | | | Sync up with 3.0.11
* 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
* r5233: fixing some typosGerald Carter2005-02-041-3/+1
|
* r5228: Fix typo, mention officially supported samba3/SLES8 packages on ↵Volker Lendecke2005-02-041-1/+4
| | | | | | ftp.sernet.de. Volker
* r5227: removed SuSE spec file @ Lars' request and updated read to point to ↵Gerald Carter2005-02-0413-1489/+12
| | | | package download areas
* 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
|