Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops. Committed with half-built proto.h | Herb Lewis | 2001-06-26 | 1 | -1/+3430 |
| | | | | Jeremy. | ||||
* | Added check for nss_common.h that I missed in the include merge. Should | Jeremy Allison | 2001-06-26 | 4 | -3432/+6 |
| | | | | | fix Solaris builds. Jeremy. | ||||
* | Ensure we always have a valid pointer on unmarshalling an SD with zero | Jeremy Allison | 2001-06-26 | 1 | -3/+7 |
| | | | | | ace entries. Jeremy. | ||||
* | Merge Tim's NULL ACE fix.... | Jeremy Allison | 2001-06-26 | 1 | -1/+8 |
| | | | | Jeremy. | ||||
* | Syncup with I18N fix for printing from HEAD. | Jeremy Allison | 2001-06-26 | 2 | -549/+554 |
| | | | | Jeremy. | ||||
* | Syncup with HEAD - ensure minimal changes (mapping.h is currently a ↵ | Jeremy Allison | 2001-06-26 | 1 | -20/+39 |
| | | | | | | placeholder). Jeremy. | ||||
* | Always try DOMAIN\user first - this is more specific. | Jeremy Allison | 2001-06-26 | 1 | -11/+22 |
| | | | | Jeremy. | ||||
* | casts to get rid of compiler warnings | Herb Lewis | 2001-06-25 | 1 | -2/+2 |
| | |||||
* | Oops. Forgot to add the socklen_t typedef for systems that don't have it... | Jeremy Allison | 2001-06-25 | 1 | -0/+4 |
| | | | | Jeremy. | ||||
* | Add in socklen_t fix and SIG_ATOMIC_T change. | Jeremy Allison | 2001-06-25 | 17 | -1116/+1169 |
| | | | | Jeremy. | ||||
* | Ensure numeric group or usernames don't get misinterpreted. | Jeremy Allison | 2001-06-25 | 1 | -4/+8 |
| | | | | Jeremy. | ||||
* | Added Andrew Bartlett's pam password change stuff. Needs a little more testing | Jeremy Allison | 2001-06-25 | 2 | -88/+280 |
| | | | | | but looks really good. Jeremy. | ||||
* | Fixed stupid typo that would stop trusted domains working. | Jeremy Allison | 2001-06-25 | 1 | -4/+3 |
| | | | | Jeremy. | ||||
* | use cast to get rid of compile warning | Herb Lewis | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | fix compiler warning - unsigned int vs int | Herb Lewis | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | clean up another compiler warning unsigned char vs char | Herb Lewis | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | fix compiler warning - unsigned char should be just char | Herb Lewis | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | Adding in Tim's NET_SRV_SET_INFO call from HEAD (one more RPC never hurts :-). | Jeremy Allison | 2001-06-25 | 4 | -1/+129 |
| | | | | Jeremy. | ||||
* | Log debug message before and after so we know if netbios names were changed. | Jeremy Allison | 2001-06-23 | 1 | -0/+3 |
| | | | | Jeremy. | ||||
* | Added "other_safe_chars" to alpha_strcpy(). Needs testing but is a better | Jeremy Allison | 2001-06-23 | 6 | -560/+570 |
| | | | | | API fix for the problem. Jeremy. | ||||
* | Better fix for remote name problem. | Jeremy Allison | 2001-06-23 | 2 | -3/+6 |
| | | | | Jeremy. | ||||
* | Fix for %m problem... | Jeremy Allison | 2001-06-22 | 2 | -3/+3 |
| | | | | Jeremy | ||||
* | Fix for multibyte default service parameter from TAKAHASHI Motonobu, Samba ↵ | Jeremy Allison | 2001-06-22 | 1 | -2/+2 |
| | | | | | | Users Group Japan Jeremy | ||||
* | Fixed logic bug in timeout processing spotted by Ying Chen ↵ | Jeremy Allison | 2001-06-22 | 1 | -1/+1 |
| | | | | | | <ying@almaden.ibm.com>. Jeremy. | ||||
* | added new PAM chapter from John T. to HOWTO-Collection | Gerald Carter | 2001-06-22 | 8 | -3965/+4191 |
| | | | | and regenerated the docs | ||||
* | Fix for race condition found by Herb where we can end up with a NULL dbf. | Jeremy Allison | 2001-06-22 | 1 | -8/+0 |
| | | | | Jeremy. | ||||
* | clarified the 'printer admin' description and example [print$] share. | Gerald Carter | 2001-06-22 | 1 | -2/+9 |
| | | | | Will regenerate the HOWTO, et. al. later | ||||
* | 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 |
| |