Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixes noticed by "Jim McDonough" <jmcd@us.ibm.com>, where we use | Jeremy Allison | 2001-06-22 | 2 | -9/+9 | |
| | | | | | | | | | | | | open_file_shared(), we must use close_file(), not the vfs call direct. Thanks a *lot* Jim ! Jeremy. | |||||
* | | removed references to the old PRINTER_DRIVER2.txt file | Gerald Carter | 2001-06-22 | 3 | -46/+40 | |
| | | ||||||
* | | cleaning up the Integrating chapter | Gerald Carter | 2001-06-22 | 3 | -2363/+2524 | |
| | | ||||||
* | | large set of updates from Richard Hellier <rlh@lsil.com>. | Gerald Carter | 2001-06-22 | 79 | -1833/+2224 | |
| | | | | | | | | Mostly tag fixes and typos. Many Thanks! :) | |||||
* | | removed make_printerdef and convert_smbpasswd from the build process. | Gerald Carter | 2001-06-22 | 1 | -2/+2 | |
| | | ||||||
* | | missed checking in a couple of files. | Gerald Carter | 2001-06-22 | 2 | -339/+2324 | |
| | | ||||||
* | | documented buf when parsing a password containing a comma | Gerald Carter | 2001-06-22 | 3 | -6/+28 | |
| | | | | | | | | from the command line | |||||
* | | Merge client lsa fixes from HEAD (fix potential crashes). | Jeremy Allison | 2001-06-22 | 3 | -585/+588 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge in HEAD talloc changes. | Jeremy Allison | 2001-06-22 | 2 | -14/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed silly logic bug that was causing hosts allow/deny to be ignored. | Jeremy Allison | 2001-06-22 | 1 | -20/+16 | |
| | | | | | | | | | | | | GERALD PLEASE CHECK THIS. This file differs from HEAD. Why ? Which is correct...... Jeremy. | |||||
* | | Andrew - please look this over. I've fixed a long standing (maybe 4-5 | Jeremy Allison | 2001-06-21 | 2 | -140/+166 | |
| | | | | | | | | | | | | | | | | | | years old) bug when chainging a sessionsetup_and_X and tcon together. The wrong username was being entered into the tdb, even though the correct user was used for accessing files. This is related to the fact that authorise_login() is not used for sessionsetup, but only for tcon auths. Jeremy. | |||||
* | | Ok - I misspoke.... mmap returns MAP_FAILED, not neccessarily -1 :-). | Jeremy Allison | 2001-06-21 | 1 | -2/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | When mmap fails it returns -1 *NOT NULL*. | Jeremy Allison | 2001-06-21 | 1 | -1/+7 | |
| | | | | | | | | | | This got regressed somehow..... Jeremy. | |||||
* | | added ADDPRINTPROCESSOR to work around a bug in the LexMark | Gerald Carter | 2001-06-21 | 4 | -549/+652 | |
| | | | | | | | | | | | | Optra S 1855 PCL driver. Basically we ignore the new print procesor and return NT_STATUS_NO_PROBLEMO. Then we assign the standard 'winprint' processor to the driver and all seems ok. | |||||
* | | small typo | Gerald Carter | 2001-06-21 | 2 | -306/+309 | |
| | | ||||||
* | | added links to new docs | Gerald Carter | 2001-06-21 | 1 | -0/+2 | |
| | | ||||||
* | | autogen of new doc | Gerald Carter | 2001-06-21 | 1 | -0/+988 | |
| | | ||||||
* | | added in a chapter on name resolution & integration from John T. | Gerald Carter | 2001-06-21 | 4 | -1466/+2668 | |
| | | | | | | | | j- | |||||
* | | merge from HEAD | Gerald Carter | 2001-06-21 | 3 | -4/+4 | |
| | | ||||||
* | | Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>, | Jeremy Allison | 2001-06-21 | 4 | -24/+30 | |
| | | | | | | | | | | | | Samba Users Group Japan, ensure that we don't use dos_to_unix(xx,True), but always use dos_to_unix(xx,False) to prevent overwriting. Jeremy. | |||||
* | | Fixed W2K SP2 joining a Samba PDC. | Jeremy Allison | 2001-06-20 | 9 | -566/+775 | |
| | | | | | | | | Jeremy. | |||||
* | | Warning fix from Andrew Bartlett. | Jeremy Allison | 2001-06-20 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | someone forgot a make proto | Herb Lewis | 2001-06-20 | 1 | -0/+31 | |
| | | ||||||
* | | merged close-share smbcontrol from head | Andrew Tridgell | 2001-06-20 | 6 | -558/+584 | |
| | | ||||||
* | | Sometimes the INFO_24 struct has 2 bytes of length, sometimes it doesn't. | Jeremy Allison | 2001-06-19 | 3 | -31/+5 | |
| | | | | | | | | | | Safer not to depend on them being there.... Jeremy. | |||||
* | | Only try and open a directory if we get EISDIR. | Jeremy Allison | 2001-06-19 | 1 | -4/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Extra error message in open. Fix for debug in reply.c | Jeremy Allison | 2001-06-19 | 2 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0. | Jeremy Allison | 2001-06-19 | 2 | -2/+2 | |
| | | | | | | | | | | utils/smbcacls.c: Set enum correctly. Jeremy. | |||||
* | | Set support for info levels... | Jeremy Allison | 2001-06-19 | 1 | -20/+14 | |
| | | | | | | | | Jeremy. | |||||
* | | Best-effort so far implementation of new W2K info levels. | Jeremy Allison | 2001-06-18 | 1 | -0/+148 | |
| | | | | | | | | | | An-embrace-and-extending we will go... Jeremy. | |||||
* | | New info level tester. | Jeremy Allison | 2001-06-18 | 2 | -0/+90 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for ASSERT fail. Missed when names were changed to dynamic allocation. | Jeremy Allison | 2001-06-18 | 1 | -3/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Added patches to remove Linux specific XFS ACLs. These are now handled by the | Jeremy Allison | 2001-06-18 | 8 | -323/+5 | |
| | | | | | | | | | | | | generic Linux ACL code. rpc_server/srv_samr_nt.c: Don't delete a policy handle before it's created. Jeremy. | |||||
* | | Fixes backported from HEAD to get rid of gethostbyname stuff. | Jeremy Allison | 2001-06-18 | 5 | -626/+574 | |
| | | | | | | | | | | | | Added "Jim McDonough" <jmcd@us.ibm.com> fixes for directory ACL get/set from Win9x. Jeremy. | |||||
* | | Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch. | Jeremy Allison | 2001-06-16 | 5 | -0/+331 | |
| | | | | | | | | Jeremy. | |||||
* | | Jim McDonough's parse patches for Win9x get SD calls. | Jeremy Allison | 2001-06-15 | 3 | -547/+660 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>... | Jeremy Allison | 2001-06-15 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix from Joe Doran <joed@interlude.eu.org>, check cli_init...() for NULL | Jeremy Allison | 2001-06-15 | 4 | -4/+4 | |
| | | | | | | | | | | not False. Jeremy. | |||||
* | | Added Tim's pwlen fix for parse_samr. This NEEDS TESTING with WntSP1-6 and | Jeremy Allison | 2001-06-15 | 2 | -0/+8 | |
| | | | | | | | | | | W2Ksp1-2 before ship..... Jeremy. | |||||
* | | Null hostname fix from HEAD. | Jeremy Allison | 2001-06-15 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Make message receive fn static. | Jeremy Allison | 2001-06-13 | 2 | -3/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge of Tim's fix. | Jeremy Allison | 2001-06-13 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion | Jeremy Allison | 2001-06-12 | 1 | -30/+16 | |
| | | | | | | | | | | problems. Jeremy. | |||||
* | | Fixed a small damn syntax error in libsmbclient.c | Richard Sharpe | 2001-06-12 | 1 | -1/+1 | |
| | | ||||||
* | | lib/util_getent.c: removed debug code. | Jeremy Allison | 2001-06-12 | 2 | -9/+51 | |
| | | | | | | | | | | | | smbd/posix_acls.c: Attempt to fix the "lose default acl" problem in Solaris. Needs testing. Jeremy. | |||||
* | | Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........ | Jeremy Allison | 2001-06-11 | 1 | -10/+35 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed free of NULL found by SGI speedshop. | Jeremy Allison | 2001-06-11 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Still trying to track down this incredebly intransigent memory free bug... | Jeremy Allison | 2001-06-11 | 2 | -13/+19 | |
| | | | | | | | | Jeremy. | |||||
* | | Makethe generic init script use /usr/local/samba/bin | Gerald Carter | 2001-06-09 | 1 | -2/+5 | |
| | | | | | | | | | | (i know no packaging uses this, but it makes a good generic init script when installaing from source) | |||||
* | | Fixed typo in Solaris & UnixWare ACLs. | Jeremy Allison | 2001-06-09 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. |