summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* r5428: Apply some const. LDAP attribs should now be declared const char ↵Volker Lendecke2007-10-105-37/+38
| | | | | | | | | *attr[]. This gives some new warnings in smbldap.c, but a the callers are cleaned up. Volker (This used to be commit 543799fc0ddc3176469acc1fab7093c41556d403)
* r5421: Fix a memleakVolker Lendecke2007-10-101-1/+3
| | | | (This used to be commit a7df3b5f06085d55cbf1e491aa606312b87e0448)
* r5419: Fix some unitialized variable warningsVolker Lendecke2007-10-101-3/+3
| | | | (This used to be commit 9004b7897416d142ab9e3bee60c7bda589f94750)
* r5385: when operating in security = domain, allow domain admins to manage ↵Gerald Carter2007-10-101-1/+13
| | | | | | rigths assignments (This used to be commit fec9cb7daa9b780aab019c0e0d7f2692c168019f)
* r5383: add missing checks to allow root to manage user rightsGerald Carter2007-10-101-2/+12
| | | | (This used to be commit ead54b14f6b34f087d3affc2853e16bbbaceb7cc)
* r5379: Build-Fix (#2343)Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit 61ec0b4cf002cfb43ac137bf3e8f8b4877f25e50)
* r5359: BUG 2333: use the lpq command to pass in the correct printer name for ↵Gerald Carter2007-10-102-6/+17
| | | | | | cups_queue_get(). See comments in code for details (This used to be commit 3eee00e0d0e9b58cdd35209691072b625813681c)
* r5355: Fill in the access check code for POSIX ACLs to *really* fix bug #2227.Jeremy Allison2007-10-101-2/+148
| | | | | Jeremy. (This used to be commit ecc134a2e3546ed77ab6f1dafc0249c78897e1f3)
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-1015-846/+172
| | | | | | | passdb in 3_0 (they are still in trunk). Guenther (This used to be commit fdf9bdbbac1d8d4f3b3e1fc7e49c1e659b9301b1)
* r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ↵Jeremy Allison2007-10-102-18/+10
| | | | | | | values. Jeremy. (This used to be commit 00f8ac509aaf2f40a067f5fe5c7699ae6f26571e)
* r5342: Reformat some very old code.Jeremy Allison2007-10-101-256/+281
| | | | | Jeremy. (This used to be commit 08553faeeb77aef46264f4dfe738bc202e87ea23)
* r5339: Fix 'net rpc trustdom establish'. Use the right pipe name, therefore theJim McDonough2007-10-101-1/+1
| | | | | right pipe FID. Fixes NT_STATUS_INVALID_HANDLE error. (This used to be commit bfd9b9e99711abcaac80d98160723f5dc37b6917)
* r5337: BUG 1439: make sure to initialize pointer to prevent invalide ↵Gerald Carter2007-10-101-42/+42
| | | | | | free()'s on exit (This used to be commit a882a349df1488a4d64c892dbd1ec1ee3624ea42)
* r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable ↵Gerald Carter2007-10-103-70/+87
| | | | | | netbios = yes' (This used to be commit 75a223f1188ae0041c9e3c748af107d642f73810)
* r5331: Support SIDs as %s replacements in the afs username map parameter.Volker Lendecke2007-10-104-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 (This used to be commit e7dc9fde45c750013ad07f584599dd51f8eb8a54)
* r5324: In order to process DELETE_ACCESS correctly and return access deniedJeremy Allison2007-10-103-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. (This used to be commit da23577f162b6bdca7d631fca256a9b3b04043e4)
* r5318: Fix a small problem in where we ignore the response from a ↵Richard Sharpe2007-10-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. (This used to be commit d3482e118f99002c0460291d41708fdf7708c41f)
* r5316: Get 'net afskey' into a subcommand of its own, 'net afs key'.Volker Lendecke2007-10-102-5/+43
| | | | | | | | Implement 'net afs impersonate', generate a token for a specified user. You obviously need to be root for this operation. Volker (This used to be commit 5818b092e6e50d38238b0520329eb8912125c90a)
* r5314: Some const, and an uninitialized variable fix.Volker Lendecke2007-10-101-4/+4
| | | | | Volker (This used to be commit b48a46162d7971be3d44d403a2d62247ef2321f7)
* r5295: fix compile issue with MIT 1.4 due to broken gssapi.hGerald Carter2007-10-101-30/+0
| | | | (This used to be commit f88f5e12187ed87934ae2cafbf9e9599d4fd7f6c)
* r5290: Fix for bug #2323 - plaintext problem with WinXP.Jeremy Allison2007-10-101-0/+8
| | | | | Jeremy. (This used to be commit 3e10c36cb50462d1f220029e8fa64c3b6e554e6c)
* r5287: fix build problem when HAVE_POSIX_ACL not definedHerb Lewis2007-10-101-0/+6
| | | | (This used to be commit 2bd0253c11977122b195dc2f685d5367869973fd)
* r5283: Merge -r5279 and-r5280 from trunk.Tim Potter2007-10-104-8/+154
| | | | (This used to be commit 74d872287b5cf5b13512091827a9d065f1fef122)
* r5278: BUG 2327: fix compile bug in idmap_rid.cGerald Carter2007-10-101-1/+2
| | | | (This used to be commit dd55ef25d1b24401a743d0367544e535cd17815c)
* r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove ↵Gerald Carter2007-10-102-11/+2
| | | | | | unused variables (This used to be commit 82c4e2f37f1f4c581cd7c792808c9a81ef80db94)
* r5270: fixing some bashism's in autogen.shGerald Carter2007-10-101-3/+3
| | | | (This used to be commit c8b79cd78cff6f5f784d16e6c3168c9ac2c1cf1a)
* r5269: BUG 858: fix order of popt args evalution so we don't crash when ↵Gerald Carter2007-10-101-2/+2
| | | | | | given no command line args (This used to be commit aff2fb7a65a9fc40220d971fba8ba3cf1eeeee9f)
* r5268: Fix bug #2310, only do 16-bit normalization on small dfreeJeremy Allison2007-10-101-5/+5
| | | | | | request. Jeremy. (This used to be commit 96dfec739a7ab6ac082d530ca2b771f9d6acabc6)
* r5264: Log with loglevel 0 when account-administration scripts fail.Günther Deschner2007-10-104-9/+9
| | | | | Guenther (This used to be commit 3d391ef149639750db376b05528a27422f8a3321)
* r5263: bug 2249: patch from Manuel Baena <mbaena@lcc.uma.es> to print error ↵Gerald Carter2007-10-101-1/+2
| | | | | | message in fullpath() (This used to be commit 0f66db48b09adc5b78a10e5023604c333684cbb3)
* r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC weGünther Deschner2007-10-104-17/+63
| | | | | | | should not say we are a PDC. Guenther (This used to be commit 6cdf3b97de2c28ac92f972621b0ce04c1c80cea5)
* r5246: We can't use a pointer to struct lsa_info until is has beenTim Potter2007-10-101-1/+1
| | | | | | initialised. Fix for bugzilla #2315. Can the privileges dude(s) please verify this? (This used to be commit bc4f884104c04f7c9ab7d370586115a9328ce9b1)
* r5236: Ignore users mount parm (since unneeded by cifs kernel code). ↵Steve French2007-10-101-1/+5
| | | | | | Suggested by Dirk Jagdmann. (This used to be commit 076485169e44a95981a12606c639b973c4e79d4e)
* r5235: Fix compile warning.Günther Deschner2007-10-101-1/+1
| | | | (This used to be commit 00b5990617b341b1fe7863552acb02e30cd022e5)
* r5234: Do not use the "Local Unix Group"-default description for all kinds ofGünther Deschner2007-10-101-2/+16
| | | | | | | group-mappings. Guenther (This used to be commit 2556e6570ec8074bb67827f95eb365800c5c9827)
* r5225: fix mem leak and debug messageStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit c0ee5922cdd4e57007e3a8f16cae71550fb38f2e)
* r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages)Gerald Carter2007-10-105-11/+16
| | | | (This used to be commit 9019a8436162d3606f6b8584701b0832cf5a7439)
* r5205: more fixups for BUG 2291Gerald Carter2007-10-101-27/+30
| | | | (This used to be commit 62e7cc7c3b2fe5187c99e0a1491843579ab997e7)
* r5203: additional changes for BUG 2291 to restrict who can join a BDC and ↵Gerald Carter2007-10-105-11/+23
| | | | | | add domain trusts (This used to be commit 5ec1faa2ad33772fb48c3863e67d2ce4be726bb2)
* r5183: Ensure we correctly set the per-connection "case_sensitive" setting.Jeremy Allison2007-10-103-18/+23
| | | | | | | Rename dptrs_open to the more correct dirhandles_open. Remove old #if 1. Jeremy. (This used to be commit c43bae306a18f5716acbe8571f4f414873400cb1)
* r5180: Call the "add machine script" to create all kinds of trust accountsGünther Deschner2007-10-101-1/+1
| | | | | | | (this restores old behaviour). Fixes #2291. Guenther (This used to be commit 5ca0d1b87cd20f538a13321eb11ef97d00bf5133)
* r5179: Add -P (password-menu-only) option to swat. Admins can allow usersDeryck Hodge2007-10-101-1/+4
| | | | | | | | to use swat to change their password without allowing them to see the "View" and "Status" buttons. deryck (This used to be commit c9cacd553f8e7aa2db011cb7b22dd791b7460ea0)
* r5176: Warn the user that print command is ignored when using cups librariesSimo Sorce2007-10-101-0/+7
| | | | (This used to be commit 142461204718d489bbeff451878a52208b9891bc)
* r5174: ensure that we consistently use the current_user_info.smb_name vs. ↵Gerald Carter2007-10-102-24/+19
| | | | | | smb_name when parsing smb.conf and reloading config files (This used to be commit be537eaebe84b2ccae089e5982263df8a96e7a5b)
* r5166: From James Peach - remove minor C99-isms.Jeremy Allison2007-10-101-6/+12
| | | | | Jeremy. (This used to be commit 54ac409d4fd3b6e8e2bd338dabed446a92507811)
* r5165: BUG 2295: always use get_local_machine_name() rather than digging in ↵Gerald Carter2007-10-104-18/+15
| | | | | | the gloval variable 'local_machine' (This used to be commit 6a6e4af46a5c0a693a3dd9d558a4d1c1e5d72d95)
* r5163: Fix bugzilla 2062:Jim McDonough2007-10-101-1/+6
| | | | | turn off broadcast for all 390 NICs. (This used to be commit d159a5013e96a1188599a3fa0bff108fa6f6679b)
* r5162: BUG 2264: remove shutdown and abortshurn commands from rpcclient ↵Gerald Carter2007-10-101-31/+14
| | | | | | since they are stable in 'net rpc' (to avoid fixing portability bugs) (This used to be commit 0a1f9703a1fe5dec80d76db6736c43e19fea9c3f)
* r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison2007-10-105-80/+191
| | | | | | | directory match more efficiently. Passes RAW-SEARCH under valgrind but needs more testing (which I'll do later today :-). Jeremy. (This used to be commit 0b04dd9d0c6d1fe02d1b5e43f203577bf5466f33)
* r5159: BUG 2262: add support to detect *freebsd6* (same as *freebsd5* currently)Gerald Carter2007-10-101-2/+2
| | | | (This used to be commit d6c7de240885be00149fd00b47f229a59f150b3e)