summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-213-3/+3
* Added changes to smbtar submitted by Sandy WhiteselRichard Sharpe1998-11-211-1/+7
* make SWAT obey the global "hosts allow" and "hosts deny" settings.Andrew Tridgell1998-11-212-13/+29
* try to use *SMBSERVER to connect to password server if the firstAndrew Tridgell1998-11-211-13/+11
* add a error code when failed to get lockAndrew Tridgell1998-11-211-1/+1
* formatting changeAndrew Tridgell1998-11-211-1/+1
* use bindir not sbindir in Makefile to ensure that we don't breakAndrew Tridgell1998-11-211-1/+3
* smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison1998-11-212-2/+10
* Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1998-11-201-0/+3
* acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...Jeremy Allison1998-11-206-190/+672
* Fixed stupid blunder where I renamed getpwanam to getpwnam.Jeremy Allison1998-11-203-4/+4
* wrong directory path for smbd and nmbdHerb Lewis1998-11-201-2/+2
* Makefile.in: Added passing of CPPFLAGS into Makefile.Jeremy Allison1998-11-194-415/+438
* Sync up with 2.0 code.Jeremy Allison1998-11-199-403/+586
* update testparm with -s option so it doesn't require a carriage returnHerb Lewis1998-11-191-10/+34
* Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1998-11-196-482/+706
* Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison1998-11-187-158/+243
* Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1998-11-183-6/+12
* Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison1998-11-185-15/+26
* Fixed NT modify timestamp issue.Jeremy Allison1998-11-173-2/+27
* Changed Makefile.in to use autoconf prefixes.Jeremy Allison1998-11-171-7/+5
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-1756-178/+238
* lookup_alias_name() %s not %d for sid_strLuke Leighton1998-11-171-1/+1
* somehow this file got missed in the groupdb commit.Luke Leighton1998-11-171-35/+88
* make_uni_hdr() reverted accidentally with a -1 on username lengthLuke Leighton1998-11-171-2/+2
* swapped username:uid:[groupridlist]:[aliasridlist] toLuke Leighton1998-11-171-9/+9
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-1747-2310/+3044
* Fixed missing NULL check in tar op.Jeremy Allison1998-11-171-2/+4
* Moved PRINTCAP_NAME from smb.h to includes to allow it toJeremy Allison1998-11-172-4/+3
* Makefile.in: Re-added quotes round ROFF call for DGUX.Jeremy Allison1998-11-163-4/+3
* O_EXCL fixes for printing files & oplocks.Jeremy Allison1998-11-163-3/+6
* Added fixes for machine accounts.Jeremy Allison1998-11-161-10/+32
* fixed lmhosts parsing. We were using sizeof(name) where name was char*Andrew Tridgell1998-11-161-3/+2
* Updates to handle glob.h - was causing problems on SCO 5.0.4John Terpstra1998-11-164-3/+6
* change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1998-11-153-8/+8
* compile with optimisation by default on all compilersAndrew Tridgell1998-11-142-394/+402
* automatically uppercase server and share names (win95 won't handleAndrew Tridgell1998-11-143-12/+7
* fixed setmode in smbclientAndrew Tridgell1998-11-141-7/+6
* - handle servers that don't support getattrE (ie. NT)Andrew Tridgell1998-11-142-4/+6
* Fixed problem with smbclient issuing '*.*' to NT server when anJeremy Allison1998-11-141-5/+5
* prompt for password on smbclient -LAndrew Tridgell1998-11-141-1/+0
* - new prototypesAndrew Tridgell1998-11-142-4/+17
* allow all user to view the configAndrew Tridgell1998-11-141-36/+22
* remove code that allows installation via cgiAndrew Tridgell1998-11-142-21/+36
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-1426-576/+638
* Change to beta1.Jeremy Allison1998-11-131-1/+1
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-1322-625/+803
* reverted includes change for FreeBSD as it breaks IRIXAndrew Tridgell1998-11-131-1/+0
* need 32 bit status codes to be negotiated because of STUPID dos "error moreLuke Leighton1998-11-131-1/+1
* Fixed timing window created by daemonize function. Smbmount was going daemonMichael Warfield1998-11-131-7/+10