summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Removed unused variable.Tim Potter2001-11-231-2/+1
| |
* | Merge from HEAD.Tim Potter2001-11-231-14/+14
| |
* | Missing file from HEAD branch.Tim Potter2001-11-230-0/+0
| |
* | Got positive and negative name caching working correctly with ↵Jeremy Allison2001-11-222-65/+71
| | | | | | | | | | | | | | | | | | lookupname/lookupsid. There was a bug in cli_lsa_lookup_name/lookup_sid where NT_STATUS_NONE_MAPPED was being mapped to NT_STATUS_OK, and also the *wrong* number of entries mapped was being returned. The correct field is mapped_count, *NOT* num_entries. Jeremy.
* | Fixed +ve caching. Still problems with -ve caching.Jeremy Allison2001-11-221-105/+115
| | | | | | | | Jeremy.
* | Fixed caching of lookupname/lookupsid. Error in check of success !Jeremy Allison2001-11-221-2/+8
| | | | | | | | Jeremy.
* | Added debugs to track down sequence number problems.Jeremy Allison2001-11-221-4/+10
| | | | | | | | Jeremy.
* | sync up with HEADGerald Carter2001-11-221-0/+1
| |
* | ooopssGerald Carter2001-11-221-4/+4
| |
* | s/safe_free/SAFE_FREE/Gerald Carter2001-11-222-138/+133
| |
* | typoGerald Carter2001-11-221-1/+0
| |
* | quick wrapper for SetPrinterDataEx. Needs testing, but shouldbe ok.Gerald Carter2001-11-221-3/+18
| | | | | | | | I'm not seeing th call on the wire all that often.
* | EnumPrinterDataEx now worksGerald Carter2001-11-223-18/+30
| |
* | useful #define'sGerald Carter2001-11-221-0/+6
| |
* | Oooppsss on the last check-in message. This looks right,Gerald Carter2001-11-221-1/+2
| | | | | | | | but win2k is still not quite happy.
* | rpc_server/srv_spoolss.cGerald Carter2001-11-224-92/+97
| |
* | make protoGerald Carter2001-11-221-648/+655
| |
* | parsing is the last major hurdle for EnumPrinterDataEx i thinkGerald Carter2001-11-211-12/+147
| |
* | almost done with EnumPrinterDataExGerald Carter2001-11-212-33/+97
| |
* | correct structures for ENUMPRINTERDATAEXGerald Carter2001-11-211-1/+26
| |
* | generate a default devmode for **all** printers.Gerald Carter2001-11-211-11/+14
| | | | | | | | | | | | The NULL devmode is a major source of pain. The only accurate way to set a devmode is to execture Win32 code embedded in the driver's DLL files.
* | Fixups for more robust winbindd daemon. Charset initialise, fault processingJeremy Allison2001-11-212-8/+64
| | | | | | | | | | fixups. Jeremy.
* | Fixups for winbindd in a wk2 environment. Node status on name "*"#0 doesn'tJeremy Allison2001-11-218-44/+92
| | | | | | | | | | | | seem to work for a W2K PDC. Try and fix the log file being incorrect (log.) for winbindd. Jeremy.
* | Reinstated the local xstrdup function but renamed it to smbpXstrDup so itJohn Terpstra2001-11-212-27/+27
| | | | | | | | does not get confused with the one in lib/utils.c
* | documented the %J (job name from client) macroGerald Carter2001-11-213-17/+25
| |
* | Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison2001-11-214-112/+246
| | | | | | | | | | | | | | | | be easily added (a one liner) once we know the correct error codes returned by a W2K DC. All other winbindd calls should go through a similar transparent caching layer (and will soon). Jeremy.
* | Preparing to implement +ve and -ve caching for lookupname/lookupsid calls.Jeremy Allison2001-11-213-147/+191
| | | | | | | | Jeremy.
* | Don't scan locking db on closedown.Jeremy Allison2001-11-211-0/+4
| | | | | | | | Jeremy.
* | Get rid of all remaining printf statements and turn them into DEBUGs ...Richard Sharpe2001-11-211-1/+1
| |
* | Remove some stupid printf debugging statements!Richard Sharpe2001-11-211-4/+0
| |
* | More tidy ups ... Gotta commit to head as well.Richard Sharpe2001-11-211-26/+27
| |
* | Change the test program a it, make it more usable. More work to do.Richard Sharpe2001-11-211-123/+3
| |
* | Add some fixes from Tom JansenRichard Sharpe2001-11-211-1363/+1411
| | | | | | | | | | | | Fix the indenting to conform to Samba style Put back charset_initialise and codepage_initialise that someone deleted ( Really, Shropshire? )
* | Removed strchr_m that got merged by accident from HEAD.Jeremy Allison2001-11-201-6/+6
| | | | | | | | Jeremy.
* | Moving more to SAFE_FREE from free().Jeremy Allison2001-11-2019-168/+146
| | | | | | | | | | Moved JohnR's messaging ping extension to smbcontrol. Jeremy.
* | do a couple read retries if error is EAGAIN (for offline files).Herb Lewis2001-11-201-1/+10
| | | | | | | | | | | | | | We need to look at this code and find a way to do oplock break checking, etc. instead of just sleeping but I wanted to check this in so it didn't get lost. It fixes some problems with DMF and offline files.
* | A small patch from Tom Jansen to stop problems when connections go away.Richard Sharpe2001-11-201-0/+7
| |
* | Commented out xstrdup already defined in lib/util.cJohn Terpstra2001-11-201-24/+25
| | | | | | | | JHT: Remove later if not needed.
* | We don't actually use the horror that was lib/util_array.c :-).Jeremy Allison2001-11-202-197/+1
| | | | | | | | | | More deleted code - hurrah ! Jeremy.
* | Removing dead documents.John Terpstra2001-11-202-10/+0
| |
* | fixed compilation of 2.2 treeAndrew Tridgell2001-11-202-4/+5
| |
* | Removed references to doc/faq/samba-pdc-howto.pdf - no longer present.John Terpstra2001-11-202-2/+2
| |
* | fixes based on patch from lars@segv.dkHerb Lewis2001-11-197-18/+81
| | | | | | | | | | | | | | | | 1. localhost does not respond to 'nmblookup -r'. Therefore do a nmblookup with '-r' first and if no response, do it again without '-r' for localhost. 2. NetBIOS names containing '&' makes 'findsmb -d' exit in the smbclient command. Adding a '' around $name fixes this.
* | half implemented ENUMPRINTERDATAEX was causing the spoolssGerald Carter2001-11-191-0/+2
| | | | | | | | | | pipe to be set in a fault state :-( If you are working on printing from win2k clients, this probably caused you grief. Sorry.
* | MSDFS fixed in the SAMBA_2_2 branch. Changes in Samba extraneous to DFS had notShirish Kalele2001-11-193-5/+4
| | | | | | | | been fully incorporated in the dfs code.
* | remake proto.hHerb Lewis2001-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the make proto target has a problem. If you have run configure with the --with-quotas option and then run make proto, you end up getting the following in proto.h /*The following definitions come from smbd/quotas.c */ BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize); BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize); BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize); BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize); BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize); BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize); BOOL disk_quotas_vxfs(const pstring name, char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize);
* | make definition same as in quotas.cHerb Lewis2001-11-191-1/+1
| |
* | fix segfault in getprinterdataexGerald Carter2001-11-191-4/+2
| |
* | updated proto.h to get 2.2 building againAndrew Tridgell2001-11-191-10/+4
| |
* | need to init charset in wbinfoAndrew Tridgell2001-11-191-0/+2
| |