Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated the inplace documentation to reflect change from EUCLEAN to EINVAL. | Richard Sharpe | 2001-05-15 | 1 | -39/+32 | |
| | ||||||
* | make proto | Tim Potter | 2001-05-14 | 1 | -234/+233 | |
| | ||||||
* | string_hash() should be static. hash_clear() should be void. | Jeremy Allison | 2001-05-12 | 1 | -2/+1 | |
| | | | | Jeremy. | |||||
* | make proto | Tim Potter | 2001-05-10 | 1 | -0/+1 | |
| | ||||||
* | Made "security XXX" masks apply to ACL set. By default they have no effect. | Jeremy Allison | 2001-05-10 | 1 | -9/+6 | |
| | | | | | Removed "restrict acl with mask" - redundent. Jeremy. | |||||
* | Removed S_ISSOCK() macro as it's only used within winbind client code. | Tim Potter | 2001-05-08 | 1 | -10/+0 | |
| | ||||||
* | make proto | Tim Potter | 2001-05-08 | 1 | -2/+7 | |
| | ||||||
* | merge from 2.2 removing the 'domain XXX' parameters. | Gerald Carter | 2001-05-07 | 1 | -3/+0 | |
| | ||||||
* | Patch from Simo: | Gerald Carter | 2001-05-07 | 1 | -2/+41 | |
| | | | | | | o sed 's/pdb_clear_sam/pdb_free_sam/g' o add pdb_reset_sam() o password changing should be ok now as well. | |||||
* | Preliminary merge of winbind into HEAD. Note that this compiles and links | Tim Potter | 2001-05-07 | 1 | -0/+8 | |
| | | | | but I haven't actually run it yet so it probably doesn't work. (-: | |||||
* | rebuild proto.h | Andrew Tridgell | 2001-05-07 | 1 | -114/+50 | |
| | ||||||
* | Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thought | Jeremy Allison | 2001-05-06 | 1 | -0/+5 | |
| | | | | | | about it to stop account lockouts with "security=server" mode. Sorry for the delay David. Jeremy. | |||||
* | Big cleanup of passdb and backends. | Jean-François Micouleau | 2001-05-04 | 3 | -40/+42 | |
| | | | | | | | I did some basic tests but I have probably broken something. Notably the password changing. So don't cry ;-) J.F. | |||||
* | make proto | Gerald Carter | 2001-05-04 | 1 | -0/+4 | |
| | ||||||
* | make proto | Tim Potter | 2001-05-04 | 1 | -1/+14 | |
| | ||||||
* | Merge of struct acct_info from TNG. | Tim Potter | 2001-05-04 | 1 | -1/+2 | |
| | ||||||
* | renamed unknown field to access mask in open alias structures. | Tim Potter | 2001-05-04 | 1 | -2/+2 | |
| | ||||||
* | Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h | Jeremy Allison | 2001-05-03 | 2 | -0/+14 | |
| | | | | | | and using autoconf tests. Added "restrict acl with mask" parameter. Jeremy. | |||||
* | Had to add a "pam password change" parameter (defaults to "off") and inlined | Jeremy Allison | 2001-05-02 | 2 | -6/+2916 | |
| | | | | | | | | | | | 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. | |||||
* | Fix noticed by John Trostel - we need to return our account SID for level 5. | Jeremy Allison | 2001-05-02 | 1 | -2915/+1 | |
| | | | | Jeremy. | |||||
* | Fixup smbcacls. Don't return memory already freed, don't free memory allocated | Jeremy Allison | 2001-05-01 | 1 | -1/+1 | |
| | | | | | with talloc. Jeremy. | |||||
* | Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous | Jeremy Allison | 2001-05-01 | 2 | -1/+49 | |
| | | | | | | Nigel Williams who did NIS/GINA !) to implement add/modify/delete shares for Win2k. Needs testing as I made a few mods to the original code. Jeremy. | |||||
* | Ensure correct password change script gets selected --with-pam. | Jeremy Allison | 2001-04-30 | 1 | -0/+4 | |
| | | | | Jeremy. | |||||
* | Based on an original PAM patch by Andrew Bartlett, re-written by me to | Jeremy Allison | 2001-04-30 | 1 | -3/+6 | |
| | | | | | | | 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 | 2 | -10/+12 | |
| | | | | - fixed slprintf and vsprintf macros | |||||
* | - added test for vasprintf | Andrew Tridgell | 2001-04-28 | 7 | -40/+252 | |
| | | | | | | | | - cleaned up GNUC printf attribute macros - added enum handling in mkproto - removed non-vararg code - made slprintf and vslprintf just macros for snprintf and vsnprintf - don't need slprintf code any more | |||||
* | added asprintf test | Andrew Tridgell | 2001-04-28 | 1 | -0/+3 | |
| | ||||||
* | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 2001-04-28 | 4 | -394/+174 | |
| | ||||||
* | C99 test for snprintf | Andrew Tridgell | 2001-04-27 | 1 | -0/+1 | |
| | ||||||
* | converted the passdb smbpasswd implementation to using talloc | Gerald Carter | 2001-04-25 | 2 | -6/+2 | |
| | | | | | | | | | | | 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? | |||||
* | Re-ran autoheader; autoconf to fix pam_smb build. | Jeremy Allison | 2001-04-25 | 1 | -0/+5 | |
| | | | | Jeremy. | |||||
* | Fix "proc num out of range" error. Missing rpc call. | Jeremy Allison | 2001-04-23 | 2 | -2/+20 | |
| | | | | Jeremy. | |||||
* | Added "obey pam restrictions" parameter - default to "off". | Jeremy Allison | 2001-04-23 | 1 | -0/+1 | |
| | | | | | | | 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. | |||||
* | Added smb_ prefix to all Samba wrapper pam functions. | Jeremy Allison | 2001-04-23 | 1 | -3/+3 | |
| | | | | | 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 | 1 | -1/+1 | |
| | | | | | | | | | | 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. | |||||
* | merging from 2.2 to head | Andrew Tridgell | 2001-04-22 | 1 | -4/+17 | |
| | ||||||
* | merge from 2.2 | Andrew Tridgell | 2001-04-18 | 3 | -6/+27 | |
| | ||||||
* | Removed mktemp from HEAD - same as done in 2.2. | Jeremy Allison | 2001-04-18 | 1 | -2/+22 | |
| | | | | Jeremy. | |||||
* | Merge of changes from 2.2. | Jeremy Allison | 2001-04-18 | 1 | -0/+30 | |
| | | | | Jeremy. | |||||
* | AIX ACLs donated by IBM. | Jeremy Allison | 2001-04-17 | 2 | -0/+48 | |
| | | | | | Merge Andrew's fnmatch fix for WfW. Jeremy. | |||||
* | hide unreadable patch from idra | Andrew Tridgell | 2001-04-16 | 1 | -0/+1 | |
| | ||||||
* | Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. Changed | Jeremy Allison | 2001-04-14 | 1 | -0/+1 | |
| | | | | | | a bit to use AC_TRY_LINK to ensure functions are available for link instead of AC_TRY_COMPILE. Jeremy. | |||||
* | configure: | Jeremy Allison | 2001-04-14 | 4 | -2/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | configure.in: include/config.h.in: include/profile.h: smbd/vfs-wrap.c: smbd/vfs.c: Added fchmod and fchown to VFS (sorry Gerald - but we needed them anyway). smbd/dosmode.c: smbd/files.c: printing/printfsp.c: smbd/close.c: smbd/open.c: Fixed "dos filemode" correctly so there are no race conditions. Forces test of open of file O_WRONLY before allowing fchmod as root. Afterwards, calls standard close function that preserves POSIX locks due to POSIX-me-harder braindamage. :-). Andrew please review this code. Also - in removing the tmpdir param in smbrun an extra NULL parameter was missed in each print_run_command() call (which is a varargs fn.). Now fixed. Jeremy. | |||||
* | Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentially | Jeremy Allison | 2001-04-13 | 1 | -0/+5 | |
| | | | | | | return a malloced area so added sys_acl_free_qualifier() calls to all supported ACL interfaces to code with this (only Linux needs actual free call). Jeremy. | |||||
* | Merge of Andrew's changes in 2.2. | Jeremy Allison | 2001-04-13 | 2 | -8/+3 | |
| | | | | Jeremy. | |||||
* | Updated Major/Minor version to 4.50 - see notes. | John Terpstra | 2001-04-13 | 1 | -10/+14 | |
| | ||||||
* | As Andrew suggested, make smbrun return a fd for a deleted file which can then | Jeremy Allison | 2001-04-13 | 1 | -1/+12 | |
| | | | | | be read. Jeremy. | |||||
* | forgot one thing | Gerald Carter | 2001-04-12 | 1 | -0/+4 | |
| | ||||||
* | still working on it | Gerald Carter | 2001-04-12 | 1 | -6/+13 | |
| | ||||||
* | Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn't | Jeremy Allison | 2001-04-12 | 1 | -2/+2 | |
| | | | | | | | exist for printer. Rather than using pid for suffix, use a 16 byte random string. Created generate_random_str() function in genrand.c. Still needs more testing but this is the way to go. Jeremy. |