summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-09-051-0/+60
|\ | | | | 'SAMBA_2_2_RELEASE'.
| * This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-09-051-0/+60
| |\
| | * fixed a bunch of compilation errors on Solaris, mostly people getting ↵Andrew Tridgell2001-09-057-103/+100
| | | | | | | | | | | | NSS_STATUS and WINBINDD error codes mixed up
| | * Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.cTim Potter2001-09-051-0/+177
| | | | | | | | | | | | | | | except they are called new_cli_net_req_chal() and new_cli_net_auth2() until they are working properly.
| | * oh fooTim Potter2001-09-051-1/+1
| | |
| | * Don't crash if run with no command line arguments. (-:Tim Potter2001-09-051-1/+1
| | |
| | * NFS v2 can return ENOLCK when greater than 31 bit offsets are used.Jeremy Allison2001-09-051-2/+2
| | | | | | | | | | | | | | | Treat this the same as an EFBIG error. Jeremy
| | * don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell2001-09-041-1/+1
| | |
| | * Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison2001-09-041-5/+7
| | | | | | | | | | | | | | | This may have bearing on the Solaris fcntl spin bug. Jeremy.
| | * Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-046-418/+327
| | | | | | | | | | | | Jeremy.
| | * fixed compilation of tortureAndrew Tridgell2001-09-042-48/+44
| | |
| | * cope with pam being offAndrew Tridgell2001-09-042-2/+2
| | |
| | * a fix for fussy compilersAndrew Tridgell2001-09-041-1/+1
| | |
| | * it now all compiles - so try enabling it by default and see what explodes on ↵Andrew Tridgell2001-09-0411-354/+330
| | | | | | | | | | | | the build farm
| | * Don't overwrite an existing /etc/xinetd.d/swat on install file since weTim Potter2001-09-041-2/+2
| | | | | | | | | | | | | | | | | | don't overwrite it on upgrade. Does this make sense?
| | * Welcome to tpot's exploit world!Tim Potter2001-09-041-253/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | - put in checks for return values in rpc parsing routines - replace a bunch of stupid &(foo->bar) with &foo->bar - fixed bug in net_io_sam_alias_mem_info where there are zero members in the alias
| * | Removed unused code in doscalls.c This module will be removed shortly.Jeremy Allison2001-09-052-218/+0
| | | | | | | | | | | | Jeremy.
| * | NFS v2 can return ENOLCK when greater than 31 bit offsets are used.Jeremy Allison2001-09-051-2/+2
| | | | | | | | | | | | | | | Treat this the same as an EFBIG error. Jeremy.
| * | Fix for overwriting samba xinetd file.Jeremy Allison2001-09-041-2/+4
| | | | | | | | | | | | Jeremy.
| * | Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison2001-09-041-5/+7
| | | | | | | | | | | | | | | This may have bearing on the Solaris fcntl spin bug. Jeremy.
| * | Removed old broken transfer_file() code - replaced with new, shinyJeremy Allison2001-09-047-304/+203
| | | | | | | | | | | | | | | untested :-) version. Jeremy.
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-09-042-0/+1552
| |\|
| | * the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ↵Andrew Tridgell2001-09-0467-952/+1031
| | | | | | | | | | | | the client code still needs some work
| | * Fixed some compiler warnings.Tim Potter2001-09-041-2/+0
| | |
| | * more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-038-182/+779
| | |
| | * tidied up some unused vars in JFs new fnsAndrew Tridgell2001-09-031-12/+0
| | |
| | * the next step in our error code handling changeAndrew Tridgell2001-09-0312-1027/+1091
| | | | | | | | | | | | | | | | | | | | | | | | - added WERROR for win32 error codes - added a configure test for immediate structures still lots to do, so its not enabled by default, but the main structure is there
| | * updated copyright for Michael SweetAndrew Tridgell2001-09-021-1/+1
| | |
| | * use a name not a number for ERRinsufficientbufferAndrew Tridgell2001-09-011-1/+1
| | |
| | * more NTSTATUS changesAndrew Tridgell2001-09-011-17/+4
| | |
| | * Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC withoutTim Potter2001-08-311-2/+6
| | | | | | | | | | | | going through the server manager.
| | * Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett2001-08-312-3/+3
| | | | | | | | | | | | of const.
| | * Added samsync binary to list of ignored files.Tim Potter2001-08-311-0/+1
| | |
| | * changed the data format in the tdb, as the time fields were notSimo Sorce2001-08-311-24/+29
| | | | | | | | | | | | | | | managed correctly. this mean you need to rebuild your passdb.tdb file.
| | * Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison2001-08-301-134/+119
| | | | | | | | | | | | Jeremy.
| | * Fixed silly typo.Jeremy Allison2001-08-302-6/+6
| | | | | | | | | | | | Jeremy.
| | * Fix from Paul Green to set correct lengths.Jeremy Allison2001-08-302-6/+6
| | | | | | | | | | | | Jeremy.
| | * if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis2001-08-301-2/+2
| | | | | | | | | | | | on files that do not have an ACL
| | * this was a stupid typo,Simo Sorce2001-08-301-1/+1
| | | | | | | | | | | | thanks to Jochen Dolze (dolze@epcnet.de) for pointing out.
| | * merge from 2.2Gerald Carter2001-08-301-0/+3
| | |
| | * merge from 2.2Gerald Carter2001-08-301-1/+1
| | |
| | * merge from APPLIANCE_TNGGerald Carter2001-08-301-0/+1
| | |
| | * merge from APPLIANCE_TNGGerald Carter2001-08-301-43/+73
| | |
| | * Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8Tim Potter2001-08-292-13/+13
| | | | | | | | | | | | header files.
| | * Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com>Tim Potter2001-08-291-0/+3
| | |
| | * Fuss, fuss, fuss...Christopher R. Hertel2001-08-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Function name_status_query() performs a node status query, so it really should be called "node_status_query()" just to be consistent. Yeah, minor... but it's looking as though an overhaul of namequery.c is in order and I am trying to do the tiny changes that impact other stuff first. Chris -)-----
| | * Should be dbgtext, not dbg_text.Tim Potter2001-08-291-2/+2
| | |
| | * Patched to ensure that it won't break HEAD.Christopher R. Hertel2001-08-291-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't the final version, of course, I still need to get WINS failover working. This is just patched so it won't need lp_wins_server() (which I renamed to lp_wins_server_list()). I can't compile just now as something else is broken in HEAD. Let me know if this version of namequery.c causes trouble down the line. Shouldn't, as the changes are very small, but I've been known to rock the boat before. Chris -)-----
| | * lp_wins_server() is now lp_wins_server_list().Christopher R. Hertel2001-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make it clear that the meaning of the parameter value has changed. It no longer represents *the* WINS server, but a list of WINS servers. I have made other changes in the code such that the lp_wins_server() function is no longer necessary. Whenever smb.conf is reloaded the list managed by lib/wins_srv.c is refreshed. The wins_srv_count() function returns the number of entries in the list so, if the list is empty, it will return 0 (which can be interpreted as "false" in an if() statement). Chris -)-----
| | * Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau2001-08-281-0/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | It's a quick and ugly hack as a proof of concept: the dell powervault 705 works with a samba PDC. I'll do a correct user enumeration later. J.F.