summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-238-108/+104
| | | | | Fixed off by one bug using StrnCpy instead of strdup(). Jeremy.
* Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-228-223/+223
| | | | | | | | | | horrid utmp hostname parameter - now uses the client name instead. Also tidies up some of the unencrypted password checking when PAM is compiled in. FIXME ! An pam_accountcheck() is being called even when smb encrypted passwords are negotiated. Is this the correct thing to do when winbindd is running ! This needs *SEVERE* testing.... Jeremy.
* Finally got name & SID returns correct.Jeremy Allison2001-04-221-1/+4
| | | | Jeremy.
* new file from headAndrew Tridgell2001-04-220-0/+0
|
* merged libsmb code from headAndrew Tridgell2001-04-2216-300/+505
|
* JF pointed out we were returning the wrong info for Domain member with infoJeremy Allison2001-04-211-17/+9
| | | | | levels 3 and 5. I *hate* LSAQueryInfoPolicy() :-). Jeremy.
* Fixes from Shirish for Solaris packaging.Jeremy Allison2001-04-212-39/+32
| | | | Jeremy.
* Fix proto's in old code.Jeremy Allison2001-04-211-21/+9
| | | | Jeremy.
* Fixed compile bug when compiling --with-pam but not --with-utmp.Jeremy Allison2001-04-211-0/+7
| | | | Jeremy.
* forgot the spec file templateGerald Carter2001-04-201-18/+17
|
* updating some Mandrake packagingGerald Carter2001-04-204-116/+379
|
* stupid...stupid...stupid...I'm so poor I can't pay attention :-)Gerald Carter2001-04-201-1/+1
| | | | missed variable in DEBUG statement.
* Oops. Typos.John Terpstra2001-04-202-4/+4
|
* Added error debug messages to pam_session code.John Terpstra2001-04-192-0/+38
|
* fixed problem in only_ipaddrs_in_list() which caused a hostname toGerald Carter2001-04-191-2/+2
| | | | be considered an IP.
* merge from HEADGerald Carter2001-04-191-1/+1
|
* fixed of couple of output lines with --helpGerald Carter2001-04-192-13/+13
| | | | Mostly a merge from HEAD
* updated some docsGerald Carter2001-04-197-2383/+2531
|
* fix so that we tar up right version after a release. Lacked PVERSIONGerald Carter2001-04-191-2/+3
| | | | in the script
* don't make extra copy of README fileHerb Lewis2001-04-191-1/+0
|
* remove 'unix realname' optionGerald Carter2001-04-193-61/+7
|
* minor configure fix from andrew bartlettAndrew Tridgell2001-04-191-3/+3
|
* Added "hide unreadable" parameter in sync with HEAD.Jeremy Allison2001-04-193-44/+98
| | | | Jeremy.
* Changed path spec to %setupJohn Terpstra2001-04-181-1/+2
|
* Added so that makerpms.sh does not barf.John Terpstra2001-04-181-0/+0
|
* emoved addtosmbpasswd and mksmbpasswd.sh.John Terpstra2001-04-181-2/+1
|
* Added Using_Samba book to SWAT.John Terpstra2001-04-181-1/+2
|
* new files from new session supportAndrew Tridgell2001-04-182-0/+750
|
* - totally rewrote utmp handling with help from Andrew BartlettAndrew Tridgell2001-04-1815-1427/+700
| | | | | | | | | | | | | - move all utmp code into smbd/utmp.c - created smbd/session.c for generic session handling (utmp and pam currently) - don't link with -lcrypt when using pam - made "utmp" parameter global not per share - hook session handling in session setup not tcon - removed sily "unix realname" option - cleaned up connection.c - if session fails (eg. pam failure) user is now refused access - made sure sesison cleanup happens on server exit
* Fixed comment for change in open flags for reply_ctemp().Jeremy Allison2001-04-181-1/+1
| | | | Jeremy.
* - removed last use of mktemp()Andrew Tridgell2001-04-188-65/+109
| | | | - added a SMBctemp test in smbtorture
* patch from Steve Langasek <vorlon@netexpress.net> to make sure weAndrew Tridgell2001-04-182-6/+22
| | | | don't use pam_setcred() if we haven't called pam_authenticate()
* removed some unused test codeAndrew Tridgell2001-04-181-63/+0
|
* SHM defines for NetBSDAndrew Tridgell2001-04-181-0/+10
|
* Sync-up from RELEASE.Jeremy Allison2001-04-171-0/+2
| | | | Jeremy.
* Updated WHATSNEW for 2.2.Jeremy Allison2001-04-172-143/+49
| | | | | version now 2.2.0. Jeremy.
* Only replace the pam.d/samba file if we need to install the stack version,Jeremy Allison2001-04-171-2/+0
| | | | | leave the non stack version alone. Jeremy.
* I hate rpm....Jeremy Allison2001-04-171-0/+1
| | | | Jeremy.
* More RPM fun :-(.Jeremy Allison2001-04-171-4/+15
| | | | Jeremy.
* another wfwg wildcard fixAndrew Tridgell2001-04-171-2/+5
|
* Make sure we preserve permissions on /etc/inetd.conf and /etc/services whenJeremy Allison2001-04-171-1/+5
| | | | | removing Samba package. Jeremy.
* AIX ACLs donated by IBM (Medha Date mdate@austin.ibm.com).Jeremy Allison2001-04-176-18/+957
| | | | | Now we're missing only HP to get the complete set :-). Jeremy.
* Adding session and password controls to the PAM config file.John Terpstra2001-04-171-2/+4
|
* Adding session and password entries to the samba PAM control files.John Terpstra2001-04-172-2/+5
|
* the threshold for the old wildcard algorithm should be LANMAN2 notAndrew Tridgell2001-04-171-1/+1
| | | | | | LANMAN1 this fixes the wfwg wildcard problem
* *** empty log message ***John Terpstra2001-04-171-2/+2
|
* Deleting patches no longer in use.John Terpstra2001-04-162-22/+0
|
* Still working on this with Jeremy.`John Terpstra2001-04-161-1/+3
|
* Latest RPM mess :-).Jeremy Allison2001-04-161-5/+16
| | | | Jeremy.
* Getting closer to a working cross-6.x 7.x package...Jeremy Allison2001-04-161-17/+20
| | | | Jeremy.