summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2002-12-302-0/+10
| | | | | | | | | | Check return in ldap. Jeremy.
* | Merge Richard's write > 4Gb fix.Jeremy Allison2002-12-301-2/+12
| | | | | | | | Jeremy.
* | Revert by Simo's request. HEAD and 3.0 should be in sync forJeremy Allison2002-12-281-10/+2
| | | | | | | | | | this except for the modules load. Jeremy.
* | Patch for coredump with missing arg from "Bradley W. Langhorst" ↵Jeremy Allison2002-12-281-1/+8
| | | | | | | | | | | | <brad@langhorst.com> Jeremy.
* | Modify DfsEnum to handle 'msdfs proxy' shares. No NETDFS editing support forShirish Kalele2002-12-281-23/+27
| | | | | | | | the proxy target.
* | Add 'msdfs proxy' description to smb.conf docs.Shirish Kalele2002-12-273-890/+649
| |
* | Add check to prevent non-Dfs clients from connecting to an msdfs proxy.Shirish Kalele2002-12-271-0/+7
| |
* | Add msdfs proxy functionality; a CIFS share can directly be a stand-in forShirish Kalele2002-12-272-1/+25
| | | | | | | | | | another share, and when clients connect to the first share, they will be redirected to the proxied share.
* | syncJelmer Vernooij2002-12-241-0/+1
| |
* | Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-2313-29/+28
| | | | | | | | Jeremy.
* | talloc_init_named -> talloc_init.Jeremy Allison2002-12-223-7/+7
| | | | | | | | Jeremy.
* | Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-2040-84/+179
| | | | | | | | | | named. Ensure we can query them. Jeremy.
* | Merge removal of unpopular winbind client environment variable.Tim Potter2002-12-203-47/+1
| |
* | Formatting syncup.Tim Potter2002-12-201-2/+4
| |
* | Merge from HEAD:Tim Potter2002-12-201-6/+13
| | | | | | | | >Fix fnum leak under error condition in cacl_dump.
* | Merge of some kind of bugfix from idra.Tim Potter2002-12-201-1/+2
| |
* | Merge from HEAD:Tim Potter2002-12-201-2/+0
| | | | | | | | >fix rpcclient querygroup command (from 2.2 and head)
* | Whitespace syncup.Tim Potter2002-12-201-1/+1
| |
* | Merge of comment about apparent spoolss_io_user_info weirdness.Tim Potter2002-12-201-0/+4
| |
* | Merge from HEAD.Tim Potter2002-12-202-3/+9
| | | | | | | | | | - null termination of winbind request fix - bail out if we can't open winbind socket
* | Merge from HEAD. lp_winbind_separator() is now a const string.Tim Potter2002-12-201-1/+1
| |
* | Merge some more FUNCTION_MACRO stuff.Tim Potter2002-12-201-5/+5
| |
* | Merge from HEAD:Tim Potter2002-12-201-10/+15
| | | | | | | | | | | | | | | | >CR1333: Fix memory leak when unpacking some structures. > >* (pytdbunpack_item): PyList_Append creates an additional reference to > the appended object. Therefore, release the initial reference after > it's added to the list.
* | Ignore python compiled files.Tim Potter2002-12-200-0/+0
| |
* | Protect nmbd against malformed reply packets. Some reports on the lists showingJeremy Allison2002-12-191-1/+10
| | | | | | | | | | these. Jeremy.
* | merge from 2.2 fix for smbclient large filesHerb Lewis2002-12-192-19/+27
| |
* | merge from 2.2Herb Lewis2002-12-191-0/+2
| | | | | | | | actually print args for %g and %e
* | Updated from Samba-2.2.7 code tree.John Terpstra2002-12-181-5/+5
| |
* | Applied typoe fix from SuSE.John Terpstra2002-12-181-2/+2
| |
* | Fixed typo.John Terpstra2002-12-181-1/+1
| |
* | app_head merge for get_friendly_nt_err()Gerald Carter2002-12-171-2/+2
| |
* | fix make proto to work with SGI smakeHerb Lewis2002-12-171-4/+8
| |
* | * fix memory leak when constructing an driver_level_6 structureGerald Carter2002-12-171-1/+7
| | | | | | | | and no dependent files (working on smbd memory leak). No CR# yet.
* | Added Registry update to remove roaming profiles from local machine cache.John Terpstra2002-12-171-0/+11
| | | | | | | | NOTE: This works with NT4, Win2K, WinXP.
* | merge smbtar fix from 2.2Herb Lewis2002-12-161-6/+8
| |
* | Add win32 utility to query driver capabilities to publishJim McDonough2002-12-160-0/+0
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-12-162-0/+250
|\|
| * Add win32 utility to query driver capabilities to publishJim McDonough2002-12-162-0/+250
| |
| * fix usage messageGerald Carter2002-12-161-2/+3
| |
| * updates to the gumsSimo Sorce2002-12-167-107/+1633
| | | | | | | | introduce genparser will be used by tdbsam2
| * We now read in the whole of the registry, including security bits.Richard Sharpe2002-12-161-13/+21
| | | | | | | | | | | | Still have to make sure that the datastructure is correct, though. Then on to writing it out and editing/changing keys, values and sec_descriptors
| * Fix fnum leak under error condition in cacl_dump.Tim Potter2002-12-151-6/+13
| |
| * All the code for reading in the registy is done, but I have a malloc'dRichard Sharpe2002-12-151-21/+83
| | | | | | | | area overrun somewhere :-(
| * Almost finished processing the registry encoded SEC DESC ...Richard Sharpe2002-12-151-1/+102
| | | | | | | | Soon to move onto writing these things out.
| * More code to read in and create security descriptor entries ...Richard Sharpe2002-12-141-28/+121
| |
| * Ensure talloc pool query messages are reserved.Jeremy Allison2002-12-141-0/+4
| | | | | | | | Jeremy.
| * The name pointer in the talloc context must not be a talloced entry asJeremy Allison2002-12-141-2/+13
| | | | | | | | | | calling talloc_destroy_pool(as we do sometimes) will destroy it. Jeremy.
| * Store printer guid in the dsspooler registry key so we don't have toJim McDonough2002-12-132-106/+187
| | | | | | | | query the directory server every time someone asks
| * Fix for old DOS client when veto files is set to /.*/Jeremy Allison2002-12-131-1/+1
| | | | | | | | Jeremy.
| * More printer publishing code.Jim McDonough2002-12-134-13/+86
| | | | | | | | | | | | | | | | - Add published attribute to info2, needed for win clients to work properly - Return proper info on getprinter 7 This means you can now look at the sharing tab of a printer and get correct info about whether it is published or not, and change it.