Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Bulk add of the test suite for libsmbclient ... | Richard Sharpe | 2001-03-09 | 146 | -0/+11354 | |
| | | ||||||
| * | More SGI type fixes ... | Richard Sharpe | 2001-03-09 | 1 | -5/+7 | |
| | | ||||||
| * | Fixes to testsmbc to ensure it will compile on SGI ... | Richard Sharpe | 2001-03-09 | 1 | -18/+31 | |
| | | ||||||
| * | Fixed double fclose() call (I love insure :-). | Jeremy Allison | 2001-03-08 | 1 | -2/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix for AS/U not liking it's own assoc_gid. | Jeremy Allison | 2001-03-08 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 2001-03-07 | 13 | -79/+67 | |
| | | | | | | | | | | authenticate against them. Big/little endian issues fixed. Jeremy. | |||||
| * | Fix the definition and implementation of smbc_lseekdir ... | Richard Sharpe | 2001-03-07 | 2 | -74/+89 | |
| | | ||||||
| * | Implement smbc_lseekdir, but it will have to change ... because it has the | Richard Sharpe | 2001-03-06 | 1 | -1/+52 | |
| | | | | | | | | wrong interface defn. | |||||
| * | smb.h: add one error code for no such printer job | Richard Sharpe | 2001-03-05 | 2 | -3/+29 | |
| | | | | | | | | libsmbclient.c: fix problems with return codes on smbc_unlink_print_job | |||||
| * | Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle ↵ | Jeremy Allison | 2001-03-03 | 1 | -2/+4 | |
| | | | | | | | | | | | | one... Jeremy. | |||||
| * | Roll back to using malloc/realloc on some of spoolss in head. | Jeremy Allison | 2001-03-03 | 5 | -100/+79 | |
| | | | | | | | | | | | | | | | | | | | | I'm having problems with talloc_realloc in the 2.2 branch and I want a stable reference. The only problem is this breaks the clean auto-generated code in *one* call in srv_spoolss.c (the rfnpcnex call). Jeremy. | |||||
| * | Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes. | Jeremy Allison | 2001-03-02 | 4 | -10/+9 | |
| | | | | | | | | Jeremy. | |||||
| * | Arrgggh. Returning the SPOOL_INFO stuff requires that the realloced | Jeremy Allison | 2001-03-02 | 1 | -23/+36 | |
| | | | | | | | | | | | | data be realloced between different functions. This took a *long* time to track down (even with insure :-). Jeremy. | |||||
| * | Move to talloc controlled NT forms. | Jeremy Allison | 2001-03-02 | 3 | -43/+50 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix two problems identified by the test suite, one a major one | Richard Sharpe | 2001-03-01 | 1 | -3/+61 | |
| | | | | | | | | where I was indexing through a NULL pointer :-( | |||||
| * | Fixed compiler warning. | Tim Potter | 2001-03-01 | 1 | -4/+4 | |
| | | ||||||
| * | Fixed a couple of getpwXX calls that were not going through the sys_getpwXX | Jeremy Allison | 2001-03-01 | 2 | -4/+4 | |
| | | | | | | | | | | cache. Jeremy. | |||||
| * | Don't return stack structures... | Jeremy Allison | 2001-03-01 | 1 | -12/+18 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix memory leaks introduced in restructure. | Jeremy Allison | 2001-03-01 | 1 | -15/+13 | |
| | | | | | | | | Jeremy. | |||||
| * | When opening a printserver use a global snum of -1. | Jeremy Allison | 2001-03-01 | 1 | -2/+2 | |
| | | | | | | | | Jeremy | |||||
| * | rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring. | Jeremy Allison | 2001-03-01 | 2 | -9/+24 | |
| | | | | | | | | | | rpc_server/srv_spoolss_nt.c: Fixed problem with printer snum being read uninitialised. Jeremy. | |||||
| * | 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 |