Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove unused code. | Jeremy Allison | 2001-03-01 | 3 | -124/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the talloc | Jeremy Allison | 2001-03-01 | 1 | -14/+62 | |
| | | | | | | | | | | area into the Printer_entry struct - these are used for changenotification. Jeremy. | |||||
| * | Finished converion of spoolss code to canonical format. Now to work on the | Jeremy Allison | 2001-02-28 | 3 | -163/+215 | |
| | | | | | | | | | | PRINT_XX struct alloc/free issues. Jeremy. | |||||
| * | Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>. | Jeremy Allison | 2001-02-28 | 1 | -3/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | removed unnecessary files | Gerald Carter | 2001-03-19 | 4 | -646/+0 | |
| | | ||||||
* | | missed one | Gerald Carter | 2001-03-19 | 1 | -241/+0 | |
| | | ||||||
* | | autogen | Gerald Carter | 2001-03-19 | 5 | -690/+469 | |
| | | ||||||
* | | new rpcclient man page | Gerald Carter | 2001-03-19 | 1 | -216/+217 | |
| | | ||||||
* | | new rules for rpcclient | Gerald Carter | 2001-03-19 | 1 | -8/+5 | |
| | | ||||||
* | | merge from HEAD for new cli_*() interface for client side | Gerald Carter | 2001-03-19 | 8 | -1682/+2222 | |
| | | | | | | | | RPCs | |||||
* | | lib/system.c (Finally) fixed all insure errors in password caching code. We ↵ | Jeremy Allison | 2001-03-17 | 2 | -59/+73 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | can't stop libc routines from calling getpwXXX functions, so caching a pointer to them is impossible. This new code now makes two copies of the returned struct passwd struct - one used as a cache, one returned to allow the caller to modify. When doing a lookup we compare against the cached copy. Code is now easier to understand also. smbd/posix_acls.c: If we move the head of the linked list, remember to pass a reference to that pointer..... Jeremy. | |||||
* | | Ok - I'm happy with the mapping for ACLs on NT "getACL" - now to examine for | Jeremy Allison | 2001-03-17 | 2 | -62/+181 | |
| | | | | | | | | | | setACL. Jeremy. | |||||
* | | Updates for CUPS 1.1 from Michael Sweet. | Jeremy Allison | 2001-03-16 | 1 | -1/+38 | |
| | | | | | | | | Jeremy. | |||||
* | | Updated defaults for CUPS printing from Michael Sweet. | Jeremy Allison | 2001-03-16 | 1 | -6/+17 | |
| | | | | | | | | Jeremy. | |||||
* | | CUPS patches from Michael Sweet to enable CUPS systems to be queried directly | Jeremy Allison | 2001-03-16 | 5 | -182/+1046 | |
| | | | | | | | | | | from smbd rather than going through an lpq parse. Jeremy. | |||||
* | | Fixed problems caused by --with-fhs patch that stopped some of the --bindir | Jeremy Allison | 2001-03-15 | 6 | -705/+705 | |
| | | | | | | | | | | etc. options working correctly. Jeremy. | |||||
* | | Preparing for CUPS patch - code moved by Michael Sweet. | Jeremy Allison | 2001-03-15 | 2 | -0/+320 | |
| | | | | | | | | Jeremy. | |||||
* | | Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone). | Jeremy Allison | 2001-03-15 | 2 | -13/+33 | |
| | | | | | | | | Jeremy. | |||||
* | | Last tweak (I promise :-). Fallback to returning our SID if we're a domain | Jeremy Allison | 2001-03-15 | 1 | -11/+6 | |
| | | | | | | | | | | member but can't get the domain sid. Jeremy. | |||||
* | | Final fix. | Jeremy Allison | 2001-03-15 | 1 | -2/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Last attemt at fix :-). | Jeremy Allison | 2001-03-15 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Filter out deny entries when returning standard UNIX perms. | Jeremy Allison | 2001-03-15 | 1 | -3/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | Retuirn correct error message if we can't get the secret sid. | Jeremy Allison | 2001-03-15 | 1 | -2/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | small typo | Gerald Carter | 2001-03-15 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed a Dr. Watson when viewing permissions - we weren't handling the | Jeremy Allison | 2001-03-15 | 1 | -0/+2 | |
| | | | | | | | | | | role standalone server case. Jeremy. | |||||
* | | AS/U on a sparc now joins and authenticates against a Samba PDC ! | Jeremy Allison | 2001-03-15 | 1 | -7/+7 | |
| | | | | | | | | Jeremy. | |||||
* | | don't show main smbd as a connection | Herb Lewis | 2001-03-14 | 1 | -1/+5 | |
| | | ||||||
* | | Removed rpc_unistrXX calls as the fix in include/byteorder.h now means | Jeremy Allison | 2001-03-14 | 10 | -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 Carter | 2001-03-14 | 1 | -0/+13 | |
| | | | | | | | | Perl script to remove the <URL:...> links from man pages | |||||
* | | Patch for FHS complience from Michael Sweet <mike@easysw.com>. | Jeremy Allison | 2001-03-14 | 2 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix from Jim McDonough of IBM for using Win9x user manager. | Jeremy Allison | 2001-03-13 | 1 | -2/+9 | |
| | | | | | | | | Jeremy. | |||||
* | | better check for <00> name if debug output is on in smb.conf | Herb Lewis | 2001-03-13 | 1 | -1/+1 | |
| | | ||||||
* | | 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. |