summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* | talloc_init_named -> talloc_init.Jeremy Allison2002-12-223-7/+7
| | | | | | | | | | Jeremy. (This used to be commit 35d00bacdc4b48c9b9e2ba9d4335c53a13f40f73)
* | Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-2040-84/+179
| | | | | | | | | | | | named. Ensure we can query them. Jeremy. (This used to be commit 09a218a9f6fb0bd922940467bf8500eb4f1bcf84)
* | Merge removal of unpopular winbind client environment variable.Tim Potter2002-12-203-47/+1
| | | | | | | | (This used to be commit 0637f582fe1d41f8ef247e5989f84caa72162f05)
* | Formatting syncup.Tim Potter2002-12-201-2/+4
| | | | | | | | (This used to be commit 4277262c74ef16971658f53edd403b335542d9f2)
* | Merge from HEAD:Tim Potter2002-12-201-6/+13
| | | | | | | | | | >Fix fnum leak under error condition in cacl_dump. (This used to be commit cd11f10e841fd53538164f283dc81232ff36638a)
* | Merge of some kind of bugfix from idra.Tim Potter2002-12-201-1/+2
| | | | | | | | (This used to be commit 0f556b1c0258b2cafa00b9eb2b213bec0ff88d86)
* | Merge from HEAD:Tim Potter2002-12-201-2/+0
| | | | | | | | | | >fix rpcclient querygroup command (from 2.2 and head) (This used to be commit 77b403434f85d54fa573d9344024966d32f415ef)
* | Whitespace syncup.Tim Potter2002-12-201-1/+1
| | | | | | | | (This used to be commit 7a4a2cb8e86ae8ed0bd877f0cfa324e23b96593a)
* | Merge of comment about apparent spoolss_io_user_info weirdness.Tim Potter2002-12-201-0/+4
| | | | | | | | (This used to be commit 872c152d35d5b7d1dc8a1d259c668f9bf42fc979)
* | Merge from HEAD.Tim Potter2002-12-202-3/+9
| | | | | | | | | | | | - null termination of winbind request fix - bail out if we can't open winbind socket (This used to be commit 102e490d683c0758a9798a3c15e748509690c95b)
* | Merge from HEAD. lp_winbind_separator() is now a const string.Tim Potter2002-12-201-1/+1
| | | | | | | | (This used to be commit 1f2622f5ccae3ac2102a736cdc60b44d5aad5b07)
* | Merge some more FUNCTION_MACRO stuff.Tim Potter2002-12-201-5/+5
| | | | | | | | (This used to be commit adb34ee5b183d17ec0c26ec2cf4f591822c59900)
* | 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. (This used to be commit 36091157b24cfbd76c15ddc20681a1feeaa706db)
* | Protect nmbd against malformed reply packets. Some reports on the lists showingJeremy Allison2002-12-191-1/+10
| | | | | | | | | | | | these. Jeremy. (This used to be commit 4bc49cc943504d1a9a73894f6810bc755ee6e324)
* | merge from 2.2 fix for smbclient large filesHerb Lewis2002-12-192-19/+27
| | | | | | | | (This used to be commit 17f685fdbf5d36f82e3da0a09457f5e248b3f109)
* | merge from 2.2Herb Lewis2002-12-191-0/+2
| | | | | | | | | | actually print args for %g and %e (This used to be commit 077c515ee9d9976a5306c9f99a7bf45c8fc49dc9)
* | Updated from Samba-2.2.7 code tree.John Terpstra2002-12-181-5/+5
| | | | | | | | (This used to be commit 316321308108dcb7b06acac5dccecd18e9b46dd3)
* | app_head merge for get_friendly_nt_err()Gerald Carter2002-12-171-2/+2
| | | | | | | | (This used to be commit 5b311250257b3c45879a85ac46d6b6aa316514bf)
* | fix make proto to work with SGI smakeHerb Lewis2002-12-171-4/+8
| | | | | | | | (This used to be commit 24dfb8c745c20968b413466003a16b5e3ab40a24)
* | * 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. (This used to be commit 416fd947da4463f5d4dc336dfddf5ce35f50fae9)
* | merge smbtar fix from 2.2Herb Lewis2002-12-161-6/+8
| | | | | | | | (This used to be commit 41188337c3fa8c716dc7a4721ee5c31e5ddd928d)
* | fix usage messageGerald Carter2002-12-161-2/+3
| | | | | | | | (This used to be commit d06e77b60e123314c4214ffa3e76f70abb8a3cba)
* | Ensure talloc pool query messages are reserved.Jeremy Allison2002-12-141-0/+4
| | | | | | | | | | Jeremy. (This used to be commit 10328a417f070dd0f7e7f2e34501b8402c5c478a)
* | 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. (This used to be commit bcd22a9039b0fb3697ebc4377898cc7ecfd853cc)
* | 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 (This used to be commit dd81003bddc17522041e1cd2f0484e1760493e4a)
* | Fix for old DOS client when veto files is set to /.*/Jeremy Allison2002-12-131-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 8e9f3b1574cd51d6b9880d9c8a676e695cd86062)
* | 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. (This used to be commit d57bddc9b22e809c79294c7eacbd5d0f115fe990)
* | merge of get_dc_name()-like code from APP_HEAD; better support password ↵Gerald Carter2002-12-135-139/+49
| | | | | | | | | | | | server = DC1 * (This used to be commit f49de4c5176bf635ac080e082fda412066b466c8)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-12-122-0/+106
|\| | | | | | | used to be commit bdb5206b45a3e1360cc1a7e9f87299eeaa3c8d9c)
| * merge of get_dc_name()-like code from APP_HEAD; better support password ↵Gerald Carter2002-12-126-142/+156
| | | | | | | | | | | | server = DC1 * (This used to be commit 6b18ca9511ddcf1718f222af3f61491d1e5f3b60)
| * ignore editregGerald Carter2002-12-121-0/+1
| | | | | | | | (This used to be commit a48d8d3f118261a8e632a7e9c80f3cda4afdfaa1)
| * merge of smbpasswd segfault from SAMBA_2_2Gerald Carter2002-12-121-7/+10
| | | | | | | | (This used to be commit 8311c4bf8d9697f5a65a00300b60dfde12e46ae7)
| * 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. (This used to be commit 1e63dc101a5085a46b9632ba657e5d5cd7505751)
| * * Ignore .pyc and .pyo files produced as a side-effect of runningMartin Pool2002-12-121-0/+2
| | | | | | | | | | Python examples. (This used to be commit 3bb4bd3ed642a61e54c44c40c31f0e2242977614)
| * Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison2002-12-122-1/+6
| | | | | | | | | | Jeremy. (This used to be commit ac856fbb96e5ed21992972805b27cc8c3f9377df)
| * Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-117-69/+83
| | | | | | | | | | Jeremy. (This used to be commit ff3a8d37289216a2cb808406044a7abef1e564d0)
| * Fix write error returning EFBIG - found by Conrad.Jeremy Allison2002-12-111-0/+3
| | | | | | | | | | Jeremy. (This used to be commit 2d63fc7760634308cc280e4d745a6f7398f75d20)
| * Fix a small bug.Richard Sharpe2002-12-111-2/+2
| | | | | | | | (This used to be commit 16e0a3cc0834b691fcfec75d20dfdd5fa4d0afa6)
| * Improve the iterator wrt values ... Now prints keys and value names.Richard Sharpe2002-12-111-6/+60
| | | | | | | | | | Does not print value values, yet. (This used to be commit fbdd850e5a53e6e2c60dbf1eb6cdcf732307135f)
| * Some more tweaking for compilation of py_tdbpack.Tim Potter2002-12-112-2/+2
| | | | | | | | (This used to be commit 89be695b2997e97dfc40afd17bb61b59b85634e4)
| * Fix client large file reporting.Jeremy Allison2002-12-103-5/+9
| | | | | | | | | | Jeremy (This used to be commit 185804ac945e717a5e3d3602e8118b35080f6251)
| * 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. (This used to be commit f4235ae1e6e691436d3b6dc2e903950b514a7601)
| * fix broken incremental tar - merge from 2.2Herb Lewis2002-12-101-1/+2
| | | | | | | | | | found by "Jacob Anawalt" <anawaltaj@hotmail.com> (This used to be commit 52fdb787d426976941080acff126d592b288f301)
| * Add support to Makefile.in for editregRichard Sharpe2002-12-102-4/+6
| | | | | | | | | | Fix a couple of duplicated macros. (This used to be commit 5273844a748230f710d860e33bdcde1c0b1e6c6f)
| * Complete more of the code. An iterator is close to complete. Compiles,Richard Sharpe2002-12-101-18/+87
| | | | | | | | | | but not tested as yet. (This used to be commit 6b2943122a5008e0b06b52fcefd5e88326d9ecaa)
| * Clean up the code some more. Create more elements of the tree.Richard Sharpe2002-12-101-7/+84
| | | | | | | | | | | | | | | | Security Descriptors/Keys not yet processed. Make debugging printfs only occur if verbose is set. Create an iterator for the registry key. Still not King. Bother! (This used to be commit 8bc6aa72f533976493dba7c70a95cdfc8856f0d4)
| * The _abs time functions should not be converting from/to GMT.Jeremy Allison2002-12-101-18/+11
| | | | | | | | | | | | Patch from "Jordan Russell" <jr-list-samba-technical@quo.to> Jeremy. (This used to be commit aecc9db60a3c8227e2d24c775282cf6c1a37efaa)
| * finnally put in Alexander parametric pacthSimo Sorce2002-12-092-115/+319
| | | | | | | | (This used to be commit e6ae8b4eac66637d398406545654bba960d9e6b8)
| * make vfs recycle use vfs facilities correctly!Simo Sorce2002-12-092-23/+148
| | | | | | | | | | | | | | | | | | 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. (This used to be commit 6dfa46098679681a6d2c931395d6eeae2a978466)
| * Handle the creation of more parts of the tree ... Still have to do SK recordsRichard Sharpe2002-12-091-3/+38
| | | | | | | | | | | | | | | | and the data parts of the VK records. Also have to code up routines that can iterate across keys and values, as well as return values associated with a particular key, etc. (This used to be commit 8dd608f7adeab33655b7eb139185108a69f64906)