summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-11-25added file from 2.0 branchHerb Lewis1-0/+17
(This used to be commit 8ec972ba6c274076b46081502acef256a70d1a38)
1998-11-25fixing domain join and domain login problemsLuke Leighton5-11/+23
(This used to be commit 90a24664318da97a6e8cfe4622a8573c0e3cbe5e)
1998-11-24clearer debug commentsLuke Leighton1-2/+2
(This used to be commit 06b9100c1c1590bad392a8d9bdd79a6c554a3cac)
1998-11-24oops, forgot to rename smbfilegrp to smbunixgrp.Luke Leighton1-11/+11
(This used to be commit 6de2b03d1c6714d63c6dbe7a417fb442e95ee0d9)
1998-11-24updated from yodlLuke Leighton2-27/+247
(This used to be commit f057b2e7a2e6d6d1a2e9e24f4bb20d38bf6af9a2)
1998-11-24added "domain group map" and "local group map" explanations.Luke Leighton1-9/+136
(This used to be commit 6c4cf9ea4ac9bc441236d4e823d5fa1e7a487c26)
1998-11-24sorting out difference between aliases and groups in the cases whereLuke Leighton3-21/+55
unix groups are not explicitly mapped. i.e as a PDC or BDC you can have domain groups, as a member of a domain you cannot. as a member of a domain, unmapped unix groups are assumed to be aliases, and as a PDC or BDC, unmapped unix groups are assumed to be unix groups. there is _one_ other check needed with aliases to be added: unmapped unix groups that have the same name as an NT group on the PDC (for which i will need to write an LsaLookupNames call) should be assumed to be domain groups on the PDC. (This used to be commit 53b49b44e13a4ca9818ebc947372b1374831b568)
1998-11-24jean-francois pointed out problem with "lp_domain_role()" code, youLuke Leighton1-2/+2
could never be a PDC. (This used to be commit 2bcc540af80c37b8032a23d6d0045160a7c40e32)
1998-11-24initialise not initialize...Luke Leighton2-2/+2
(This used to be commit b67d66a1e9d879cd5960380c94422c0af8dedaad)
1998-11-24Fixed oplock test path spec bug.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 252dd8b8929adbdff9917395d4f8caad2d7882b2)
1998-11-23Fixed -Wall -Wshadow warning.Jeremy Allison1-2/+1
Jeremy. (This used to be commit 81b90208910528a4ace683f30e39c54d8cfa12b7)
1998-11-23uninitialised counterLuke Leighton1-1/+1
(This used to be commit 403f53d696d17f34dd1afc035a72eda792dd20ea)
1998-11-23yp_prot.h and ypclnt.h correct: ypprot.h and yp_clnt.h wrong...Luke Leighton2-2/+2
(This used to be commit c89642ff3fa0c0bc2bca62304db0282676e0b649)
1998-11-23re-added ypprot.h and yp_clnt.hLuke Leighton2-2/+2
(This used to be commit d50238823411f07d5db112843d9a1e3a84c7dbd7)
1998-11-23re-added includes for yp_prot.h and yp_clnt.hLuke Leighton1-0/+13
(This used to be commit 53339b63897f51913fef183fd3b4565dad2ffad1)
1998-11-23get rid of __wait boring warning, caused by rpc/clnt.hLuke Leighton1-13/+4
(This used to be commit 0fdac4b42fb55a26cdd73d6d5f4a3017d1b4db46)
1998-11-23cvs being STUPIDLuke Leighton3-101/+58
(This used to be commit 22802195ed544b6042d791b34e704d608bbdfd84)
1998-11-23remove unused variableLuke Leighton1-1/+0
(This used to be commit 30b3f339f8d55c2d3a4cbc380b7f12eb040bf381)
1998-11-23unused variable removedLuke Leighton1-1/+1
(This used to be commit 16ac5c89b7417a6aa2596c5c7fbb1fa7542accfd)
1998-11-23cvs being STUPIDLuke Leighton1-3/+51
(This used to be commit ba78b5932a1ed3f7c07720703b9131234f035689)
1998-11-23cvs is acting wierd.Luke Leighton2-0/+573
(This used to be commit 10e4cbd2647eb629b60b0060fa184212a89e54f2)
1998-11-23someone had added code to convert rids to rids, assuming that the ridsLuke Leighton1-9/+1
in the file were gids: they are not. (This used to be commit 8af860394fa3251a26285c8c96c9e4093346f20b)
1998-11-23remove / add / attempt to stop remove didn't work.Luke Leighton1-0/+651
(This used to be commit 82b6292dff38f4e22ee8feab1b54504b95d705fa)
1998-11-23unix instance of group database APILuke Leighton26-1294/+1098
(This used to be commit e76f593b3572ac881f1aa1fb3326d8b7169b0078)
1998-11-23replace ' with _ as wellAndrew Tridgell2-13/+14
(This used to be commit e93491953a2555401a372de74ac2aee0cc44cb88)
1998-11-23changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell4-25/+59
use all_string_sub() if you don't want this. (This used to be commit a3357ab49335106674fe7a7481cd0f146d74fbe5)
1998-11-22deleted some old DEBUG() code that wasn't usedAndrew Tridgell1-14/+0
(This used to be commit bdcee2557bd243a1bfbde3353ebcfe3d82bf9fc5)
1998-11-22use http://samba.org/ not http://samba.org/samba/Andrew Tridgell2-7/+6
(This used to be commit 7cb1470eb3db60c37dc108e8537634d08b1cf740)
1998-11-21global change from samba.anu.edu.au to samba.orgAndrew Tridgell94-455/+455
(This used to be commit 42d2509c9fab5c774fd33b9d4b5bd1ee125479c3)
1998-11-21Added changes to smbtar submitted by Sandy WhiteselRichard Sharpe2-4/+16
Added some extra documentation for smbclient Grr, Jeremy beat me to a bug fix in client.c Will have to get Jeremy to tell me how to check out SAMBA_2_0 :-) (This used to be commit 8594c4bcae503972679c55a2fcab8eb69faf3ae3)
1998-11-21make SWAT obey the global "hosts allow" and "hosts deny" settings.Andrew Tridgell2-13/+29
any attempt to run swat from a host that is disallowed will give an error. (This used to be commit fe4ef4bbef01aed75807c884249ca8efa5de4140)
1998-11-21try to use *SMBSERVER to connect to password server if the firstAndrew Tridgell1-13/+11
session_request fails. (This used to be commit ab2370e7ac770f1e32b8d726ab955457fcc8c2d7)
1998-11-21add a error code when failed to get lockAndrew Tridgell1-1/+1
(This used to be commit 05696b4bbfb66bfdbdc19f395efe062ac890bc41)
1998-11-21formatting changeAndrew Tridgell1-1/+1
(This used to be commit 94fc7fe3afa1dc5547050248738eb697c1eeef59)
1998-11-21use bindir not sbindir in Makefile to ensure that we don't breakAndrew Tridgell1-1/+3
existing setups (This used to be commit e97cbd6912a58d4985c2b8a649cfe6982809892d)
1998-11-21smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison2-2/+10
web/swat.c: Changed '?' to help. Jeremy. (This used to be commit 631913ea856926a77304692c74a1bd27faead179)
1998-11-20Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1-0/+3
Jeremy. (This used to be commit 10f51b85722141f99ffecc3f19a39de108400828)
1998-11-20acconfig.h configure configure.in include/config.h.in: Added -lsec and ↵Jeremy Allison6-190/+672
-lsecurity checks in a more sane way. rpc_client/cli_netlogon.c: Removed correct bits check to see if this works with an NT3.51 PDC. rpc_parse/parse_samr.c: Fixed compile warnings. Jeremy. (This used to be commit 34d8f4b1c4d59ab3c009360fc67eef9361dd859b)
1998-11-20Fixed stupid blunder where I renamed getpwanam to getpwnam.Jeremy Allison3-4/+4
Jeremy. (This used to be commit b02d21a73d7f098c5599c606abbb5c92ea4ba13e)
1998-11-20wrong directory path for smbd and nmbdHerb Lewis1-2/+2
(This used to be commit a33b4f623f196ca7e8056454b9212fe0ffa389c2)
1998-11-19Makefile.in: Added passing of CPPFLAGS into Makefile.Jeremy Allison4-415/+438
configure configure.in include/config.h.in: Fixes for AIX4.x. AIX *will not* enable large file support of *any* description unless either -D_LARGE_FILES or -D_LARGE_FILES_API are defined. I chose "-D_LARGE_FILES" as this leads to cleaner code... Also fixed bug where getpwnam was listed as getpw(a)nam in configure.in. Jeremy. (This used to be commit 2d62dc26f4e3a171ecbe56f33d94db2fea0ef0ad)
1998-11-19Sync up with 2.0 code.Jeremy Allison9-403/+586
Added HPUX autoconf changes. Added "gross hack" printer code. Jeremy. (This used to be commit 1ef6d3bd63722afe9c376793a6ea72046d1a0602)
1998-11-19smb.conf : explicitly state "printcap name=" and "security=" parametersHerb Lewis2-10/+15
idb.pl : change default behaviour for installation of config files. (This used to be commit 36928da28ca84fa64cd7b0dd66cab879e307911c)
1998-11-19update testparm with -s option so it doesn't require a carriage returnHerb Lewis4-13/+51
also allow specifying [host hostip] without [configfile] updated man page (This used to be commit 85fbd401026e7f1464c9a125cbaa505b768f8a10)
1998-11-19Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison6-482/+706
acconfig.h configure configure.in include/config.h.in: Fixes to DEC OSF1. libsmb/nmblib.c: Fixes to nmbd jumps in scope names. Jeremy. (This used to be commit 5ad77769be85e6727319afb0f02e5d94c2f9f16f)
1998-11-18Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison7-158/+243
groupdb/groupdb.c: Fixed compile error caught by IRIX compiler. utils/smbpasswd.c: Fixed SunOS optind, optarg problem. Jeremy. (This used to be commit 30af39ae1edf51d5d06a1764982e5df431c142ac)
1998-11-18Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison3-6/+12
(which is not the case with open directories). Jeremy. (This used to be commit c154b1601f5891d664fc538ec8874fa8ef2061e6)
1998-11-18Updated packaging files in line with restructuring of Makefile.inJohn Terpstra6-213/+132
(This used to be commit 05f2d78c8ee1dc0516d9e1076e0954ee2c2cd4b2)
1998-11-18change to new prefix pathHerb Lewis1-1/+1
(This used to be commit 64b2ffc679b39f1654c5dcd36276bcb9e6c553b4)
1998-11-18Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison5-15/+26
that cannot support it. Jeremy. (This used to be commit 7a6f25ac4ab0f0bef7a66f26004c15120248ff66)