summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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.
| * Begin to handle Security descriptors for keys.Richard Sharpe2002-12-131-0/+95
| |
| * Guy Harris points out that the level and ptr fields in aTim Potter2002-12-131-0/+4
| | | | | | | | | | | | SPOOL_USER_CTR look like they should be transposed. We don't make use of the user level information (what is it used for??) so I haven't changed any code, just added a comment.
* | from HEAD:Simo Sorce2002-12-311-1/+1
| | | | | | | | fix for bad check spotted by Ray Simard <ray@sylvan-glade.com>
* | Merge tridge's fix :Jeremy Allison2002-12-311-2/+8
| | | | | | | | | | | | | | | | the 'padding' field in the query domain info reply is not a padding field at all. It seems to be an optional 12 byte structure of some kind. mkaplan found a situation where the structure was not present at all (depending on ptr_0) Jeremy.
* | 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 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.
* | 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.
* | 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
| |
* | 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.
* | merge smbtar fix from 2.2Herb Lewis2002-12-161-6/+8
| |
* | fix usage messageGerald Carter2002-12-161-2/+3
| |
* | 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.
* | merge of get_dc_name()-like code from APP_HEAD; better support password ↵Gerald Carter2002-12-135-139/+49
| | | | | | | | server = DC1 *
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-12-122-0/+106
|\|
| * merge of get_dc_name()-like code from APP_HEAD; better support password ↵Gerald Carter2002-12-126-142/+156
| | | | | | | | server = DC1 *
| * ignore editregGerald Carter2002-12-121-0/+1
| |
| * merge of smbpasswd segfault from SAMBA_2_2Gerald Carter2002-12-121-7/+10
| |
| * CR1333: Fix memory leak when unpacking some structures.Martin Pool2002-12-121-10/+15
| | | | | | | | | | | | * (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 .pyc and .pyo files produced as a side-effect of runningMartin Pool2002-12-121-0/+2
| | | | | | | | Python examples.
| * Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison2002-12-122-1/+6
| | | | | | | | Jeremy.
| * Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-117-69/+83
| | | | | | | | Jeremy.