summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-25Fix memory leak (patch by Steve Langasek)Jelmer Vernooij1-0/+14
(This used to be commit 299a9060e27d341658a7badbbb21401fbcc8f083)
2002-10-25Only run free_private_data when specified (reported by Steve Langasek aka ↵Jelmer Vernooij1-1/+2
vorlon) (This used to be commit ecd3acbfcf912a775718e320c7cb66f60436c546)
2002-10-24Give recycle 3 arguments as required by the VFS interface (patch by metze)Jelmer Vernooij1-1/+2
(This used to be commit 15b9430d9ce43ba7e08338ab9fab657d6763dc02)
2002-10-24Merge tridge's blank password fix from HEAD.Jeremy Allison1-2/+6
Jeremy. (This used to be commit eadfd312ba92a780f655cf117c44b30457f007e8)
2002-10-23Debug level 12 is a typo.Jeremy Allison1-2/+2
Jeremy. (This used to be commit c4e4cc9ce169038c4bb8cdcc477d15a9661d1b8e)
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison8-202/+559
This is not 100% the same as what SuSE shipped in their Samba, there is a crash bug fix, a race condition fix, and a few logic changes I'd like to discuss with Andreas. Added Andreas to (C) notices for posix_acls.c Jeremy. (This used to be commit 40eafb9dde113af9f7f1808fda22908953f7e8c3)
2002-10-22Fix for systems that allow more than 65536 open files per process.Jeremy Allison3-5/+11
Jeremy. (This used to be commit 947a56ce00e552e8b8d2ed64435eabde6225f044)
2002-10-21installcp script is no longer used...Gerald Carter1-1/+1
(This used to be commit 5c2c02b600790570c2036010cbfd7bed1a1598ae)
2002-10-21Initial build for Samba 3.0. Not finished, but at leastGerald Carter2-15/+4
the makerpms.sh completes successfully. (This used to be commit d7ef8cf8da462a1ea9cf114c7ffd33c9a5c3fd9d)
2002-10-21Merge mangle prefix code.Jeremy Allison2-17/+46
Jeremy. (This used to be commit 83261f43326ae65af498399b5c933dfb20df1df7)
2002-10-21trying to sync with SAMBA_2_2Gerald Carter3-190/+80
(This used to be commit e67b9fa1dd579ab3b1a5e2142185ce24e1c27c2b)
2002-10-21removed the following parametersGerald Carter5-317/+94
* postscript * printer driver * printer driver location * printer driver file also removed the get_a_printer_driver_9x_compatible() function (This used to be commit 743f2b8025effe57d8f075ff14a9357123c507a8)
2002-10-21This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User27-0/+13073
used to be commit d39b53ba5486fc09e5332d77aad9a6047b0e91a6)
2002-10-21Add faq chapter about the samba featuresJelmer Vernooij1-0/+376
(This used to be commit b55fe96c1f073e81ce564d16d70cae49e1862cf5)
2002-10-21Don't say we need WINS Replication documentationJelmer Vernooij1-3/+3
(This used to be commit 2bbc4187e76339191aadf8c9503daf7c02ebafbc)
2002-10-21Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij5-9223/+17772
(This used to be commit 66ef6b942e00dc0d7742226f24861445d3bc0eb3)
2002-10-21sync with SAMBA_3_0Gerald Carter2-593/+1
(This used to be commit 07ac86323f71d6228a222a1680d1c7def0eb7109)
2002-10-21merging in changes from HEADGerald Carter1-8/+8
(This used to be commit e8273549a8d92f46db1699e6a41f4618f272ee73)
2002-10-21removing make_printerdef tool and sourcesGerald Carter2-593/+1
(This used to be commit 7bde74ae359da239af4a8398da9efc2f1fd8039e)
2002-10-21Sync with metze's CVS treeJelmer Vernooij1-79/+253
(This used to be commit 2a598d435d3eb46ca28b3591a4f7f9d856ce3c1f)
2002-10-21detect rpm v4.1 (RedHat 8.0)Gerald Carter1-0/+7
(This used to be commit 67dfc8df154893fcd7ed3ea55e04e2cb350ff972)
2002-10-21updating from SAMBA_2_2Gerald Carter3-22/+159
(This used to be commit f40a8baacb79f28834b4186f386e192651596ce4)
2002-10-21Small patch from metze to add 3 parameters to vfs_init, as it requiresJelmer Vernooij1-1/+2
(This used to be commit 4206ebb160e947c70f15e5c434dd1d4df287e665)
2002-10-21Add text doc about what work is left on the docs for 3.0Jelmer Vernooij1-0/+57
(This used to be commit 328c5a92a1dfe7e5bc62a1846bf4e9c7cdb2110c)
2002-10-21Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool1-29/+37
This makes the test suite fail because at the moment they are in fact not behaving the same way. (This used to be commit 44dd7746ede7f7f9efcf7dabcd351b1d800e535c)
2002-10-21Import old pure Python version of tdbpack/unpack, so that we can doMartin Pool1-0/+144
compatibility testing against the shiny new C version. This version is slightly modified to not call codepage conversion routines, and renamed tdbutil->oldtdbutil. (This used to be commit 2dc4373727f73a46cd6135413e50917fb7fa538b)
2002-10-21The libsmb module uses py_ntsec.oTim Potter1-1/+2
(This used to be commit e27d3d20e3c51fc04f37d92c24f38f91b2d1e1e4)
2002-10-21Fixed up tconx function. Implemented nt_create_andx, query_secdescTim Potter1-12/+121
and set_secdesc functions. (This used to be commit 3fd568ef5c984f089e7799d9ff55395330716641)
2002-10-21Whoops - this should be in py_smb.cTim Potter1-52/+0
(This used to be commit b740c7e5050b18bc06865451bed3daf3ae09c609)
2002-10-21Give better error messages for TypeError, which will arise if e.g. youMartin Pool1-10/+24
try to pack an Int using a string tdbpack format. (This used to be commit 6139ab3cbca3fc2969d1e578b38394b1f6aeb9c3)
2002-10-21Merge.Tim Potter3-20/+68
(This used to be commit d3e88cb96f4140a116067449c73479e15946135d)
2002-10-21More cleanups of validation functions.Tim Potter2-19/+66
(This used to be commit a4790ba42cc6ee4086dafbc64b1dba790a6c3583)
2002-10-21Zero some more return values.Tim Potter1-1/+2
(This used to be commit 7f45bad319ace07a5bfc21465a0db919131dd608)
2002-10-21add a 'mangle prefix' option to allow people to tune the number ofAndrew Tridgell3-21/+61
characters used in the prefix for 8.3 names in the hash2 algorithm. The longer the prefix the more readable the 8.3 names will be, but the weaker the hash. this was added because of someone complaining that the new hashing algorithm was unreadable but the old one was broken :) (This used to be commit 3ca3cc838e5b957c7244b21947daddc4ee4c3099)
2002-10-21Merge of validiation cleanups from head.Tim Potter3-13/+46
(This used to be commit 174c8ca814cbb63425207d51f21cf5f80932f743)
2002-10-21level should be a uint32 in enum_ports function.Tim Potter1-1/+1
(This used to be commit 121db5b6821df9c6ec05adb2d35c2dde930736f2)
2002-10-21Stricter validation in python->C conversion functions.Tim Potter1-9/+16
(This used to be commit 672c07e2432299e3b1015af524dc5c124f61f904)
2002-10-21Fixed DRIVER_INFO_3 conversion function to check for dependent_filesTim Potter1-3/+29
key. (This used to be commit 35413be0ac39ce52f009f7750f23b41728d8a35c)
2002-10-21Fix a silly memset typo.Tim Potter1-2/+2
Change a int* to a uint32* in the cli_spoolss_enum_ports() function. (This used to be commit 41a22b3a005876bccacd1f14d70547d2d71d1b1f)
2002-10-21Fix a silly memset typo.Tim Potter1-2/+2
Change a int* to a uint32* in the cli_spoolss_enum_ports() function. (This used to be commit 4663d79d3e9dcfef49f7cef1f6205efe58edbdc1)
2002-10-21reverted an incorrect fix. What I was trying to do was fix a problemAndrew Tridgell1-1/+1
with filenames with spaces in mangle_hash.c but the real problem is that mangle_hash.c assumes that the set of valid characters for 8.3 names is the same as the set of valid characters for long names. Thats an invalid assumption, with space being the obvious example. (This used to be commit e0065f4db4a1cfae03a3bb86e5cfea9c45dfa1c3)
2002-10-21a space is a standard valid character in a filenameAndrew Tridgell1-1/+1
(This used to be commit 0db79d4a379a502362c230a9019d5d71f5af8e0e)
2002-10-21Zero tallocated memory in decode_printer_info, decode_driver_info,Tim Potter1-0/+10
decode_port_info and decode_printerdriver functions. (This used to be commit e28a719f04f8812ce01d78cf84b3a2e2935b674d)
2002-10-21Zero tallocated memory in decode_printer_info, decode_driver_info,Tim Potter1-0/+10
decode_port_info and decode_printerdriver functions. (This used to be commit bf2d9dd5ba2ecc7e0e1bd17049adee6dd80d807c)
2002-10-21Bugfix for pidfile_create() from Kelledin.Tim Potter1-1/+1
(This used to be commit 5a6ab85ea5479d103026032bdab8b2355b9c564c)
2002-10-21Bugfix for pidfile_create() from Kelledin.Tim Potter1-1/+1
(This used to be commit 4808a95f5f4536774d41bebca76660f010069117)
2002-10-20Added stubs for query/set security descriptors on files. Not even close toTim Potter1-0/+52
working yet. (This used to be commit b7ef2e8b41bd6a7225b9f21c65c42b8ef0f82a32)
2002-10-19Fix full_name for info23 as well. Thanks, Andrew.Volker Lendecke1-1/+1
Volker (This used to be commit 382c444225fae54ae577baae8948a64a843a2afc)
2002-10-19This fixes some bugs for NT4 usrmgr.exeVolker Lendecke3-9/+33
Volker (This used to be commit 32d6bcf3acefc77873a7241cc0c7e26241a65301)
2002-10-18must add one to the extra_data size to transfer the 0 string terminator.Herb Lewis1-1/+2
This was causing "wbinfo --sequence" to access past the end of malloced memory. (This used to be commit 4125c582aaf86ee5d92b0c800266543a390aefce)