summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* For some reason, the configure tests for sendfile support in FreeBSDRichard Sharpe2002-12-272-741/+740
| | | | were broken. This works for 4.3 and 4.6.2.
* Update linkJelmer Vernooij2002-12-241-3/+3
|
* Put in actual statusJelmer Vernooij2002-12-241-9/+17
|
* Add note about storing mysql passwords in smb.confJelmer Vernooij2002-12-242-3/+9
|
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-2314-30/+29
| | | | Jeremy.
* the 'padding' field in the query domain info reply is not a paddingAndrew Tridgell2002-12-231-2/+8
| | | | | | 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)
* talloc_init_named -> talloc_init.Jeremy Allison2002-12-229-18/+18
| | | | 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.
* Fixed bug in debug statement when tconX fails.Tim Potter2002-12-201-1/+1
|
* 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
* 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/+9
|
* * 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.
* Start adding code to allow the in memory version of the registry treeRichard Sharpe2002-12-171-23/+168
| | | | structure to be manipulated. Keys can be partially deleted now.
* it's getting comic ...Simo Sorce2002-12-172-1/+60
| | | | yet another missing piece :-O
* Uhmm a bad day to commit changes :-((Simo Sorce2002-12-161-0/+2
|
* merge smbtar fixes from 2.2Herb Lewis2002-12-161-6/+8
|
* oh god, I will forgot my name one of these days :-/Simo Sorce2002-12-161-0/+78
|
* forgont genstruct.pl is needed to build new include files for genparseSimo Sorce2002-12-161-0/+298
| | | | sorry
* 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.
* 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.
* 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.
* Fix write error returning EFBIG - found by Conrad.Jeremy Allison2002-12-111-0/+3
| | | | Jeremy.
* Fix a small bug.Richard Sharpe2002-12-111-2/+2
|
* Improve the iterator wrt values ... Now prints keys and value names.Richard Sharpe2002-12-111-6/+60
| | | | Does not print value values, yet.
* Some more tweaking for compilation of py_tdbpack.Tim Potter2002-12-112-2/+2
|
* Fix client large file reporting.Jeremy Allison2002-12-103-5/+9
| | | | Jeremy
* Tidy up some bits. We can now at least list all the keys.Richard Sharpe2002-12-101-16/+26
| | | | | | More work to do on the iterators and access functions. Still not King. Stinks really.
* fix broken incremental tar - merge from 2.2Herb Lewis2002-12-101-1/+2
| | | | found by "Jacob Anawalt" <anawaltaj@hotmail.com>