summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Last attemt at fix :-).Jeremy Allison2001-03-151-1/+1
| | | | Jeremy.
* Filter out deny entries when returning standard UNIX perms.Jeremy Allison2001-03-151-3/+12
| | | | Jeremy.
* Retuirn correct error message if we can't get the secret sid.Jeremy Allison2001-03-151-2/+8
| | | | Jeremy.
* small typoGerald Carter2001-03-151-1/+1
|
* Fixed a Dr. Watson when viewing permissions - we weren't handling theJeremy Allison2001-03-151-0/+2
| | | | | role standalone server case. Jeremy.
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-151-7/+7
| | | | Jeremy.
* don't show main smbd as a connectionHerb Lewis2001-03-141-1/+5
|
* Removed rpc_unistrXX calls as the fix in include/byteorder.h now meansJeremy Allison2001-03-1410-104/+24
| | | | | | | | | | that unistrs are correctly converted from bigendian->littlendian on unmarshalling from a bigendian client. Many thanks to Herb for tracking this one down. nmbd/nmbd_processlogon.c: Fix from Herb to return netlogon reply to the correct NBT logon name (AS/U showed this was needed - NT4 does the same). Jeremy.
* Hmmm....I thought I already added this...Guess not.Gerald Carter2001-03-141-0/+13
| | | | Perl script to remove the <URL:...> links from man pages
* Patch for FHS complience from Michael Sweet <mike@easysw.com>.Jeremy Allison2001-03-142-4/+4
| | | | Jeremy.
* Fix from Jim McDonough of IBM for using Win9x user manager.Jeremy Allison2001-03-131-2/+9
| | | | Jeremy.
* better check for <00> name if debug output is on in smb.confHerb Lewis2001-03-131-1/+1
|
* Move to a handle database that is shared between instances of the sameJeremy Allison2001-03-135-44/+120
| | | | | pipe. Reference count so we destroy on shutdown of the last open pipe. Jeremy.
* rpc_parse/parse_samr.c: Removed erroneous debug 0.Jeremy Allison2001-03-132-17/+10
| | | | | rpc_server/srv_netlog_nt.c: Cause smbd to marshall a "bad password" correctly to W2K on bad login. Jeremy.
* AS/U does setuserinfo2, level 0x12 when joining a domain - identical to ↵Jeremy Allison2001-03-131-0/+5
| | | | | | setuserinfo level 0x12. Jeremy.
* We were mismarshalling a RPC netlogon bad password reply to Win2k.Jeremy Allison2001-03-131-0/+5
| | | | Jeremy.
* We were not byte swaaping the unicode strings on reading them from a packetJeremy Allison2001-03-138-20/+88
| | | | | | when talking to a big-endian RPC client (AS/U on Solaris). Added rpc_unistrnXX functions to do this. Jeremy.
* Ensure we never return passwords from a user query.Jeremy Allison2001-03-131-13/+64
| | | | Jeremy.
* Ensure we return the correct names/sids on query info. AS/U showed us whatJeremy Allison2001-03-131-3/+20
| | | | | we should return here. Jeremy.
* Added ADMIN$ share as an alias for the IPC$ share except refuse guest access.Jeremy Allison2001-03-132-9/+11
| | | | | AS/U wants to do RPC calls down this treeid. Jeremy.
* We copy the RPC header directly from the incoming client - remember toJeremy Allison2001-03-121-1/+6
| | | | | | set little-endian flag on marshalling. AS/U now correctly tries to join our domain ! Jeremy.
* Ok - we're now sending back policy handles to bigendian AS/U correctly.Jeremy Allison2001-03-121-1/+10
| | | | Jeremy.
* Looks like AS/U doesn't set "FIRST" flag in an RPC bind packet.Jeremy Allison2001-03-121-1/+5
| | | | Jeremy
* Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison2001-03-116-134/+75
| | | | | | | | | now in pipe struct (where used) rather than user_struct. Secured machine account password changing in srv_netlog_nt.c - ensure that only the given machine can change its own password. May need to free this up later for NT admin tools, but this is a fail-safe secure position for now. Jeremy.
* Removed JRATEST line.Jeremy Allison2001-03-111-4/+0
| | | | Jeremy.
* Removal of dead code. Not used anywhere.Jeremy Allison2001-03-113-734/+3
| | | | Jeremy.
* Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"Jeremy Allison2001-03-111-4/+6
| | | | | | | (ie. BIND, BINDRESP and ALTERCONTEXT) - if we don't do this then we don't set the endianness flag correctly for these PDU's. Herb - this should fix the bug you reported to me today. Jeremy.
* Sync up include files between 2.2 and HEAD except for the account info.Jeremy Allison2001-03-111-0/+10
| | | | Jeremy.
* Fixed stupid typo.Jeremy Allison2001-03-101-2/+2
| | | | Jeremy.
* Removed incorrect substitution in dir code - move to DOS fnmatch.Jeremy Allison2001-03-102-5/+3
| | | | Jeremy.
* Merge .cvsignore between 2.2 and HEAD.Jeremy Allison2001-03-101-5/+8
| | | | Jeremy.
* autogenGerald Carter2001-03-103-25/+173
|
* fixed a few typos...but I can't even remember what they were right now...Gerald Carter2001-03-101-1/+1
|
* some more checks to ensure that docbook2X is really installedGerald Carter2001-03-102-61/+92
| | | | and fix a few typos in Makefile.in. Patches from Urban.
* updates from UrbanGerald Carter2001-03-102-22/+141
|
* autogen stuff. small perl script in docbook/scriptsGerald Carter2001-03-1027-272/+326
| | | | which strip the ugly <URL:.*html.*> links generated by docbook2man.
* Working on the NT4 ACL view of POSIX ACL problem reported by Gerald. I canJeremy Allison2001-03-101-13/+17
| | | | | | now reproduce it and I know what's wrong, I need to think about how to correctly fix it. Jeremy.
* Sync up with Urban.Jeremy Allison2001-03-102-1/+8
| | | | Jeremy.
* Changing user passwords from a Win2k client now works to a Samba PDC. Thanks ↵Jeremy Allison2001-03-103-5/+8
| | | | | | Jim ! Jeremy.
* Forgot the prs_inits in rpcclient. Now fixed.Jeremy Allison2001-03-093-39/+39
| | | | Jeremy.
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-0921-149/+231
| | | | | | | | | We were reading the endainness in the RPC header and then never propagating it to the internal parse_structs used to parse the data. Also removed the "align" argument to prs_init as it was *always* set to 4, and if needed can be set differently on a case by case basis. Now ready for AS/U testing when Herb gets it set up :-). Jeremy.
* Patch from Michael Sweet <mike@easysw.com> to allow a --with-fhs. Is *not*Jeremy Allison2001-03-093-824/+932
| | | | | selected by default (default is no change to install directories). Jeremy.
* Smbmount fixes from the new maintainer Urban Widmark <urban@svenskatest.se>Jeremy Allison2001-03-093-59/+293
| | | | Jeremy.
* Final (hopefully) compiler warning fixes.Jeremy Allison2001-03-092-3/+4
| | | | Jeremy.
* Dead code elimination from SGI compiler.Jeremy Allison2001-03-097-13/+17
| | | | Jeremy.
* Dead code removal from SGI compiler.Jeremy Allison2001-03-097-25/+12
| | | | Jeremy.
* Removed dead code... SGI compiler warnings.Jeremy Allison2001-03-091-2/+0
| | | | Jeremy.
* More SGI compiler warning fixes.Jeremy Allison2001-03-095-22/+12
| | | | Jeremy.
* Preparing for alpha3. Fixes for SGI compiler warnings.Jeremy Allison2001-03-093-6/+6
| | | | Jeremy.
* Fixed double fclose() call (I love insure :-).Jeremy Allison2001-03-081-2/+0
| | | | Jeremy.