Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 2001-08-08 | 7 | -23/+32 | |
| | | | | | | | | | | | | | | | | | | | | | changed some code to exploit the fact that Realloc(NULL, size) == malloc(size) fixed some possible mem leaks, or seg faults. thanks to andreas moroder (mallocs not checked in client/client.c, client/smbumount.c) | |||||
| * | | start merging passdb stuff from HEAD into 2.2. | Gerald Carter | 2001-08-08 | 2 | -129/+125 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the --with-nisplus since the nisplus smbpasswd file is unmaintained and this option only seems to confuse people. Also renamed --with-dfs to --with-dce-dfs to make is clearer that is not MS-DFS Finally added the --with-tdbsam option back in since we will be supporting it. jerry | |||||
| * | | Don't stip the goddam binaries by default - it makes debugging impossible ! | Jeremy Allison | 2001-08-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | this fixes the problem with smbstatus reporting "Failing to initialize | Gerald Carter | 2001-08-08 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locking database". When calling locking_init(True), we should not try to zero of the locking.tdb or brlock.tdb since we have opened the database in read_only more. jerry | |||||
| * | | Update to work with no crypt available, just like it will in Samba. | Jeremy Allison | 2001-08-07 | 1 | -0/+778 | |
| | | | | | | | | | | | | Jermey. | |||||
| * | | Always return NT_STATUS_DISK_FULL even for quota errors. | Jeremy Allison | 2001-08-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | fix for systems which used MD5 passwords but not PAM (i.e. Slackware) | Gerald Carter | 2001-08-07 | 2 | -116/+132 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were testing for HAVE_TRUNCATED_SALT before checking for the need to use -lcrypt and thus setting HAVE_TRUNCATED_SALT. Reordered the configure.in script to fix this. jerry | |||||
| * | | added a description of the 'lanman printing only' parameter | Gerald Carter | 2001-08-07 | 3 | -10/+88 | |
| | | | | | | | | | | | | | | | | | | | | | and regenerated docs. jerry | |||||
| * | | Added fixes to return correct error codes on space allocation fail. | Jeremy Allison | 2001-08-07 | 4 | -19/+48 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Correctly report amount written in debug when allocation space. | Jeremy Allison | 2001-08-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Removed #ifdef'ed 0 "hack" code now we have a proper workaround. | Jeremy Allison | 2001-08-06 | 1 | -68/+0 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Added lp_lanman_printing_only() proto. | Jeremy Allison | 2001-08-06 | 2 | -109/+92 | |
| | | | | | | | | | | | | | | | Removed old #ifdef 0'ed code. Jeremy | |||||
| * | | correct fix for getting the NT/@k client to downgrade to lanman | Gerald Carter | 2001-08-06 | 1 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | style printing. Need to set the errocode to ERRbuftoosmall if lp_lanman_printing_only() and the max data return count == 0. tested against WInNT 4.0 Sp6a, Win2k [no sp|sp1|sp2] jerry | |||||
| * | | Fix - change last malloc() to talloc(). | Jeremy Allison | 2001-08-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | ok. This introduces the 'lanman printing only' parameter | Gerald Carter | 2001-08-06 | 3 | -5/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which disables the spoolss pipe. This provides us with full backwards compatibility with Samba 2.0.x and NT printing clients. The reason for this patch is that an NT print server cannot have a printer with no driver installed. Samba can, so NT clients get confused because they have never seen that before. So now we start installing local drivers for printers served using MS-RPC. But the NT client tries to issue an open_printer_ex() call with the printer rights of the locally logged in user (e.g. the local administrator would try to open this printer with PRINTER_ADMINISTER_ACCESS). If this fails, the client puts a nice "access denied. unable to connect" message in the title bar of the print queue window. Jeremy, i know we need to talk about this. See api_DosPrintQGetInfo() in smbd/lanman.c. | |||||
| * | | Fix for getting allocate_file_space to return the correct errno. | Jeremy Allison | 2001-08-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Adding the 'Creator Group' well known sid. | Gerald Carter | 2001-08-06 | 1 | -0/+3 | |
| | | | | | | | | | | | | jerry | |||||
| * | | Some fixes about malloc/Realloc and mem leak | Simo Sorce | 2001-08-05 | 3 | -6/+15 | |
| | | | | | | | | | | | | | | | thanks to andreas moroder (this builds ok) | |||||
| * | | Print an error message if database could not be opened. | Volker Lendecke | 2001-08-04 | 1 | -0/+7 | |
| | | | | | | | | | | | | Volker | |||||
| * | | Extra debug to see what errno is on write fail. | Jeremy Allison | 2001-08-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | The write zero bytes is an allocate, not set EOF. | Jeremy Allison | 2001-08-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | autogen | Gerald Carter | 2001-08-03 | 4 | -7/+20 | |
| | | | ||||||
| * | | update from Volker to add the close-share command | Gerald Carter | 2001-08-03 | 1 | -0/+5 | |
| | | | ||||||
| * | | update to indicate nmbd also collects profiling data. Mention new | Herb Lewis | 2001-08-03 | 1 | -7/+7 | |
| | | | | | | | | | | | | --with-profiling-data option name. | |||||
| * | | update to indicate nmbd also collects profiling data. Mention new | Herb Lewis | 2001-08-03 | 1 | -5/+8 | |
| | | | | | | | | | | | | --with-profiling-data option name. | |||||
| * | | Allow smbpasswd to join a domain like samedit against a W2K AD server. | Jeremy Allison | 2001-08-02 | 4 | -5/+18 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Put HPUX on the mmap blacklist. | Jeremy Allison | 2001-08-02 | 5 | -683/+696 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Added mmap fix to pass lock test from HP. | Jeremy Allison | 2001-08-02 | 1 | -115/+222 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ok - now we're no longer trying to reach a silly 1k loc target, change the formatting to be *readable* - eg. change if (x) y else z to be : if (x) y else z and other compact sillyness. Oh look - when I did this I found some areas where we *WEREN'T CHECKING SYSTEM CALL ERROR RETURNS !!!!* CompSci 101 guys....... :-). Jeremy. | |||||
| * | | changed --with-profile to --with-profiling-data to "stop the madness!" | Gerald Carter | 2001-08-02 | 2 | -599/+596 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of people somehow thinking this was related to user profiles. Hope this is ok Herb. jerry | |||||
| * | | Merged winbind configure.in fragment from HEAD. Samba now compiles and | Tim Potter | 2001-08-02 | 2 | -39/+107 | |
| | | | | | | | | | | | | rpms build in both head and 2.2 - phew. | |||||
| * | | Merge of winbind Makefile changes from HEAD. | Tim Potter | 2001-08-02 | 1 | -3/+5 | |
| | | | ||||||
| * | | Added Nigel Williams vuid tester code. | Jeremy Allison | 2001-08-02 | 1 | -327/+1278 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Merged .cvsignore files from HEAD. | Tim Potter | 2001-08-02 | 0 | -0/+0 | |
| | | | ||||||
| * | | Added "strict allocate" per share parameter. This causes actual on-disk ↵ | Jeremy Allison | 2001-08-01 | 4 | -12/+129 | |
| | | | | | | | | | | | | | | | | | | | | | allocation to be done. Without it just does the ftruncate. Jeremy. | |||||
| * | | Oops. Typo. | Jeremy Allison | 2001-08-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Pidfile check can be read-only. Removed old ifdef in password.c | Jeremy Allison | 2001-08-01 | 2 | -30/+9 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Reran autoconf. | Tim Potter | 2001-08-01 | 1 | -591/+638 | |
| | | | ||||||
| * | | Added unix domain socket test. Remove header check for sys/un.h | Tim Potter | 2001-08-01 | 1 | -1/+19 | |
| | | | ||||||
| * | | Merge of tridge's fix for #include <sys/un.h> bug in redhat 7 | Tim Potter | 2001-08-01 | 4 | -5/+4 | |
| | | | ||||||
| * | | Merge of winbind spec file changes from head, but I kept the codepage stuff | Tim Potter | 2001-08-01 | 1 | -4/+25 | |
| | | | | | | | | | | | | | | | | | | | | | in. (-: Jeremy or JHT, could you please take a quick look and see whether I have done anything silly? | |||||
| * | | few updates. Nothing major..... | Gerald Carter | 2001-08-01 | 5 | -1033/+1038 | |
| | | | | | | | | | | | | jerry | |||||
| * | | at least these build now. Have not tested to see how well they work yet. | Gerald Carter | 2001-08-01 | 2 | -100/+94 | |
| | | | | | | | | | | | | jerry | |||||
* | | | This commit was manufactured by cvs2svn to create branch | cvs2svn Import User | 2001-08-01 | 5 | -0/+20 | |
|\| | | | | | | | | 'SAMBA_2_2_RELEASE'. | |||||
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-08-01 | 5 | -0/+20 | |
| |\| | ||||||
| | * | Added autogenerated spec files for various rpm versions. | Tim Potter | 2001-08-01 | 1 | -0/+1 | |
| | | | ||||||
| | * | Rewrite of winbind autoconf fragment. | Tim Potter | 2001-08-01 | 1 | -17/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - can now use --with-winbind to force compilation on systems that are not linux or solaris (-: - don't compile winbind if the unix domain socket test fails - compile right number of bits if --with-pam used | |||||
| | * | Fixed up compilation of pam_winbind.so to be consistent with value of | Tim Potter | 2001-08-01 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --with-pam passed to configure. Fixed nsswitch target to compile the sbin and lib winbind targets. Winbind still doesn't install its lib targets (libnss_winbind.so and pam_winbind.so) properly - the install script is a big mess. )-: | |||||
| | * | Added some command line argument checking and usage info. | Tim Potter | 2001-08-01 | 1 | -0/+5 | |
| | | | ||||||
| | * | Added and populated .cvsignore files for packaging subdirectories. | Tim Potter | 2001-08-01 | 4 | -0/+16 | |
| | | | ||||||
| | * | Fix for rare tdb pattern store failure. Found & fixed by Rusty. | Jeremy Allison | 2001-07-31 | 1 | -1/+4 | |
| | | | | | | | | | | | | Jeremy. |