Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More tidy ups ... Gotta commit to head as well. | Richard Sharpe | 2001-11-21 | 1 | -26/+27 | |
| | ||||||
* | Change the test program a it, make it more usable. More work to do. | Richard Sharpe | 2001-11-21 | 1 | -123/+3 | |
| | ||||||
* | Add some fixes from Tom Jansen | Richard Sharpe | 2001-11-21 | 1 | -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 Allison | 2001-11-20 | 1 | -6/+6 | |
| | | | | Jeremy. | |||||
* | Moving more to SAFE_FREE from free(). | Jeremy Allison | 2001-11-20 | 19 | -168/+146 | |
| | | | | | Moved JohnR's messaging ping extension to smbcontrol. Jeremy. | |||||
* | do a couple read retries if error is EAGAIN (for offline files). | Herb Lewis | 2001-11-20 | 1 | -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 Sharpe | 2001-11-20 | 1 | -0/+7 | |
| | ||||||
* | Commented out xstrdup already defined in lib/util.c | John Terpstra | 2001-11-20 | 1 | -24/+25 | |
| | | | | JHT: Remove later if not needed. | |||||
* | We don't actually use the horror that was lib/util_array.c :-). | Jeremy Allison | 2001-11-20 | 2 | -197/+1 | |
| | | | | | More deleted code - hurrah ! Jeremy. | |||||
* | Removing dead documents. | John Terpstra | 2001-11-20 | 2 | -10/+0 | |
| | ||||||
* | fixed compilation of 2.2 tree | Andrew Tridgell | 2001-11-20 | 2 | -4/+5 | |
| | ||||||
* | Removed references to doc/faq/samba-pdc-howto.pdf - no longer present. | John Terpstra | 2001-11-20 | 2 | -2/+2 | |
| | ||||||
* | fixes based on patch from lars@segv.dk | Herb Lewis | 2001-11-19 | 7 | -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 spoolss | Gerald Carter | 2001-11-19 | 1 | -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 not | Shirish Kalele | 2001-11-19 | 3 | -5/+4 | |
| | | | | been fully incorporated in the dfs code. | |||||
* | remake proto.h | Herb Lewis | 2001-11-19 | 1 | -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.c | Herb Lewis | 2001-11-19 | 1 | -1/+1 | |
| | ||||||
* | fix segfault in getprinterdataex | Gerald Carter | 2001-11-19 | 1 | -4/+2 | |
| | ||||||
* | updated proto.h to get 2.2 building again | Andrew Tridgell | 2001-11-19 | 1 | -10/+4 | |
| | ||||||
* | need to init charset in wbinfo | Andrew Tridgell | 2001-11-19 | 1 | -0/+2 | |
| | ||||||
* | someone forgot | Herb Lewis | 2001-11-19 | 1 | -669/+675 | |
| | ||||||
* | get rid of casts in macro arguments to fix build. | Herb Lewis | 2001-11-19 | 1 | -5/+5 | |
| | ||||||
* | Oops - in winbindd_lookup_usergroups() the wrong policy handle was being | Tim Potter | 2001-11-19 | 1 | -1/+1 | |
| | | | | used when calling cli_samr_query_usergroups(). | |||||
* | Don't resolve the hostname in smbd as we can pause for a long time while | Tim Potter | 2001-11-19 | 1 | -3/+6 | |
| | | | | | waiting for DNS timeouts to occur. The correct place to do this is in the code that displays the session information. | |||||
* | For &$^#'s sake don't remove the charset_initialise() call from winbindd.c | Tim Potter | 2001-11-19 | 1 | -0/+1 | |
| | | | | | | | unless you are getting rid of the codepage crap from 2.2. I've had to add this back in several times and you think it would take less than a couple of hours to debug but it doesn't. )-: | |||||
* | Spelling fix. | Tim Potter | 2001-11-19 | 2 | -610/+613 | |
| | ||||||
* | checking in some changes after Jeremy's merge. Added ENUMPRINTERKEY | Gerald Carter | 2001-11-17 | 6 | -687/+1039 | |
| | | | | | | | | | | | | | | and implemented the code for GETPRINTERDATAEX. Working on ENUMPRINTERDATAEX. Not done yet. Please don't merge this into HEAD or APPLIANCE_HEAD yet. I will do it once I finish ENUMPRINTERDATAEX and SETPRINTERDATAEX. jerry | |||||
* | WERR_BADFILE needed for EnumPrinterKey() | Gerald Carter | 2001-11-17 | 1 | -0/+1 | |
| | ||||||
* | formatting fix. | Gerald Carter | 2001-11-17 | 1 | -2/+2 | |
| | ||||||
* | remove static xstrdup function | Gerald Carter | 2001-11-17 | 1 | -13/+0 | |
| | ||||||
* | Fix problems were smb://<IP-addr> is not handled properly ... | Richard Sharpe | 2001-11-17 | 1 | -1/+3 | |
| | ||||||
* | Fix up some problems where lp_workgroup() was passed to routines | Richard Sharpe | 2001-11-17 | 1 | -23/+41 | |
| | | | | that expected to update it ... | |||||
* | Forgot to set copyright correctly. | Jeremy Allison | 2001-11-17 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | VERY BIG CHANGE !!!! | Jeremy Allison | 2001-11-17 | 157 | -8582/+15094 | |
| | | | | | | | | This is the back-merge of the working winbindd from HEAD to 2.2. As a side effect we now do NT status codes on the wire. This will need *LOTS* of testing.... :-). Jeremy. | |||||
* | Did the same removal as I just did in HEAD. Lots of unused code deleted. | Jeremy Allison | 2001-11-16 | 8 | -2745/+13 | |
| | | | | Jeremy. | |||||
* | readding parse_creds | Gerald Carter | 2001-11-16 | 1 | -1/+2 | |
| | ||||||
* | reverting Jeremy removal | Gerald Carter | 2001-11-16 | 1 | -0/+622 | |
| | ||||||
* | Copy from HEAD | Martin Pool | 2001-11-16 | 0 | -0/+0 | |
| | ||||||
* | Remove parse_creds from Makefile.in | Jeremy Allison | 2001-11-15 | 2 | -44/+1 | |
| | ||||||
* | No longer used. | Jeremy Allison | 2001-11-15 | 1 | -630/+0 | |
| | | | | Jeremy. | |||||
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-11-15 | 1 | -0/+686 | |
|\ | ||||||
| * | Tidyup formatting a bit (spaces->tabs) whilst reading new code to understand | Jeremy Allison | 2001-11-15 | 3 | -266/+236 | |
| | | | | | | | | | | connection caching. Getting ready for back-merge to 2.2.3. Jeremy. | |||||
| * | Caching user, group and domain sam handles was a stupid idea. | Tim Potter | 2001-11-15 | 4 | -103/+177 | |
| | | | | | | | | Now we just keep a record of the open pipes. | |||||
| * | Jeremy, I'm not sure what you were trying to do with the process activity | Tim Potter | 2001-11-15 | 1 | -3/+1 | |
| | | | | | | | | loop in winbindd but it didn't work. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-11-15 | 17 | -0/+3232 | |
|\| | ||||||
| * | Don't include the treeview -- for Samba it is too big and can lock up | Martin Pool | 2001-11-15 | 1 | -1/+1 | |
| | | | | | | | | browsers. | |||||
| * | Doxygen demo for Tim. | Martin Pool | 2001-11-15 | 2 | -12/+32 | |
| | | ||||||
| * | Leave doc comments in code listings for the web. | Martin Pool | 2001-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | Configuration file to run the Doxygen API documentation tool. A few | Martin Pool | 2001-11-15 | 1 | -0/+167 | |
| | | | | | | | | | | | | files already have Doxygen markup. Instructions on inserting tags into new code can be found at http://doxygen.org/. Output is (currently) at http://samba.org/~mbp/samba-dox/ | |||||
| * | FALSE -> False | Tim Potter | 2001-11-15 | 3 | -3/+3 | |
| | |