Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | moved #endif to end of function to compile when dfs is disabled. | Jean-François Micouleau | 2000-03-13 | 1 | -1/+1 | |
| | | | | J.F. | |||||
* | Added standard shell command thing using '!' as first character. | Tim Potter | 2000-03-13 | 1 | -41/+49 | |
| | ||||||
* | Fix stupid logic bug in detecting start-of-pdu in writeX on pipe. | Jeremy Allison | 2000-03-11 | 1 | -1/+2 | |
| | | | | | Found by JF. Jeremy. | |||||
* | You *must* use O_EXCL when using mktemp (security issue). | Jeremy Allison | 2000-03-11 | 1 | -1/+1 | |
| | | | | | | Glad this code never shipped :-). This is not a problem in 2.0.x. Jeremy. | |||||
* | Cleaned up unused variables, returns from non-void functions etc. | Shirish Kalele | 2000-03-10 | 3 | -17/+5 | |
| | ||||||
* | Cleaning warnings from configure.developer | Shirish Kalele | 2000-03-10 | 2 | -31/+31 | |
| | ||||||
* | Cleaning up the warnings from configure.developer. | Shirish Kalele | 2000-03-10 | 5 | -13/+9 | |
| | | | | Found that Jeremy had already made some of the changes. | |||||
* | Fix for names with spaces and some I18N filename issues from | Jeremy Allison | 2000-03-10 | 1 | -10/+11 | |
| | | | | | V. Fyodorov <V.Fyodorov@VAZ.RU>. Jeremy. | |||||
* | Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes ↵ | Jeremy Allison | 2000-03-10 | 9 | -100/+149 | |
| | | | | | | | -Wpointer-arith -Wcast-qual Partially implemented rpc daemon redirect (needs more work). Jeremy. | |||||
* | you know, when you do a cvs commit, you _really_ expect it to actually work. | Luke Leighton | 2000-03-10 | 3 | -33/+34 | |
| | | | | this explains why j-f wasn't happy. | |||||
* | getprinter level 0: was to short, found most of the fields, undocumented, | Jean-François Micouleau | 2000-03-10 | 11 | -250/+457 | |
| | | | | | | | | | undecoded, nothing in MSDN, but now it works :-) cleanup of error codes. fixed some dfs declarations function. J.F. | |||||
* | removed unused variable | Jean-François Micouleau | 2000-03-10 | 2 | -2/+0 | |
| | | | | J.F. | |||||
* | restore the spoolss pipe as Jeremy replaced srv_pipe with the one from | Jean-François Micouleau | 2000-03-10 | 1 | -0/+1 | |
| | | | | | | SAMBA_2_0 :-) J.F. | |||||
* | indent went wrong. grr. | Luke Leighton | 2000-03-10 | 1 | -226/+357 | |
| | ||||||
* | computer too slow to compile with debug info (100mins), but i need all the | Luke Leighton | 2000-03-09 | 1 | -0/+3 | |
| | | | | warnings. | |||||
* | Not used. Functionality folded back into rpc_server/srv_pipe.c (where it | Jeremy Allison | 2000-03-09 | 1 | -1181/+0 | |
| | | | | | originally came from). Jeremy. | |||||
* | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 2000-03-09 | 12 | -211/+1679 | |
| | | | | | | | | | | | | and the printer functions. Also tidied up some header includes and got the order right so you can now do a : make proto make clean make Jeremy. | |||||
* | Fixups for Win2K security descriptors from the 2.0.x branch. | Jeremy Allison | 2000-03-09 | 1 | -26/+60 | |
| | | | | Jeremy. | |||||
* | Corrected DEBUG messages. | Shirish Kalele | 2000-03-09 | 2 | -6/+10 | |
| | ||||||
* | dded Microsoft Dfs services. | Shirish Kalele | 2000-03-08 | 21 | -662/+2045 | |
| | | | | | | | | | | | | | | | | | * added a new msdfs/ directory under source/ * added msdfs sources under this directory. * modified configure setup to add a --with-msdfs configure time option Modified Files: Makefile.in acconfig.h configure configure.in include/config.h.in include/includes.h include/proto.h include/smb.h include/smb_macros.h param/loadparm.c smbd/negprot.c smbd/nttrans.c smbd/process.c smbd/reply.c smbd/server.c smbd/trans2.c Added Files: include/msdfs.h msdfs/README msdfs/msdfs.c msdfs/msdfs_tdb.c msdfs/parse_dfs_map.c ---------------------------------------------------------------------- | |||||
* | added a tcon test: make two tconXs with the same user/pass, open a file | Luke Leighton | 2000-03-07 | 2 | -1/+73 | |
| | | | | with one of them and try to write to the file with the other. | |||||
* | Enumprinters level 1: reply *exactly* like an NT server | Jean-François Micouleau | 2000-03-07 | 2 | -102/+127 | |
| | | | | | | BTW, found a little memleak in it. J.F. | |||||
* | fixed enumprinterdata. | Jean-François Micouleau | 2000-03-07 | 3 | -14/+20 | |
| | | | | J.F. | |||||
* | changed prs_unistr to parse empty and non-empty strings the same way. | Jean-François Micouleau | 2000-03-06 | 7 | -290/+190 | |
| | | | | | | | | | | | | fixed typo in SPOOLSS_SYNT some cleanup of unused functions wrote make_spoolss_enumprinter and make_spoolss_openprinterex for rpcclient as I'm trying to keep in sync the parsing code between HEAD and TNG. Will commit changes to TNG after lunch. J.F. | |||||
* | Tidied up fchown code, error reporting. | Jeremy Allison | 2000-03-02 | 1 | -3/+9 | |
| | | | | Jeremy. | |||||
* | Correctly full buffer smbpasswd i/o streams. | Jeremy Allison | 2000-03-02 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Update last changed time for new password entry. | Jeremy Allison | 2000-03-02 | 1 | -0/+1 | |
| | | | | Jeremy. | |||||
* | Fixed bugs with -x smbpasswd entry. Thanks to Bruce Tenison ↵ | Jeremy Allison | 2000-03-02 | 1 | -20/+21 | |
| | | | | | | <btenison@dibbs.net>. Jeremy. | |||||
* | Off by one error in detecting Win2k unicode bug. | Jeremy Allison | 2000-03-01 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Added new codepage from Ded Marazm <DedMarazm@mail.lv> - MSDOS baltic rim. | Jeremy Allison | 2000-03-01 | 2 | -1/+118 | |
| | | | | Jeremy. | |||||
* | Fixed smbpasswd crash bugs found by Giulio. | Jeremy Allison | 2000-03-01 | 1 | -3/+2 | |
| | | | | Jeremy. | |||||
* | Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it uses | Jeremy Allison | 2000-03-01 | 1 | -12/+21 | |
| | | | | | unicode filenames whilst *not* bothering to set the unicode bit. Nice :-(. Jeremy. | |||||
* | Check for null tdb context in tdb_exists() | Tim Potter | 2000-03-01 | 1 | -0/+7 | |
| | ||||||
* | Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU on | Jeremy Allison | 2000-02-29 | 4 | -2/+98 | |
| | | | | | unknown rpc calls. Win2k now correctly shows the owners of files. Jeremy. | |||||
* | Fixes for strange Win2K attempts to auto-inherit ACLs. | Jeremy Allison | 2000-02-29 | 2 | -8/+38 | |
| | | | | Jeremy. | |||||
* | Makefile for tdb directory. | Tim Potter | 2000-02-28 | 1 | -0/+21 | |
| | ||||||
* | Oops - put back filename argument to tdb_open(). | Tim Potter | 2000-02-28 | 1 | -1/+1 | |
| | ||||||
* | Modifications to tdb_traverse() arguments to remove compile warnings. | Tim Potter | 2000-02-28 | 2 | -3/+10 | |
| | ||||||
* | Allow tdb databases to be created "in memory" without having a file | Tim Potter | 2000-02-28 | 1 | -55/+99 | |
| | | | | | associated with them. tdb can then be used as a hash table data structure. | |||||
* | Added tdbtool to .cvsignore list. | Tim Potter | 2000-02-28 | 1 | -0/+1 | |
| | ||||||
* | added enumprintprocessordatatypes | Jean-François Micouleau | 2000-02-26 | 5 | -352/+543 | |
| | | | | | | now NT is happy and the "always send data in RAW mode" is checked J.F. | |||||
* | rewrote enumprinterdata. still a bug in it but reproducing it hard and | Jean-François Micouleau | 2000-02-26 | 5 | -586/+619 | |
| | | | | | | | | | | borring. I need a client test program urgently!!! rewrote setprinter, doesn't coredump anymore, and no memleak. J.F. | |||||
* | client/client.c: | Jeremy Allison | 2000-02-25 | 11 | -168/+453 | |
| | | | | | | | libsmb/clientgen.c: Fixes for Win2k smbclient browsing. Other fixes implement smbpasswd -x user to delete users. Also allows swat to do the same. Jeremy. | |||||
* | made dynamic the Printer struct. No more limits :-) | Jean-François Micouleau | 2000-02-24 | 1 | -187/+169 | |
| | | | | J.F. | |||||
* | converted a couple of bzero() to memset() | Jean-François Micouleau | 2000-02-24 | 5 | -462/+504 | |
| | | | | | | | | | | | rewrote the printer notify code, so now it's compatible with SP5 and fully dynamic. No more limits on printers and job lists. removed the make_xxx() functions as they are not used and broken fixed a bug in the open handle function. J.F. | |||||
* | Multiple-dot scope handling fix from Greg Bowering gb@pobox.com | Jeremy Allison | 2000-02-23 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 2000-02-23 | 8 | -64/+101 | |
| | | | | | | nmbd/nmbd_processlogon.c: Use "True" and "False" instead of 1 and 0. Others - preparing for multiple pdu write code. Jeremy. | |||||
* | richard got the short request for GETDC right (hooray!) win9x _and_ nt | Luke Leighton | 2000-02-22 | 1 | -11/+24 | |
| | | | | now work. | |||||
* | Fix for crash bug from Paul Tyler <pct@ansto.gov.au>. | Jeremy Allison | 2000-02-21 | 1 | -10/+11 | |
| | | | | Jeremy. | |||||
* | more rewrite ... | Jean-François Micouleau | 2000-02-21 | 5 | -1335/+1055 | |
| | | | | | | comitting before starting on new functions. J.F. |