summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use cast to get rid of compile warningHerb Lewis2001-06-251-1/+1
|
* fix compiler warning - unsigned int vs intHerb Lewis2001-06-251-1/+1
|
* clean up another compiler warning unsigned char vs charHerb Lewis2001-06-251-1/+1
|
* fix compiler warning - unsigned char should be just charHerb Lewis2001-06-251-1/+1
|
* Adding in Tim's NET_SRV_SET_INFO call from HEAD (one more RPC never hurts :-).Jeremy Allison2001-06-254-1/+129
| | | | Jeremy.
* Log debug message before and after so we know if netbios names were changed.Jeremy Allison2001-06-231-0/+3
| | | | Jeremy.
* Added "other_safe_chars" to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-236-560/+570
| | | | | API fix for the problem. Jeremy.
* Better fix for remote name problem.Jeremy Allison2001-06-232-3/+6
| | | | Jeremy.
* Fix for %m problem...Jeremy Allison2001-06-222-3/+3
| | | | Jeremy
* Fix for multibyte default service parameter from TAKAHASHI Motonobu, Samba ↵Jeremy Allison2001-06-221-2/+2
| | | | | | Users Group Japan Jeremy
* Fixed logic bug in timeout processing spotted by Ying Chen ↵Jeremy Allison2001-06-221-1/+1
| | | | | | <ying@almaden.ibm.com>. Jeremy.
* added new PAM chapter from John T. to HOWTO-CollectionGerald Carter2001-06-228-3965/+4191
| | | | and regenerated the docs
* Fix for race condition found by Herb where we can end up with a NULL dbf.Jeremy Allison2001-06-221-8/+0
| | | | Jeremy.
* clarified the 'printer admin' description and example [print$] share.Gerald Carter2001-06-221-2/+9
| | | | Will regenerate the HOWTO, et. al. later
* Fixes noticed by "Jim McDonough" <jmcd@us.ibm.com>, where we useJeremy Allison2001-06-222-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 fileGerald Carter2001-06-223-46/+40
|
* cleaning up the Integrating chapterGerald Carter2001-06-223-2363/+2524
|
* large set of updates from Richard Hellier <rlh@lsil.com>.Gerald Carter2001-06-2279-1833/+2224
| | | | Mostly tag fixes and typos. Many Thanks! :)
* removed make_printerdef and convert_smbpasswd from the build process.Gerald Carter2001-06-221-2/+2
|
* missed checking in a couple of files.Gerald Carter2001-06-222-339/+2324
|
* documented buf when parsing a password containing a commaGerald Carter2001-06-223-6/+28
| | | | from the command line
* Merge client lsa fixes from HEAD (fix potential crashes).Jeremy Allison2001-06-223-585/+588
| | | | Jeremy.
* Merge in HEAD talloc changes.Jeremy Allison2001-06-222-14/+8
| | | | Jeremy.
* Fixed silly logic bug that was causing hosts allow/deny to be ignored.Jeremy Allison2001-06-221-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-5Jeremy Allison2001-06-212-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 Allison2001-06-211-2/+6
| | | | Jeremy.
* When mmap fails it returns -1 *NOT NULL*.Jeremy Allison2001-06-211-1/+7
| | | | | This got regressed somehow..... Jeremy.
* added ADDPRINTPROCESSOR to work around a bug in the LexMarkGerald Carter2001-06-214-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 typoGerald Carter2001-06-212-306/+309
|
* added links to new docsGerald Carter2001-06-211-0/+2
|
* autogen of new docGerald Carter2001-06-211-0/+988
|
* added in a chapter on name resolution & integration from John T.Gerald Carter2001-06-214-1466/+2668
| | | | j-
* merge from HEADGerald Carter2001-06-213-4/+4
|
* Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2001-06-214-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 Allison2001-06-209-566/+775
| | | | Jeremy.
* Warning fix from Andrew Bartlett.Jeremy Allison2001-06-201-1/+1
| | | | Jeremy.
* someone forgot a make protoHerb Lewis2001-06-201-0/+31
|
* merged close-share smbcontrol from headAndrew Tridgell2001-06-206-558/+584
|
* Sometimes the INFO_24 struct has 2 bytes of length, sometimes it doesn't.Jeremy Allison2001-06-193-31/+5
| | | | | Safer not to depend on them being there.... Jeremy.
* Only try and open a directory if we get EISDIR.Jeremy Allison2001-06-191-4/+8
| | | | Jeremy.
* Extra error message in open. Fix for debug in reply.cJeremy Allison2001-06-192-3/+3
| | | | Jeremy.
* rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison2001-06-192-2/+2
| | | | | utils/smbcacls.c: Set enum correctly. Jeremy.
* Set support for info levels...Jeremy Allison2001-06-191-20/+14
| | | | Jeremy.
* Best-effort so far implementation of new W2K info levels.Jeremy Allison2001-06-181-0/+148
| | | | | An-embrace-and-extending we will go... Jeremy.
* New info level tester.Jeremy Allison2001-06-182-0/+90
| | | | Jeremy.
* Fix for ASSERT fail. Missed when names were changed to dynamic allocation.Jeremy Allison2001-06-181-3/+1
| | | | Jeremy.
* Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison2001-06-188-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 Allison2001-06-185-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 Allison2001-06-165-0/+331
| | | | Jeremy.
* Jim McDonough's parse patches for Win9x get SD calls.Jeremy Allison2001-06-153-547/+660
| | | | Jeremy.