summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
| * | Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>...Jeremy Allison2001-06-151-1/+1
| | | | | | | | | | | | Jeremy.
| * | Fix from Joe Doran <joed@interlude.eu.org>, check cli_init...() for NULLJeremy Allison2001-06-154-4/+4
| | | | | | | | | | | | | | | not False. Jeremy.
| * | Added Tim's pwlen fix for parse_samr. This NEEDS TESTING with WntSP1-6 andJeremy Allison2001-06-152-0/+8
| | | | | | | | | | | | | | | W2Ksp1-2 before ship..... Jeremy.
| * | Null hostname fix from HEAD.Jeremy Allison2001-06-151-1/+2
| | | | | | | | | | | | Jeremy.
| * | Make message receive fn static.Jeremy Allison2001-06-132-3/+4
| | | | | | | | | | | | Jeremy.
| * | Merge of Tim's fix.Jeremy Allison2001-06-131-1/+1
| | | | | | | | | | | | Jeremy.
| * | Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversionJeremy Allison2001-06-121-30/+16
| | | | | | | | | | | | | | | problems. Jeremy.
| * | Fixed a small damn syntax error in libsmbclient.cRichard Sharpe2001-06-121-1/+1
| | |
| * | lib/util_getent.c: removed debug code.Jeremy Allison2001-06-122-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 Allison2001-06-111-10/+35
| | | | | | | | | | | | Jeremy.
| * | Fixed free of NULL found by SGI speedshop.Jeremy Allison2001-06-111-1/+2
| | | | | | | | | | | | Jeremy.
| * | Still trying to track down this incredebly intransigent memory free bug...Jeremy Allison2001-06-112-13/+19
| | | | | | | | | | | | Jeremy.
| * | Makethe generic init script use /usr/local/samba/binGerald Carter2001-06-091-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 Allison2001-06-091-1/+1
| | | | | | | | | | | | Jeremy.
| * | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-0911-81/+89
| | | | | | | | | | | | | | | cleaned on clients abending connections. Thanks Andrew ! Jeremy.
| * | Changed all tdb_open()'s to tdb_open_log()'s. As HEAD.Jeremy Allison2001-06-0816-23/+23
| | | | | | | | | | | | Jeremy.
| * | IRIX has the acl_delete_def_file callHerb Lewis2001-06-081-0/+5
| | |
| * | Log tdb failures.Jeremy Allison2001-06-081-2/+6
| | | | | | | | | | | | Jeremy.
| * | AIX has no default acls.Jeremy Allison2001-06-081-0/+6
| | | | | | | | | | | | Jeremy.
| * | Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison2001-06-081-12/+52
| | | | | | | | | | | | | | | Michael Davidson <michael_davidson@pacbell.net>. Jeremy.
| * | Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2001-06-082-560/+574
| | | | | | | | | | | | | | | | | | Will add changes for other supported ACL systems shortly (Herb, I may need help with the IRIX one). Jeremy.
| * | updated the link to the Samba Team web page.Gerald Carter2001-06-082-2/+5
| | | | | | | | | | | | | | | Also added notice of where to fund documentation on the pam_smbpass module
| * | sync up with Tim's changes to headGerald Carter2001-06-083-12/+33
| | |
| * | Forgot to remove jradebug...Jeremy Allison2001-06-081-4/+0
| | | | | | | | | | | | Jeremy.
| * | Extra stuff for large readwrite support.Jeremy Allison2001-06-084-549/+560
| | | | | | | | | | | | Jeremy.
| * | Added Simo's get groups code. Added getconf flags for 64 bit file access on ↵Jeremy Allison2001-06-066-561/+579
| | | | | | | | | | | | | | | | | | RH7.1. Jeremy.