summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix for broken-as-shipped RedHat 7.2 system headers. Now we haveJeremy Allison2001-11-041-0/+12
| | | | | | | | | | | | | | | to detect this in configure. Jeremy.
| * | Fixed segfault if sup_tok == NULL. Thanks Andrewb.Jeremy Allison2001-11-041-2/+4
| | | | | | | | | | | | Jeremy.
| * | Add suplimentary groups that don't map to UNIX groups to the NT_USER_TOKENJeremy Allison2001-11-035-10/+35
| | | | | | | | | | | | | | | | | | only. This allows extra groups to be seen by the NT share ACL code and printer code. Jeremy.
| * | Fixed winbindd build.Jeremy Allison2001-11-031-1/+1
| | | | | | | | | | | | Jeremy.
| * | Don't add groups into a list that already exist there.Jeremy Allison2001-11-031-2/+17
| | | | | | | | | | | | Jeremy.
| * | Added extra group info into 2.2.3.Jeremy Allison2001-11-036-14/+105
| | | | | | | | | | | | Jeremy.
| * | Fixed debug.Jeremy Allison2001-11-021-1/+1
| | | | | | | | | | | | Jeremy.
| * | fixed typosMotonobu Takahashi2001-10-301-2/+2
| | |
| * | fixed the number of available printing optionsMotonobu Takahashi2001-10-291-1/+1
| | |
| * | Don't force winbind to use non-local DC's.Volker Lendecke2001-10-291-1/+1
| | | | | | | | | | | | | | | | | | BTW, why does winbind ignore 'password server' ? Volker
| * | Raise simultaneous open pipes from 64 to 1024 for large print serverJeremy Allison2001-10-271-1/+1
| | | | | | | | | | | | | | | environments. Jeremy.
| * | fix compiler warning (cast)Herb Lewis2001-10-271-1/+1
| | |
| * | Add IRIX support for libns_wins.soHerb Lewis2001-10-272-12/+86
| | |
| * | Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison2001-10-241-2/+2
| | | | | | | | | | | | Jeremy.
| * | Removed unused fn (thanks Tim).Jeremy Allison2001-10-241-68/+0
| | | | | | | | | | | | Jeremy.
| * | Don't overwrite existing /etc/samba/smb.conf or other files if both ↵Jeremy Allison2001-10-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | /etc/smb.conf and /etc/samba/smb.conf both exist. Thanks to jht for this bug. Jeremy.
| * | Fix for @ in pathname from Kian Win.Jeremy Allison2001-10-221-1/+5
| | | | | | | | | | | | Jeremy.
| * | Removed extern int DEBUGLEVEL - included in headers.Jeremy Allison2001-10-20191-1345/+1029
| | | | | | | | | | | | | | | | | | | | | Moved from timestamp based comparison of open files in share mode table to generational file_id comparison. This should help track down any logic bugs. Needs some more testing. Coming to HEAD as soon as the compile finishes :-). Jeremy.
| * | Fix for non_root_mode() (from HEAD).Jeremy Allison2001-10-201-1/+1
| | | | | | | | | | | | Jeremy.
| * | fixed a typoMotonobu Takahashi2001-10-202-2/+2
| | |
| * | Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison2001-10-192-3/+3
| | | | | | | | | | | | | | | | | | caused problems but is tidier). Fix debug statement in locking.c Jeremy.
| * | Added lanman names (including rap.h) for lanman code. Thanks Jim & Steve.Jeremy Allison2001-10-192-33/+42
| | | | | | | | | | | | Jeremy.
| * | Adding rap.h from HEAD. I want those lanman changes :-).Jeremy Allison2001-10-191-0/+4
| | | | | | | | | | | | Jeremy.
| * | nss.h protect against multiple inclusionHerb Lewis2001-10-192-2/+5
| | | | | | | | | | | | wins.c nss.h is included in includes.h fix return value
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-10-195-0/+1074
| |\|
| | * Add header for common RAP definitionsJim McDonough2001-10-191-0/+478
| | |
| | * Fixed issues with changenotify only being called once in VC++.Jeremy Allison2001-10-191-4/+29
| | | | | | | | | | | | Jeremy.
| | * Tidy up debug in notify code.Jeremy Allison2001-10-192-24/+35
| | | | | | | | | | | | Jeremy.
| | * Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter2001-10-194-20/+29
| | | | | | | | | | | | | | | | | | as one memory leak that has been there for ages! Changed the way talloc is used in get{pw,gr}nam routines.
| | * Converted some more functions to create and dispose of a talloc context on aTim Potter2001-10-195-87/+106
| | | | | | | | | | | | | | | | | | | | | | | | per-call basis rather than per-connection. Had a bit more of a reformatting fest. Still need to run it through insure and handle downed connections.
| | * Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-195-61/+280
| | | | | | | | | | | | Jeremy.
| | * client : Fixed error return.Jeremy Allison2001-10-192-1/+3
| | | | | | | | | | | | | | | uid.c: Added missing void. Jeremy.
| | * Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-1816-93/+197
| | | | | | | | | | | | | | | Ensure make_conection() can only be called as root. Jeremy.
| | * Merge Gerry's %G change from 2.2.2.Jeremy Allison2001-10-181-7/+8
| | | | | | | | | | | | Jeremy.
| | * got rid of start_background_queue()Andrew Tridgell2001-10-181-1/+6
| | | | | | | | | | | | | | | | | | | | | THIS WAS A DISASTER! it created hundreds of processes on the build farm machines, which we can't kill.
| | * the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-187-15/+141
| | | | | | | | | | | | | | | it should give something for others to hack on and possibly find what I'm doing wrong.
| | * Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.Tim Potter2001-10-183-5/+5
| | |
| | * Now compiles under head branch.Tim Potter2001-10-181-89/+51
| | | | | | | | | | | | Funny, I don't remember using libtool in the original Makefile...
| | * removed some debug codeAndrew Tridgell2001-10-171-2/+2
| | |
| | * added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-1710-66/+606
| | | | | | | | | | | | | | | | | | loses things like username mapping. I wanted to get this in then discuss it a bit to see how we want to split up the existing session setup code
| | * Fixed inconsistent definitions of InBuf/OutBuf/last_char.Jeremy Allison2001-10-171-3/+0
| | | | | | | | | | | | | | | Noticed by albert chin (china@thewrittenword.com) . Jeremy.
| | * charset_initialise() doesn't exist anymore.Tim Potter2001-10-171-2/+0
| | | | | | | | | | | | | | | Why don't we build smbwrapper on a build farm machine to spot this sort of thing earlier?
| | * Optimisation to send only to correct processid.Jeremy Allison2001-10-161-6/+16
| | | | | | | | | | | | Jeremy
| | * very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-163-2/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To speed up operations with the lpq command, it's now run in a separate asynchronous process. Opening the Printers folder on NT is now fast ;-) I think even faster than with a ** server Jeremy, you should look at that patch to include it in 2.2.3 J.F.
| | * Fix some unicode string error.Jean-François Micouleau2001-10-161-31/+42
| | | | | | | | | | | | | | | | | | | | | | | | I'm wondering if I have to audit *all* the rpc code for that kind of trouble ;-) Oh well I've done it twice already, I can do it a third time ;-) J.F.
| | * Don't core dump when using spinlocks on a read-only tdb. Unfortunately thisJeremy Allison2001-10-161-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | means that a read-write opener and a read-only opener are using different locking mechanisms - this needs to be addressed, but it's hard as the read-write opener using the spinlocks is usually first, so there's no way to force them to change down to the fcntl method. Read only access is less important anyway and can never corrupt the tdb anyway, so errors in read-only record reads are more tolerable. Jeremy
| | * added Italian message file from Simo SourceMotonobu Takahashi2001-10-161-0/+1707
| | |
| | * fix heimdal compilationAndrew Tridgell2001-10-161-1/+2
| | |
| | * fix linking of k5crypto library on openbsdAndrew Tridgell2001-10-162-72/+172
| | |
| | * Fix for connectinos.tdb error message from "Richard Bollinger" ↵Jeremy Allison2001-10-161-2/+3
| | | | | | | | | | | | | | | | | | <rabollinger@home.com> Jeremy.