Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Move the bang (!) command back to the bottom of the list, allowing smbclient | Andrew Bartlett | 2002-01-17 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | to function again. Add comment to warn anybody that wants to 'Alphabetize' the list to read crh's existing comment on the issue. Andrew Bartlett | |||||
| * | Made a debug look nicer. | Tim Potter | 2002-01-17 | 1 | -1/+2 | |
| | | ||||||
| * | Added some guards. | Tim Potter | 2002-01-17 | 1 | -0/+4 | |
| | | ||||||
| * | Fixed typo. | Tim Potter | 2002-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | include/smb.h: Made constants like aARCH easier to read. | Jeremy Allison | 2002-03-07 | 3 | -23/+22 | |
| | | | | | | | | | | | | smbd/nttrans.c: smbd/open.c: Fixes for delete on close semantics. Jeremy. | |||||
* | | Compile fix. | Tim Potter | 2002-03-07 | 1 | -1/+1 | |
| | | ||||||
* | | Fix winbindd to respect command line debuglevel as nmbd/smbd. | Jeremy Allison | 2002-03-07 | 1 | -5/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge in the change to do per-handle access checks on setdata/setform etc. | Jeremy Allison | 2002-03-07 | 1 | -70/+138 | |
| | | | | | | | | | | Should allow the buggy spoolss code on NT to work against us. Jeremy. | |||||
* | | The name/sid cache code was using the name passed as input to lookupnames | Tim Potter | 2002-03-07 | 2 | -45/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as a key in winbindd_cache.tdb. This meant that a lookupsid of that user's sid would return the name specified by the user in the previous lookupname which can result in weird capitalisation issues. The fix is to do a lookupsid immediately after the lookupname and store the name returned in the cache file. We also store the username in the name/sid cache lowercased so as to avoid multiple entries for different capitalisations of names. Test case: rpcclient jonquille -U% -c 'lookupnames npsd-test2\administraTOR' npsd-test2\administraTOR S-1-5-21-1067277791-1719175008-3000797951-500 (1) rpcclient jonquille -U% -c 'lookupsids S-1-5-21-1067277791-1719175008-3000797951-500' S-1-5-21-1067277791-1719175008-3000797951-500 [NPSD-TEST2]\[Administrator] (1) | |||||
* | | Formatting tidyups. | Tim Potter | 2002-03-07 | 1 | -3/+3 | |
| | | ||||||
* | | fix compile errors | Herb Lewis | 2002-03-06 | 1 | -4/+9 | |
| | | ||||||
* | | merge torture target from head | Herb Lewis | 2002-03-06 | 1 | -0/+3 | |
| | | ||||||
* | | Reformatting preparing for the changes to come.... :-). | Jeremy Allison | 2002-03-06 | 1 | -153/+154 | |
| | | | | | | | | Jeremy. | |||||
* | | new spoolss notify message format | Gerald Carter | 2002-03-05 | 1 | -2/+3 | |
| | | ||||||
* | | move data format from individual entries to a statically sized | Gerald Carter | 2002-03-05 | 2 | -73/+156 | |
| | | | | | | | | | | | | | | structure for srv_spoolss_sendnotify(). This will make it easier to add information to specify changed values. I'll merge this into HEAD a little later. Not quite done. | |||||
* | | Fix -d option being overridden with log level parameter. | Jeremy Allison | 2002-03-05 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Ignore 0/0 lock (don't error out). | Jeremy Allison | 2002-03-05 | 1 | -3/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Add missing error codes. Tify up libsmb error return. | Jeremy Allison | 2002-03-05 | 2 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | More connectathon fixes. srvsvc returns WERRORs not NTSTATUS codes. | Jeremy Allison | 2002-03-05 | 9 | -185/+192 | |
| | | | | | | | | | | Added aDIR mask for setfileinfo. Jeremy. | |||||
* | | Canonicalise pathnames returned to Windows directory separators. | Jeremy Allison | 2002-03-04 | 1 | -1/+3 | |
| | | | | | | | | | | Found by Andrew at connectathon with some new tests Jeremy. | |||||
* | | fixed typo | Gerald Carter | 2002-03-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fix for missing arg to message_send_all. | Jeremy Allison | 2002-03-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for extra arg. | Jeremy Allison | 2002-03-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed extra arg needed for message send all. | Jeremy Allison | 2002-03-03 | 2 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge in the mutex code to stop multiple domain logon failures. This | Jeremy Allison | 2002-03-02 | 3 | -18/+110 | |
| | | | | | | | | | | code already in HEAD and app-head. Jeremy. | |||||
* | | This code is so obviously correct it really needs to be in 2.2.x. | Jeremy Allison | 2002-03-02 | 1 | -36/+47 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix lseek-on-pipe problem in VFS (where it belongs IMHO). | Jeremy Allison | 2002-03-02 | 2 | -18/+19 | |
| | | | | | | | | Jeremy. | |||||
* | | Added requested cast for splint. | Jeremy Allison | 2002-03-01 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix the memory corruption bug. It was caused by trying to deep-free an | Jeremy Allison | 2002-03-01 | 1 | -37/+6 | |
| | | | | | | | | | | | | array whose internal pointers were talloced. We can just get away with SAFE_FREE'ing the array pointer. Jeremy. | |||||
* | | fix typo caught by Mike Gerdts <Michael.Gerdts@alcatel.com> | Herb Lewis | 2002-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | typo fix from David Tercero | Gerald Carter | 2002-03-01 | 1 | -2/+2 | |
| | | ||||||
* | | This is an intermediate commit. | Gerald Carter | 2002-03-01 | 1 | -29/+49 | |
| | | | | | | | | | | | | | | | | * comment out the call to free_notify_data() as it corrupts the heap right now. At least we won't seg fault. * only call srv_spoolss_sendnotify() on a PRINTER_CHANGE_SET_PRINTER_DRIVER This needs to be fixed to check for what events the client is monitoring. * add debugs to free_notify_data() | |||||
* | | off by one fix from Peter Haight | Gerald Carter | 2002-03-01 | 1 | -2/+7 | |
| | | ||||||
* | | typo fix from Ian Nicholls | Gerald Carter | 2002-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | couple of typo fixes from Ian Nicholls and peter.a.bryant | Gerald Carter | 2002-03-01 | 3 | -323/+331 | |
| | | ||||||
* | | Attempt to fix Solaris winbind nss build. | Jeremy Allison | 2002-03-01 | 3 | -15/+39 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix CUPS build broken when fstrcpy added. | Jeremy Allison | 2002-02-28 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed autodetection of PDC if no remote machine given when joining | Jeremy Allison | 2002-02-28 | 1 | -22/+51 | |
| | | | | | | | | | | domain. Jeremy. | |||||
* | | Ensure that all methods of looking up and connecting to DC's work | Jeremy Allison | 2002-02-28 | 31 | -122/+156 | |
| | | | | | | | | | | using identical logic. Remove the zero_ip global. Jeremy. | |||||
* | | Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length ↵ | Jeremy Allison | 2002-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | DEVMODE as is the case with the Okidata Okipage 20 PCLXL Advanced printer driver. | |||||
* | | Fix the build by moving the client notify code into srv_spoolss_nt.c | Jeremy Allison | 2002-02-27 | 3 | -143/+138 | |
| | | | | | | | | Jeremy. | |||||
* | | Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>. | Jeremy Allison | 2002-02-27 | 1 | -11/+11 | |
| | | | | | | | | Jeremy. | |||||
* | | Added "nt status support" to enable NT status codes to be turned off (I | Jeremy Allison | 2002-02-27 | 8 | -54/+45 | |
| | | | | | | | | | | | | though I'd done that for 2.2.3, oh well). Docs added soon. Removed another "magic" define. Fixed the offline folder synchronisation bug. Jeremy. | |||||
* | | Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>. | Jeremy Allison | 2002-02-27 | 1 | -7/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Added Provides parameter to get around problems users have when updating a ↵ | John Terpstra | 2002-02-27 | 1 | -0/+1 | |
| | | | | | | | | Red Hat system. | |||||
* | | Immediate structure and vsnprintf fixes from Andrew from HEAD. | Jeremy Allison | 2002-02-27 | 2 | -594/+616 | |
| | | | | | | | | Jeremy. | |||||
* | | * Fix the printer change notify code to fill in the | Gerald Carter | 2002-02-27 | 6 | -69/+256 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SPOOL_NOTIFY_INFO correctly on driver changes. * modify srv_spoolss_sendnotify() to pass in the printer name as well * do not reset the devmode when we change the driver for a printer (observed behavior on both NT and 2k) * removed some old commented out code we need to fix the cli_spoolss_notify code to use talloc for better maintainability.... | |||||
* | | fix a few error defines | Gerald Carter | 2002-02-27 | 1 | -2/+4 | |
| | | ||||||
* | | make syntax work on non-linux systems - parse server parameter before | Herb Lewis | 2002-02-26 | 1 | -13/+16 | |
| | | | | | | | | calling getopt for options. | |||||
* | | Back port tridge's xcopy /o fix. | Jeremy Allison | 2002-02-26 | 3 | -17/+59 | |
| | | | | | | | | Jeremy. |