Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r5337: BUG 1439: make sure to initialize pointer to prevent invalide ↵ | Gerald Carter | 2005-02-11 | 1 | -42/+42 | |
| | | | | free()'s on exit | |||||
* | r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable ↵ | Gerald Carter | 2005-02-11 | 3 | -70/+87 | |
| | | | | netbios = yes' | |||||
* | r5331: Support SIDs as %s replacements in the afs username map parameter. | Volker Lendecke | 2005-02-11 | 4 | -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 denied | Jeremy Allison | 2005-02-11 | 3 | -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 Sharpe | 2005-02-10 | 2 | -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 Lendecke | 2005-02-10 | 2 | -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 Lendecke | 2005-02-10 | 1 | -4/+4 | |
| | | | | Volker | |||||
* | r5295: fix compile issue with MIT 1.4 due to broken gssapi.h | Gerald Carter | 2005-02-10 | 1 | -30/+0 | |
| | ||||||
* | r5290: Fix for bug #2323 - plaintext problem with WinXP. | Jeremy Allison | 2005-02-09 | 1 | -0/+8 | |
| | | | | Jeremy. | |||||
* | r5287: fix build problem when HAVE_POSIX_ACL not defined | Herb Lewis | 2005-02-09 | 1 | -0/+6 | |
| | ||||||
* | r5283: Merge -r5279 and-r5280 from trunk. | Tim Potter | 2005-02-08 | 4 | -8/+154 | |
| | ||||||
* | r5278: BUG 2327: fix compile bug in idmap_rid.c | Gerald Carter | 2005-02-08 | 1 | -1/+2 | |
| | ||||||
* | r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove ↵ | Gerald Carter | 2005-02-07 | 2 | -11/+2 | |
| | | | | unused variables | |||||
* | r5270: fixing some bashism's in autogen.sh | Gerald Carter | 2005-02-07 | 1 | -3/+3 | |
| | ||||||
* | r5269: BUG 858: fix order of popt args evalution so we don't crash when ↵ | Gerald Carter | 2005-02-07 | 1 | -2/+2 | |
| | | | | given no command line args | |||||
* | r5268: Fix bug #2310, only do 16-bit normalization on small dfree | Jeremy Allison | 2005-02-07 | 1 | -5/+5 | |
| | | | | | request. Jeremy. | |||||
* | r5264: Log with loglevel 0 when account-administration scripts fail. | Günther Deschner | 2005-02-07 | 4 | -9/+9 | |
| | | | | Guenther | |||||
* | r5263: bug 2249: patch from Manuel Baena <mbaena@lcc.uma.es> to print error ↵ | Gerald Carter | 2005-02-07 | 1 | -1/+2 | |
| | | | | message in fullpath() | |||||
* | r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC we | Günther Deschner | 2005-02-07 | 4 | -17/+63 | |
| | | | | | | should not say we are a PDC. Guenther | |||||
* | r5246: We can't use a pointer to struct lsa_info until is has been | Tim Potter | 2005-02-06 | 1 | -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 French | 2005-02-04 | 1 | -1/+5 | |
| | | | | Suggested by Dirk Jagdmann. | |||||
* | r5235: Fix compile warning. | Günther Deschner | 2005-02-04 | 1 | -1/+1 | |
| | ||||||
* | r5234: Do not use the "Local Unix Group"-default description for all kinds of | Günther Deschner | 2005-02-04 | 1 | -2/+16 | |
| | | | | | | group-mappings. Guenther | |||||
* | r5225: fix mem leak and debug message | Stefan Metzmacher | 2005-02-04 | 1 | -1/+2 | |
| | | | | metze | |||||
* | r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages) | Gerald Carter | 2005-02-04 | 5 | -11/+16 | |
| | ||||||
* | r5205: more fixups for BUG 2291 | Gerald Carter | 2005-02-03 | 1 | -27/+30 | |
| | ||||||
* | 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 | |||||
* | 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 | |||||
* | 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 | |
| | ||||||
* | 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. |