summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Collapse)AuthorAgeFilesLines
...
* | | This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-05-161-0/+48
|\| | | | | | | | 'SAMBA_2_2_RELEASE'.
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-05-161-0/+48
| |\|
| | * Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.Richard Sharpe2001-05-151-39/+32
| | |
| | * make protoTim Potter2001-05-141-234/+233
| | |
| | * string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-121-2/+1
| | | | | | | | | | | | Jeremy.
| | * make protoTim Potter2001-05-101-0/+1
| | |
| | * Made "security XXX" masks apply to ACL set. By default they have no effect.Jeremy Allison2001-05-101-9/+6
| | | | | | | | | | | | | | | Removed "restrict acl with mask" - redundent. Jeremy.
| | * Removed S_ISSOCK() macro as it's only used within winbind client code.Tim Potter2001-05-081-10/+0
| | |
| | * make protoTim Potter2001-05-081-2/+7
| | |
| | * merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter2001-05-071-3/+0
| | |
| | * Patch from Simo:Gerald Carter2001-05-071-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 linksTim Potter2001-05-071-0/+8
| | | | | | | | | | | | but I haven't actually run it yet so it probably doesn't work. (-:
| | * rebuild proto.hAndrew Tridgell2001-05-071-114/+50
| | |
| | * Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison2001-05-061-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 Micouleau2001-05-043-40/+42
| | | | | | | | | | | | | | | | | | | | | I did some basic tests but I have probably broken something. Notably the password changing. So don't cry ;-) J.F.
| | * make protoGerald Carter2001-05-041-0/+4
| | |
| | * make protoTim Potter2001-05-041-1/+14
| | |
| | * Merge of struct acct_info from TNG.Tim Potter2001-05-041-1/+2
| | |
| | * renamed unknown field to access mask in open alias structures.Tim Potter2001-05-041-2/+2
| | |
| | * Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-032-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 inlinedJeremy Allison2001-05-022-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 Allison2001-05-021-2915/+1
| | | | | | | | | | | | Jeremy.
| | * Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-011-1/+1
| | | | | | | | | | | | | | | with talloc. Jeremy.
| | * Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-012-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 Allison2001-04-301-0/+4
| | | | | | | | | | | | Jeremy.
| | * Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-301-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 warningsAndrew Tridgell2001-04-282-10/+12
| | | | | | | | | | | | - fixed slprintf and vsprintf macros
| | * - added test for vasprintfAndrew Tridgell2001-04-287-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 testAndrew Tridgell2001-04-281-0/+3
| | |
| | * rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-284-394/+174
| | |
| | * C99 test for snprintfAndrew Tridgell2001-04-271-0/+1
| | |
| | * converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-252-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 Allison2001-04-251-0/+5
| | | | | | | | | | | | Jeremy.
| | * Fix "proc num out of range" error. Missing rpc call.Jeremy Allison2001-04-232-2/+20
| | | | | | | | | | | | Jeremy.
| | * Added "obey pam restrictions" parameter - default to "off".Jeremy Allison2001-04-231-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 Allison2001-04-231-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 theJeremy Allison2001-04-221-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 headAndrew Tridgell2001-04-221-4/+17
| | |
| | * merge from 2.2Andrew Tridgell2001-04-183-6/+27
| | |
| | * Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-2/+22
| | | | | | | | | | | | Jeremy.
| | * Merge of changes from 2.2.Jeremy Allison2001-04-181-0/+30
| | | | | | | | | | | | Jeremy.
| | * AIX ACLs donated by IBM.Jeremy Allison2001-04-172-0/+48
| | | | | | | | | | | | | | | Merge Andrew's fnmatch fix for WfW. Jeremy.
| | * hide unreadable patch from idraAndrew Tridgell2001-04-161-0/+1
| | |
| | * Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison2001-04-141-0/+1
| | | | | | | | | | | | | | | | | | a bit to use AC_TRY_LINK to ensure functions are available for link instead of AC_TRY_COMPILE. Jeremy.
| | * configure:Jeremy Allison2001-04-144-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 potentiallyJeremy Allison2001-04-131-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 Allison2001-04-132-8/+3
| | | | | | | | | | | | Jeremy.
| | * Updated Major/Minor version to 4.50 - see notes.John Terpstra2001-04-131-10/+14
| | |
| | * As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-1/+12
| | | | | | | | | | | | | | | be read. Jeremy.
| | * forgot one thingGerald Carter2001-04-121-0/+4
| | |