Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r6106: Fix bug #2551. It turns out that the incoming flags2 flag ↵ | Jeremy Allison | 2007-10-10 | 1 | -3/+3 | |
| | | | | | | | | FLAGS2_LONG_PATH_COMPONENTS determines if a reply is uppercased on a SMBsearch request, not the protocol level. This could clear up quite a few hacks going forward I think. Jeremy. | |||||
* | r6090: Patch to fix sys_select so it can't drop signals if another fd | Jeremy Allison | 2007-10-10 | 1 | -9/+17 | |
| | | | | | | is ready to read. Patch from Mark Weaver <mark-clist@npsl.co.uk>. The only question is, how did we miss this for so long..... :-). Jeremy. | |||||
* | r6080: Port some of the non-critical changes from HEAD to 3_0. The main one ↵ | Volker Lendecke | 2007-10-10 | 5 | -12/+35 | |
| | | | | | | | | is the change in pdb_enum_alias_memberships to match samr.idl a bit closer. Volker | |||||
* | r6049: Ensure "dos filetime" checks file ACLs correctly. May fix Excel ↵ | Jeremy Allison | 2007-10-10 | 1 | -18/+0 | |
| | | | | | | | "read-only" issue. Jeremy. | |||||
* | r6044: Ensure the old search calls always ask mask_match to translate | Jeremy Allison | 2007-10-10 | 2 | -3/+19 | |
| | | | | | | patterns like ????????.??? - even if using an NT1 protocol. Matches W2K3 behavior. Jeremy. | |||||
* | r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients. | Jeremy Allison | 2007-10-10 | 1 | -1/+3 | |
| | | | | Jeremy. | |||||
* | r6014: rather large change set.... | Gerald Carter | 2007-10-10 | 6 | -12/+105 | |
| | | | | | | | | | | | | | | pulling back all recent rpc changes from trunk into 3.0. I've tested a compile and so don't think I've missed any files. But if so, just mail me and I'll clean backup in a couple of hours. Changes include \winreg, \eventlog, \svcctl, and general parse_misc.c updates. I am planning on bracketing the event code with an #ifdef ENABLE_EVENTLOG until I finish merging Marcin's changes (very soon). | |||||
* | r5961: final round of compiler warning fixes based on feedback from Jason Mader | Gerald Carter | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r5956: more compile warngin fixes from the Mr. Mader | Gerald Carter | 2007-10-10 | 1 | -3/+3 | |
| | ||||||
* | r5954: Fix some compiler warnings and add missing exclude-block in "net rpc | Günther Deschner | 2007-10-10 | 1 | -1/+1 | |
| | | | | | | share migrate" (found by Lars Mueller <lmuelle@suse.de>). Guenther | |||||
* | r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to ↵ | Gerald Carter | 2007-10-10 | 2 | -2/+7 | |
| | | | | cleanup the name space | |||||
* | r5933: We were handling setting of EA's incorrectly - we should be able to set | Jeremy Allison | 2007-10-10 | 1 | -0/+15 | |
| | | | | | | | a list. Also not converting names from DOS CP to UNIX CP correctly. This code doesn't quite work yet but it's a work in progress to be fixed tomorrow (don't want to lose it). Jeremy. | |||||
* | r5907: Fix compile warning noticed by Jason Mader <jason@ncac.gwu.edu>. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 | |
| | | | | | Bug #2483. Jeremy. | |||||
* | r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs. | Jeremy Allison | 2007-10-10 | 1 | -0/+7 | |
| | | | | | Bug #2445. Jeremy. | |||||
* | r5726: merge LsaLookupPrivValue() code from trunk | Gerald Carter | 2007-10-10 | 1 | -59/+57 | |
| | ||||||
* | r5647: Caches are good for performance, but you get a consistency problem. | Volker Lendecke | 2007-10-10 | 1 | -0/+14 | |
| | | | | | | Fix bug # 2401. Volker | |||||
* | r5565: fix breakage on gcc 2.96 | Gerald Carter | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r5556: Fix the build on AIX. | Günther Deschner | 2007-10-10 | 1 | -4/+14 | |
| | | | | | | | use AF_UNIX instead of AF_LOCAL (thanks to Doug VanLeuven <roamdad-at-sonic.net>) and make smbldap_open() a bit more readable. Guenther | |||||
* | r5522: Better handling of LDAP over IPC connections that have expired on the | Günther Deschner | 2007-10-10 | 1 | -4/+1 | |
| | | | | | | LDAP-Server. Guenther | |||||
* | r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code) | Gerald Carter | 2007-10-10 | 1 | -39/+40 | |
| | | | | | | I was going to use this for tracking dfs mounts in smbclient but found another way. Still the cleanup is valid so commiting it. should be minimally disruptive since it is not widely used. | |||||
* | r5484: Fix a memleak | Volker Lendecke | 2007-10-10 | 1 | -2/+2 | |
| | ||||||
* | r5436: small merges from trunk | Gerald Carter | 2007-10-10 | 1 | -5/+5 | |
| | ||||||
* | r5431: couple of cimpile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS ↵ | Gerald Carter | 2007-10-10 | 1 | -8/+16 | |
| | | | | 2341 & 2342 | |||||
* | r5428: Apply some const. LDAP attribs should now be declared const char ↵ | Volker Lendecke | 2007-10-10 | 1 | -8/+8 | |
| | | | | | | | | *attr[]. This gives some new warnings in smbldap.c, but a the callers are cleaned up. Volker | |||||
* | r5349: After talking with Jerry, reverted the addition of account policies to | Günther Deschner | 2007-10-10 | 2 | -412/+100 | |
| | | | | | | passdb in 3_0 (they are still in trunk). Guenther | |||||
* | r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ↵ | Jeremy Allison | 2007-10-10 | 1 | -0/+7 | |
| | | | | | | values. Jeremy. | |||||
* | r5342: Reformat some very old code. | Jeremy Allison | 2007-10-10 | 1 | -256/+281 | |
| | | | | Jeremy. | |||||
* | r5331: Support SIDs as %s replacements in the afs username map parameter. | Volker Lendecke | 2007-10-10 | 1 | -0/+4 | |
| | | | | | | | Add 'log nt token command' parameter. If set, %s is replaced with the user sid, and %t takes all the group sids. Volker | |||||
* | r5235: Fix compile warning. | Günther Deschner | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r5203: additional changes for BUG 2291 to restrict who can join a BDC and ↵ | Gerald Carter | 2007-10-10 | 1 | -1/+1 | |
| | | | | add domain trusts | |||||
* | r5174: ensure that we consistently use the current_user_info.smb_name vs. ↵ | Gerald Carter | 2007-10-10 | 1 | -0/+12 | |
| | | | | smb_name when parsing smb.conf and reloading config files | |||||
* | r5163: Fix bugzilla 2062: | Jim McDonough | 2007-10-10 | 1 | -1/+6 | |
| | | | | turn off broadcast for all 390 NICs. | |||||
* | r5158: BUG 2263: patch from Timur Bakeyev <timur@com.bat.ru> to guard ↵ | Gerald Carter | 2007-10-10 | 1 | -4/+10 | |
| | | | | base64_encode_data_blob() against empty blobs | |||||
* | r5150: consolidate the samr_make.*obj_sd() functions to share code | Gerald Carter | 2007-10-10 | 1 | -39/+0 | |
| | ||||||
* | r5127: Fix Bug 2289 -- thanks to jason@ncac.gwu.edu | Volker Lendecke | 2007-10-10 | 1 | -2/+1 | |
| | ||||||
* | r5100: We should only care about case-sensitivity when *reading* an incoming | Jeremy Allison | 2007-10-10 | 1 | -2/+2 | |
| | | | | | filename, not returning one. Makes us pass one more Samba4 RAW-SEARCH test. Jeremy. | |||||
* | r5066: A couple of small fixes from James Peach @ SGI. | Jeremy Allison | 2007-10-10 | 2 | -2/+7 | |
| | | | | Jeremy. | |||||
* | r5015: (based on abartlet's original patch to restrict password changes) | Gerald Carter | 2007-10-10 | 1 | -4/+74 | |
| | | | | | | | | | * 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. | |||||
* | r4995: fail set_privileges() if 'enable privileges = no' to prevent confused ↵ | Gerald Carter | 2007-10-10 | 1 | -0/+3 | |
| | | | | admins who never read what I write :-) | |||||
* | r4989: Display failed LDAP-server-uri. | Günther Deschner | 2007-10-10 | 1 | -1/+2 | |
| | | | | Guenther | |||||
* | r4925: Migrate Account Policies to passdb (esp. replicating ldapsam). | Günther Deschner | 2007-10-10 | 2 | -100/+412 | |
| | | | | | | | | Does automated migration from account_policy.tdb v1 and v2 and offers a pdbedit-Migration interface. Jerry, please feel free to revert that if you have other plans. Guenther | |||||
* | r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes. | Jeremy Allison | 2007-10-10 | 1 | -2/+2 | |
| | | | | | Added text explaining units in pdbedit time fields. Jeremy. | |||||
* | r4849: * finish SeAddUsers support in srv_samr_nt.c | Gerald Carter | 2007-10-10 | 1 | -7/+18 | |
| | | | | | | | | | * define some const SE_PRIV structure for use when you need a SE_PRIV* to a privilege * fix an annoying compiler warngin in smbfilter.c * translate SIDs to names in 'net rpc rights list accounts' * fix a seg fault in cli_lsa_enum_account_rights caused by me forgetting the precedence of * vs. [] | |||||
* | r4840: * Add more generic root-dse inspection function to check for given | Günther Deschner | 2007-10-10 | 1 | -0/+101 | |
| | | | | | | | | | controls or extensions. * Check and remember if ldapsam's LDAP Server support paged results (in preparation of adding async paged-results to set|get|end-sampwent in ldapsam). Guenther | |||||
* | r4822: fix return code when you ask for a non-privileged SID via one of the ↵ | Gerald Carter | 2007-10-10 | 1 | -0/+9 | |
| | | | | privileges RPC calls | |||||
* | r4809: * include SeDiskOperatorPrivilege and SeRemoteShutdownPrivilege | Gerald Carter | 2007-10-10 | 1 | -88/+25 | |
| | | | | | | (noty enfornced yet though) * add 'enable privileges (off by default) to control whether or not any privuleges can be assigned to SIDs | |||||
* | r4805: Last planned change to the privileges infrastructure: | Gerald Carter | 2007-10-10 | 1 | -120/+309 | |
| | | | | | | | | | | | * rewrote the tdb layout of privilege records in account_pol.tdb (allow for 128 bits instead of 32 bit flags) * migrated to using SE_PRIV structure instead of the PRIVILEGE_SET structure. The latter is now used for parsing routines mainly. Still need to incorporate some client support into 'net' so for setting privileges. And make use of the SeAddUserPrivilege right. | |||||
* | r4746: add server support for lsa_enum_acct_rights(); last checkin for the night | Gerald Carter | 2007-10-10 | 1 | -0/+16 | |
| | ||||||
* | r4742: add server support for lsa_add/remove_account_rights() and fix some ↵ | Gerald Carter | 2007-10-10 | 1 | -12/+65 | |
| | | | | parsing bugs related to that code | |||||
* | r4736: small set of merges from rtunk to minimize the diffs | Gerald Carter | 2007-10-10 | 1 | -1/+1 | |
| |