summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* removing yodldocs directoryGerald Carter2001-04-261-14/+0
|
* updated printing HOWTO and minor updates to PDC HOWTOGerald Carter2001-04-264-1967/+2216
|
* Fixed REPLACE_GETPASS test.Jeremy Allison2001-04-262-2/+2
| | | | Jeremy.
* Made some mistakes in mapping default perms. This should report what's onJeremy Allison2001-04-251-69/+79
| | | | | the file/directory, but force correct perms on set. Jeremy.
* Force default permissions to be applied when setting ACLs. Don't artificiallyJeremy Allison2001-04-251-14/+99
| | | | | add permissions in when getting ACLs. Jeremy.
* Re-ran autoheader, autoconf to fix build for pam_smb.Jeremy Allison2001-04-253-698/+792
| | | | Jeremy.
* Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercaseJeremy Allison2001-04-251-2/+12
| | | | | domain name. Jeremy.
* might as well remove yodldocs from doc subpackage as wellHerb Lewis2001-04-251-0/+1
|
* don't include docbook directory in doc subpackage (still in src subpackage)Herb Lewis2001-04-251-0/+1
|
* fixed a typo or twoGerald Carter2001-04-253-253/+253
|
* merge from headAndrew Tridgell2001-04-250-0/+0
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-04-251-0/+279
|\
| * added solaris wrapper from tngAndrew Tridgell2001-04-251-0/+279
| |
| * merge some of the nsswitch code from tng to headAndrew Tridgell2001-04-255-269/+702
| | | | | | | | | | the libnss_winbind.so from head now works with the winbindd from tng
| * merge from 2_2Andrew Tridgell2001-04-251-3/+2
| |
| * More paranioa fixes against nmbd lengths.Jeremy Allison2001-04-251-7/+7
| | | | | | | | Jeremy.
| * Fix bad length in dgram.Jeremy Allison2001-04-241-0/+7
| | | | | | | | Jeremy.
| * Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra2001-04-243-713/+904
| |
* | merge from head/tngAndrew Tridgell2001-04-254-267/+700
| |
* | added 'obey pam restrictions'; removed 'ole lock compatibility';Gerald Carter2001-04-253-490/+631
| | | | | | | | added placeholders for '[add|change|delete] share command'
* | More paranioa fixes against nmbd lengths.Jeremy Allison2001-04-251-7/+7
| | | | | | | | Jeremy.
* | Fix bad length in dgram.Jeremy Allison2001-04-241-0/+7
| | | | | | | | Jeremy.
* | Added pam_smbpass from Steve Langasek <vorlon@netexpress.net>John Terpstra2001-04-243-2/+121
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-04-2414-0/+1668
|\|
| * Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.John Terpstra2001-04-2414-0/+1668
| | | | | | | | Note: Still have to add build stuff - not ready yet.
| * syncing up with 2.2Gerald Carter2001-04-245-6/+568
| |
| * syncing up changes in 2.2Gerald Carter2001-04-2454-4352/+3979
| |
| * fix typoHerb Lewis2001-04-241-1/+1
| |
| * Patch for nmbd core dump in printing debug packets. No length check.Jeremy Allison2001-04-241-3/+5
| | | | | | | | Jeremy.
| * don't allow both add and delete user to be set at the same timeHerb Lewis2001-04-241-1/+4
| |
| * set "vfs object" and "vfs options" to be setable by SWAT on advanced pageHerb Lewis2001-04-241-4/+4
| | | | | | | | | | | | change "host msdfs" to be strictly a global parameter on advanced page change "printer admin" to be on printers page not share page (caught by Ingo Kilian <ikilian@web.de> )
| * updating changes with 2.2 (comment lines in ./configure --help)Gerald Carter2001-04-242-2/+2
| |
| * added Mandrake support from 2.2Gerald Carter2001-04-2411-0/+993
| |
| * row of asteriks that indicates new entry must start at beginning of line.Herb Lewis2001-04-231-1/+1
| |
| * Fix "proc num out of range" error. Missing rpc call.Jeremy Allison2001-04-235-14/+164
| | | | | | | | Jeremy.
| * Fixed memory leak in new session code.Jeremy Allison2001-04-231-0/+3
| | | | | | | | Jeremy.
| * Added "obey pam restrictions" parameter - default to "off".Jeremy Allison2001-04-234-0/+39
| | | | | | | | | | | | | | Only set this to "on" if you know you have your PAM set up correctly..... NB. Doesn't apply to plaintext password authentication, which must use pam when compiled in. Jeremy.
| * Fix more free twice bugs.Jeremy Allison2001-04-232-4/+10
| | | | | | | | Jeremy.
| * Fix for bug in code for pam_session failure - pam_end called twice.Jeremy Allison2001-04-232-24/+10
| | | | | | | | Jeremy.
| * Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-238-159/+266
| | | | | | | | | | 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-227-214/+225
| | | | | | | | | | | | | | | | | | | | 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.
| * a couple of minor merges from 2_2Andrew Tridgell2001-04-223-3/+8
| |
| * merging from 2.2 to headAndrew Tridgell2001-04-226-68/+215
| |
| * 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.
| * Fix proto's in old code.Jeremy Allison2001-04-211-21/+9
| | | | | | | | Jeremy.
| * Fixed compile bug when using --with-pam but not --with-utmp.Jeremy Allison2001-04-211-0/+7
| | | | | | | | Jeremy.
| * merge from 2.2Gerald Carter2001-04-201-1/+1
| |
| * Oops. Typos.John Terpstra2001-04-202-4/+4
| |
| * Added error reporting to pam_session code.John Terpstra2001-04-192-0/+38
| |