Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Move to a handle database that is shared between instances of the same | Jeremy Allison | 2001-03-13 | 5 | -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 Allison | 2001-03-13 | 2 | -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 Allison | 2001-03-13 | 1 | -0/+5 | |
| | | | | | | | | | | | | setuserinfo level 0x12. Jeremy. | |||||
* | | We were mismarshalling a RPC netlogon bad password reply to Win2k. | Jeremy Allison | 2001-03-13 | 1 | -0/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | We were not byte swaaping the unicode strings on reading them from a packet | Jeremy Allison | 2001-03-13 | 8 | -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 Allison | 2001-03-13 | 1 | -13/+64 | |
| | | | | | | | | Jeremy. | |||||
* | | Ensure we return the correct names/sids on query info. AS/U showed us what | Jeremy Allison | 2001-03-13 | 1 | -3/+20 | |
| | | | | | | | | | | we should return here. Jeremy. | |||||
* | | Added ADMIN$ share as an alias for the IPC$ share except refuse guest access. | Jeremy Allison | 2001-03-13 | 2 | -9/+11 | |
| | | | | | | | | | | AS/U wants to do RPC calls down this treeid. Jeremy. | |||||
* | | We copy the RPC header directly from the incoming client - remember to | Jeremy Allison | 2001-03-12 | 1 | -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 Allison | 2001-03-12 | 1 | -1/+10 | |
| | | | | | | | | Jeremy. | |||||
* | | Looks like AS/U doesn't set "FIRST" flag in an RPC bind packet. | Jeremy Allison | 2001-03-12 | 1 | -1/+5 | |
| | | | | | | | | Jeremy | |||||
* | | Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct | Jeremy Allison | 2001-03-11 | 6 | -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 Allison | 2001-03-11 | 1 | -4/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Removal of dead code. Not used anywhere. | Jeremy Allison | 2001-03-11 | 3 | -734/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST" | Jeremy Allison | 2001-03-11 | 1 | -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 Allison | 2001-03-11 | 1 | -0/+10 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed stupid typo. | Jeremy Allison | 2001-03-10 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Removed incorrect substitution in dir code - move to DOS fnmatch. | Jeremy Allison | 2001-03-10 | 2 | -5/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge .cvsignore between 2.2 and HEAD. | Jeremy Allison | 2001-03-10 | 1 | -5/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | autogen | Gerald Carter | 2001-03-10 | 3 | -25/+173 | |
| | | ||||||
* | | fixed a few typos...but I can't even remember what they were right now... | Gerald Carter | 2001-03-10 | 1 | -1/+1 | |
| | | ||||||
* | | some more checks to ensure that docbook2X is really installed | Gerald Carter | 2001-03-10 | 2 | -61/+92 | |
| | | | | | | | | and fix a few typos in Makefile.in. Patches from Urban. | |||||
* | | updates from Urban | Gerald Carter | 2001-03-10 | 2 | -22/+141 | |
| | | ||||||
* | | autogen stuff. small perl script in docbook/scripts | Gerald Carter | 2001-03-10 | 27 | -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 can | Jeremy Allison | 2001-03-10 | 1 | -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 Allison | 2001-03-10 | 2 | -1/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Changing user passwords from a Win2k client now works to a Samba PDC. Thanks ↵ | Jeremy Allison | 2001-03-10 | 3 | -5/+8 | |
| | | | | | | | | | | | | Jim ! Jeremy. | |||||
* | | Forgot the prs_inits in rpcclient. Now fixed. | Jeremy Allison | 2001-03-09 | 3 | -39/+39 | |
| | | | | | | | | Jeremy. | |||||
* | | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 2001-03-09 | 21 | -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 Allison | 2001-03-09 | 3 | -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 Allison | 2001-03-09 | 3 | -59/+293 | |
| | | | | | | | | Jeremy. | |||||
* | | Final (hopefully) compiler warning fixes. | Jeremy Allison | 2001-03-09 | 2 | -3/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Dead code elimination from SGI compiler. | Jeremy Allison | 2001-03-09 | 7 | -13/+17 | |
| | | | | | | | | Jeremy. | |||||
* | | Dead code removal from SGI compiler. | Jeremy Allison | 2001-03-09 | 7 | -25/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | Removed dead code... SGI compiler warnings. | Jeremy Allison | 2001-03-09 | 1 | -2/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | More SGI compiler warning fixes. | Jeremy Allison | 2001-03-09 | 5 | -22/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | Preparing for alpha3. Fixes for SGI compiler warnings. | Jeremy Allison | 2001-03-09 | 3 | -6/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed double fclose() call (I love insure :-). | Jeremy Allison | 2001-03-08 | 1 | -2/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed extra 2 byte incorrect parse in SETUSERINFO_24 that was preventing | Jeremy Allison | 2001-03-08 | 3 | -7/+19 | |
| | | | | | | | | | | | | | | W2K clients from joining a Samba domain the "old" way (editing /etc/passwd and adding the machine manually in smbpasswd). Vectored the ms_fnmatch function - preparing to make this DOS client specific. Jeremy. | |||||
* | | Keep enumerating even if there are no handles yet open on a pipe. | Jeremy Allison | 2001-03-08 | 1 | -1/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | added 'lanman auth' & 'min protocol' code. See smb.conf(5) | Gerald Carter | 2001-03-08 | 4 | -12/+35 | |
| | | | | | | | | for details | |||||
* | | added new link to winbind HOWTO/White Paper | Gerald Carter | 2001-03-08 | 1 | -0/+1 | |
| | | ||||||
* | | more autogen stuff | Gerald Carter | 2001-03-08 | 5 | -1153/+2681 | |
| | | ||||||
* | | added 'lanman auth' (new), 'min protocol' from Dave Collier-Brown, | Gerald Carter | 2001-03-08 | 1 | -34/+93 | |
| | | | | | | | | | | and 'max protocol' as a more intuitve name for 'protocol'. Code forth coming in a few minutes. :-) | |||||
* | | added winbind chapter | Gerald Carter | 2001-03-08 | 1 | -0/+2 | |
| | | ||||||
* | | new rule for winbind.sgml | Gerald Carter | 2001-03-08 | 1 | -9/+2 | |
| | | ||||||
* | | Tim reminded be about this yesterday. Thanks Tim :-) | Gerald Carter | 2001-03-08 | 1 | -0/+372 | |
| | | ||||||
* | | added info level 100 to srv get info call. | Jean-François Micouleau | 2001-03-08 | 5 | -13/+78 | |
| | | | | | | | | | | | | | | | | | | passdb/passdb.c: small band aid to reply correctly to domain group RID (dom adm, dom users, ...). that's an interim fix for usrmgr. J.F. I'm gonna miss my plane ! | |||||
* | | Ensure dump data dumps the correct size for a POLICY_HND in debug. | Jeremy Allison | 2001-03-08 | 1 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed null pointer deref in new printer enumeration code. | Jeremy Allison | 2001-03-08 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. |