summaryrefslogtreecommitdiffstats
path: root/source/script
Commit message (Collapse)AuthorAgeFilesLines
* Some progress towards gums and tdbsam2Simo Sorce2003-03-071-7/+8
| | | | genparser works fine, and it is a marvelous tool to store objects in tdb :)
* We now use <anchor/> instead of just <anchor> (strict XML syntax)Jelmer Vernooij2003-02-271-1/+1
|
* autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)Gerald Carter2003-02-101-1/+1
| | | | findsmb - use @PERL@
* Fix to findsmb by WaiderAndrew Bartlett2003-01-291-1/+1
|
* small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter2003-01-151-14/+11
|
* Patch from ab, to make findsmb omit -r most of the time.Andrew Bartlett2003-01-131-7/+14
| | | | | | | | | | | | | | | | | | | | (original mail follows) -- From: Alexander Bokovoy <a.bokovoy@sam-solutions.net> Greetings! I propose to make an optional argument '-r' for findsmb utility to pass '-r' option to nmblookup optionally and default to omit it. The reason is to have findsmb working more user-friendly in contemporary office environments where Windows 95/98 boxes are rare and also to allow usage of the utility under non-priviledged accounts when Windows95/98 boxes are in minority or even absent in network neighbourhood. An attached patch provides this change for HEAD together with documentation changes. -- / Alexander Bokovoy
* add and escape before $( in regex string so it is not interpreted as theHerb Lewis2003-01-071-1/+1
| | | | perl variable for "real gid of this process"
* forgont genstruct.pl is needed to build new include files for genparseSimo Sorce2002-12-161-0/+298
| | | | sorry
* fix broken incremental tar - merge from 2.2Herb Lewis2002-12-101-1/+2
| | | | found by "Jacob Anawalt" <anawaltaj@hotmail.com>
* make vfs recycle use vfs facilities correctly!Simo Sorce2002-12-091-0/+10
| | | | | | | | WARNING: every vfs module maintainer should look at these changes to understand how to properly write a vfs module in head!! also make installmodules work correctly when the directory structure is not yet in place. Simo.
* Remove obsolete scripts and put in module install/uninstallJelmer Vernooij2002-11-136-171/+65
|
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+2
| | | | | | dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy.
* Be less verboseJelmer Vernooij2002-10-021-8/+4
|
* Update find_missing_doc.pl:Jelmer Vernooij2002-10-021-27/+78
| | | | | | | - Report references in smb.conf that point to non-existent entries - Report entries that are not referenced in the list - Report entries that are documented, but don't exist in loadparm.c - Report entries that are in loadparm.c, but are not documented
* An example of a group creation command that can handle failuresVolker Lendecke2002-09-271-0/+27
| | | | | | of groupadd. Volker
* Don't report missing "-valid"Jelmer Vernooij2002-08-201-1/+1
|
* Add script to find undocumented smb.conf optionsJelmer Vernooij2002-08-191-0/+43
|
* simple perl script for retreiving cvs log messages for a fileGerald Carter2002-07-291-0/+102
| | | | | | | | | after a given date. I use it to help update the WHATSNEW.txt for a release. ./cvslog.pl SAMBA_2_2 '>2002-06-18' configure.in The output is a little messy right now, but I plan to clean that up.
* Merge from APPLIANCE_HEAD:Tim Potter2002-07-291-0/+2
| | | | | >When creating an automatically generated prototype make sure the >destination directory exists.
* fixed man installAndrew Tridgell2002-07-281-2/+2
| | | | samba-patches 961
* done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter2002-07-241-1/+1
| | | | | | | | | and display correctly in regedit.exe. Not sure about REG_SZ values in PrinterDriverData. If we store these in UNICODE, I'll have to fix up a few things. REG_BINARY & REG_DWORD are fine.
* another intermediate checkin on the way to enumerating formsGerald Carter2002-07-201-1/+1
| | | | | | via the registry. There is a seg fault here which shouldn't bother anyone until I can get it fixed. I just need a check point in case I need to roll back to this version later on.
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-1/+1
|
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-0/+5
| | | | code
* much better findstatic scriptAndrew Tridgell2002-06-242-59/+65
|
* a useful script for finding global variables or functions that couldAndrew Tridgell2002-06-131-0/+59
| | | | | | | be static very very slow ... I leave it as an exercise for the reader to make this O(n) instead of O(n^2)
* A few things in this commit:Andrew Bartlett2002-05-181-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup some of the code in net_rpc_join re const warnings and fstrings. Passdb: Make the %u and %U substituions in passdb work. This is done by declaring these paramters to be 'const' and doing the substitution manually. I'm told this is us going full circle, but I can't really see a better way. Finally these things actually seem to work properly... Make the lanman code use the pdb's recorded values for homedir etc rather than the values from lp_*() Add code to set the plaintext password in the passdb, where it can decide how to store/set it. For use with a future 'ldap password change' option, or somthing like that... Add pdb_unix, so as to remove the 'not in passdb' special cases from the local_lookup_*() code. Quite small, as it uses the new 'struct passwd -> SAM_ACCOUNT' code that is now in just one place. (also used by pdb_smbpasswd) Other: Fix up the adding of [homes] at session setup time to actually pass the right string, that is the unix homedir, not the UNC path. Fix up [homes] so that for winbind users is picks the correct name. (bad interactions with the default domain code previously) Change the rpc_server/srv_lsa_nt.c code to match NT when for the SATUS_NONE_MAPPED reply: This was only being triggered on no queries, now it is on the 'no mappings' (ie all mappings failed). Checked against Win2k. Policy Question: Should SID -> unix_user.234/unix_group.364 be considered a mapping or not? Currently it isn't. Andrew Bartlett
* Added findsmb to .cvsignore list.Tim Potter2002-05-101-0/+1
|
* merge from SAMBA_2_2Gerald Carter2002-05-091-1/+1
|
* merge from SAMBA_2_2Gerald Carter2002-05-091-0/+145
|
* Added another return type.Tim Potter2002-03-281-1/+2
|
* Use headername when closing off include file guards.Tim Potter2002-03-281-1/+2
|
* make install should also install the default dat files from codepagesHerb Lewis2002-03-211-0/+23
| | | | | directory so we don't keep getting these stupid error messages about incorrect size for valid.dat upcase.dat and lowcase.dat
* Move the directory creation process outside the 'installbin.sh' script, andAndrew Bartlett2002-03-132-11/+20
| | | | | | | | | | | | | into its own. The 'installdirs' makefile entry didn't do anything on my laptop, so it has been replaced with the section from installbin.sh. This also fixes the bug that we ignored the setting of $(PRIVATEDIR) when making the directories. Finally, link pam_winbind with .po objects only, not a mix of .o and .po (as per Don Mccall's request). Andrew Bartlett
* we definately don't want RCS $id tags in Samba. They make merging muchAndrew Tridgell2002-02-181-2/+0
| | | | harder.
* Add ADS_MODLIST to allowed typesJim McDonough2002-02-121-1/+1
|
* support double functionsAndrew Tridgell2002-02-051-1/+1
|
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-201-1/+1
| | | | | | | | | | | | | | | | | | degree of seperation betwen reading/writing the raw NamedPipe SMB packets and the matching operations inside smbd's RPC components. This patch is designed for no change in behaviour, and my tests hold that to be true. This patch does however allow for the future loadable modules interface to specify function pointers in replacement of the fixed state. The pipes_struct has been split into two peices, with smb_np_struct taking the information that should be generic to where the data ends up. Some other minor changes are made: we get another small helper function in util_sock.c and some of the original code has better failure debugs and variable use. (As per on-list comments). Andrew Bartlett
* much better ADS error handling systemAndrew Tridgell2001-12-191-1/+1
|
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-191-1/+1
| | | | | | - gss error code patch from a.bokovoy@sam-solutions.net - better sid dumping in ads_dump - fixed help in wbinfo
* added "net join" commandAndrew Tridgell2001-11-241-1/+1
| | | | this completes the first stage of the smbd ADS support
* always install swat language filesAndrew Tridgell2001-10-151-13/+5
|
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-1/+1
| | | | | | | | | | activate you need to: - install krb5 libraries - run configure - build smbclient - run kinit to get a TGT - run smbclient with the -k option to choose kerberos auth
* Add CLI_POLICY_HND as a valid return type.Tim Potter2001-10-051-1/+1
|
* now --with-i18n-swat works to install some international filesMotonobu Takahashi2001-09-251-8/+26
| | | | | | | | | used by SWAT into $swatdir/$ln/{help,images,include} we have still points which needs to discuss, that is how to archive and install lots of HTML help files and Using Samba files. -- monyo
* Try to fix up manpage installationAndrew Bartlett2001-09-251-1/+1
|
* fixed a typo in installman.shMotonobu Takahashi2001-09-241-1/+1
| | | | fixed a problem that source/install-sh is not executable
* Added SWAT i18n feature:Motonobu Takahashi2001-09-243-44/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | TO enable configure with --with-i18n-swat to support this gettext is integrated and a new directories name "po" and "intl" are created. now these languages are supported: en - English (default) ja - Japanese po - Polish tr - Turkish To add your language, to create ${your_language}.po by translating source/po/en.po into your language is needed. some of html and image files of various language version are not included yet, though message catalogue files are installed. you need to copy files manually under ${swatdir}/lang/$ln/{help,images,included,using_samba} And also added a option to intall manual pages: of various lang version To enable configure with --with-manlangs but manual pages themself are not included yet.
* Try to fix up the shell syntaxAndrew Bartlett2001-09-191-2/+2
|
* typoAndrew Bartlett2001-09-191-1/+1
|