Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -6/+1 | |
| | | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation. | |||||
* | Added Andrew's pam password change stuff. Needs some testing but looks good ! | Jeremy Allison | 2001-06-25 | 1 | -44/+140 | |
| | | | | Jeremy. | |||||
* | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ↵ | Andrew Tridgell | 2001-06-25 | 1 | -1/+1 | |
| | | | | instead of a define | |||||
* | Changes to use new genrand code that got missed while I was in Japan. | Jeremy Allison | 2001-06-06 | 1 | -0/+29 | |
| | | | | Jeremy. | |||||
* | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 2001-06-04 | 2 | -8/+8 | |
| | ||||||
* | update from Simo | Gerald Carter | 2001-05-10 | 1 | -8/+8 | |
| | ||||||
* | Fixed up the oldpw prompts. Made the matching case insensitive. | Jeremy Allison | 2001-05-09 | 1 | -5/+24 | |
| | | | | Jeremy. | |||||
* | very nasty bug ! | Jean-François Micouleau | 2001-05-09 | 1 | -1/+1 | |
| | | | | J.F. | |||||
* | fixes to the group mapping code. | Jean-François Micouleau | 2001-05-08 | 1 | -2/+2 | |
| | | | | | | Not ready yet. J.F. | |||||
* | merge from 2.2 removing the 'domain XXX' parameters. | Gerald Carter | 2001-05-07 | 1 | -16/+3 | |
| | ||||||
* | Patch from Simo: | Gerald Carter | 2001-05-07 | 2 | -24/+53 | |
| | | | | | | o sed 's/pdb_clear_sam/pdb_free_sam/g' o add pdb_reset_sam() o password changing should be ok now as well. | |||||
* | Big cleanup of passdb and backends. | Jean-François Micouleau | 2001-05-04 | 3 | -618/+434 | |
| | | | | | | | I did some basic tests but I have probably broken something. Notably the password changing. So don't cry ;-) J.F. | |||||
* | fixes from Simo | Gerald Carter | 2001-05-04 | 2 | -213/+281 | |
| | ||||||
* | Had to add a "pam password change" parameter (defaults to "off") and inlined | Jeremy Allison | 2001-05-02 | 1 | -10/+11 | |
| | | | | | | | | | | | the pam password change code to ensure that existing and working password chat scripts don't break with 2.2.1. PAM password changing has to be explicitly requested. Allowed wildcards in pam password change matching (matches password chat script matching). Had to add const (sorry Tim :-) to ms_fnmatch() to stop warnings. Don't worry - the const changes are isolated and don't cause any other warnings :-). Jeremy. | |||||
* | Runtime check for broken PAM systems with no appdata_ptr support. This | Jeremy Allison | 2001-05-01 | 1 | -2/+22 | |
| | | | | | should eventually be an autoconf test with a #ifdef workaround. I *HATE* pam :-). Jeremy. | |||||
* | Stop coredump on pam password change with pam_pwdb.so module on error. | Jeremy Allison | 2001-05-01 | 1 | -1/+5 | |
| | | | | Jeremy. | |||||
* | Added Andrew Bartlett's fixes to my changes to his original patch (at the | Jeremy Allison | 2001-05-01 | 2 | -3/+3 | |
| | | | | | court of king caractacus, was just passing by... :-). Jeremy. | |||||
* | Allow pam code to compile on Solaris (which doesn't have ↵ | Jeremy Allison | 2001-05-01 | 1 | -0/+5 | |
| | | | | | | PAM_AUTHTOK_RECOVER_ERR). Jeremy. | |||||
* | Fixing consts in pam code. | Jeremy Allison | 2001-04-30 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | Based on an original PAM patch by Andrew Bartlett, re-written by me to | Jeremy Allison | 2001-04-30 | 1 | -124/+417 | |
| | | | | | | | remove global static PAM variables, and to tidy up the PAM internals code. Now looks like the rest of Samba. Still needs testing. Jeremy. | |||||
* | - fixed some compiler warnings | Andrew Tridgell | 2001-04-28 | 1 | -2/+3 | |
| | | | | - fixed slprintf and vsprintf macros | |||||
* | few cleanups to bring in line with 2.2 | Gerald Carter | 2001-04-28 | 1 | -2/+0 | |
| | ||||||
* | converted the passdb smbpasswd implementation to using talloc | Gerald Carter | 2001-04-25 | 2 | -330/+324 | |
| | | | | | | | | | | | for memory allocation. This fixes a long standing seg fault (i knew i would get around to it one day :) ) Tested with NT4 and Win2k. Needs a little more testing with the "create the machine account on the fly" code for NT4. Simo, this is probably going to break the tdb passdb code. Can you look at that when you get a chance and see what you think? | |||||
* | Added "obey pam restrictions" parameter - default to "off". | Jeremy Allison | 2001-04-23 | 1 | -0/+17 | |
| | | | | | | | 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 Allison | 2001-04-23 | 1 | -2/+5 | |
| | | | | Jeremy. | |||||
* | Fix for bug in code for pam_session failure - pam_end called twice. | Jeremy Allison | 2001-04-23 | 1 | -12/+5 | |
| | | | | Jeremy. | |||||
* | Added smb_ prefix to all Samba wrapper pam functions. | Jeremy Allison | 2001-04-23 | 2 | -50/+48 | |
| | | | | | Fixed off by one bug using StrnCpy instead of strdup(). Jeremy. | |||||
* | Commit of a modified version of Andrew Bartlett's patch that removes the | Jeremy Allison | 2001-04-22 | 2 | -99/+101 | |
| | | | | | | | | | | 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. | |||||
* | Oops. Typos. | John Terpstra | 2001-04-20 | 1 | -2/+2 | |
| | ||||||
* | Added error reporting to pam_session code. | John Terpstra | 2001-04-19 | 1 | -0/+19 | |
| | ||||||
* | merge from 2.2 | Andrew Tridgell | 2001-04-18 | 2 | -8/+4 | |
| | ||||||
* | patch from Steve Langasek <vorlon@netexpress.net> to make sure we | Jeremy Allison | 2001-04-18 | 1 | -5/+11 | |
| | | | | | | don't use pam_setcred() if we haven't called pam_authenticate() Merge from 2.2 Jeremy. | |||||
* | Updated with Andrew Bartlett patch. | John Terpstra | 2001-04-13 | 1 | -3/+30 | |
| | ||||||
* | Merged John's changes. | Jeremy Allison | 2001-04-12 | 1 | -0/+2 | |
| | | | | Jeremy. | |||||
* | Updating pampass from Samba-2.2 code tree. ===> JHT | John Terpstra | 2001-04-11 | 1 | -139/+87 | |
| | ||||||
* | passdb/pass_check.c: Ensure second check is done only if given username is ↵ | Jeremy Allison | 2001-04-10 | 1 | -62/+26 | |
| | | | | | | | all in caps. rpc_server/srv_srvsvc_nt.c: Added "CONFIGFILE" arg to scripts so path to smb.conf is given. Jeremy. | |||||
* | Added JohnT and Andrew Bartlett's PAM changes. | Jeremy Allison | 2001-04-10 | 2 | -134/+444 | |
| | | | | Jeremy. | |||||
* | HEAD specific slprintf paranoia fixes. | Jeremy Allison | 2001-04-08 | 2 | -11/+11 | |
| | | | | Jeremy. | |||||
* | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 2001-04-08 | 1 | -3/+3 | |
| | | | | Jeremy. | |||||
* | New POSIX ACL mapping code. Works with UNIX permissions, now for testing | Jeremy Allison | 2001-03-22 | 1 | -0/+6 | |
| | | | | | with real ACLs... Jeremy. | |||||
* | Fix for crash when doing name lookup with a quoted string. Part of | Jeremy Allison | 2001-03-20 | 1 | -1/+11 | |
| | | | | | | lookup_name was expecting to be able to write to the string. Changed lookup_name to use const. Jeremy. | |||||
* | Added sys_dlopen/sys_dlsym/sys_dlclose. | Jeremy Allison | 2001-03-19 | 1 | -3/+3 | |
| | | | | Jeremy. | |||||
* | fixed unused variable | Andrew Tridgell | 2001-03-18 | 1 | -1/+1 | |
| | ||||||
* | patches from Simo. Couple of snity things | Gerald Carter | 2001-03-14 | 1 | -1/+3 | |
| | ||||||
* | Remove "BYTE" - we already have uint8 - don't need more conflicts with | Jeremy Allison | 2001-03-11 | 3 | -18/+18 | |
| | | | | | system header files... Jeremy. | |||||
* | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 2001-03-11 | 1 | -5/+0 | |
| | | | | | | RPC code to merge with new passdb code. Currently rpcclient doesn't compile. I'm working on it... Jeremy. | |||||
* | Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes. | Jeremy Allison | 2001-03-02 | 3 | -6/+5 | |
| | | | | Jeremy. | |||||
* | Merge of i18n fixes from appliance branch. Samba can now talk to a network | Tim Potter | 2001-02-14 | 1 | -3/+10 | |
| | | | | | with a PDC that has international netbios name and domain name. There's still quite a bit of i18n stuff to fix though... | |||||
* | add pam_setcred() call to pam_auth(). Patch was submited last Oct. | Gerald Carter | 2001-02-08 | 1 | -0/+8 | |
| | | | | jerry | |||||
* | Fixes for POSIX ACLS. ACL merge code. | Jeremy Allison | 2001-01-15 | 1 | -2/+12 | |
| | | | | Jeremy. |