summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison8-202/+559
2002-10-23if trusted domains are disabled then we should not try to connect toAndrew Tridgell1-1/+6
2002-10-23fixed a possible segv when dealing with a blank passwordAndrew Tridgell1-2/+6
2002-10-22Fix for systems that allow more than 65536 open files per process.Jeremy Allison3-5/+11
2002-10-22Some was asking to look at this code, so better it stay there until we decide...Simo Sorce5-0/+1846
2002-10-21Fixed bug in session setup kwlist.Tim Potter1-2/+25
2002-10-21Same segfault as in add_groupmem.Volker Lendecke1-5/+10
2002-10-21pdb_unix.c did not really expect group RIDs dictated by a PDC and lookingVolker Lendecke1-2/+4
2002-10-21merge from samba_3_0Gerald Carter5-317/+94
2002-10-21This moves the group mapping API into the passdb backend.Volker Lendecke16-52/+546
2002-10-21I was somewhat annoyed by 'pdbedit -a vl' spitting an error messageVolker Lendecke1-1/+7
2002-10-21Fix usage messageJelmer Vernooij1-1/+1
2002-10-21Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij5-905/+1144
2002-10-21Add faq chapter about the samba featuresJelmer Vernooij1-0/+376
2002-10-21Don't say we need WINS Replication documentationJelmer Vernooij1-3/+3
2002-10-21Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij5-9223/+17772
2002-10-21sync with SAMBA_3_0Gerald Carter2-593/+1
2002-10-21Sync with metze's CVS treeJelmer Vernooij1-79/+253
2002-10-21Small patch from metze to add 3 parameters to vfs_init, as it requiresJelmer Vernooij1-1/+2
2002-10-21Add text doc about what work is left on the docs for 3.0Jelmer Vernooij1-0/+57
2002-10-21Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool1-29/+37
2002-10-21Import old pure Python version of tdbpack/unpack, so that we can doMartin Pool1-0/+144
2002-10-21The libsmb module uses py_ntsec.oTim Potter1-1/+2
2002-10-21Fixed up tconx function. Implemented nt_create_andx, query_secdescTim Potter1-12/+121
2002-10-21Whoops - this should be in py_smb.cTim Potter1-52/+0
2002-10-21Give better error messages for TypeError, which will arise if e.g. youMartin Pool1-10/+24
2002-10-21More cleanups of validation functions.Tim Potter2-19/+66
2002-10-21Zero some more return values.Tim Potter1-1/+2
2002-10-21add a 'mangle prefix' option to allow people to tune the number ofAndrew Tridgell3-21/+61
2002-10-21level should be a uint32 in enum_ports function.Tim Potter1-1/+1
2002-10-21Stricter validation in python->C conversion functions.Tim Potter1-9/+16
2002-10-21Fixed DRIVER_INFO_3 conversion function to check for dependent_filesTim Potter1-3/+29
2002-10-21Fix a silly memset typo.Tim Potter1-2/+2
2002-10-21reverted an incorrect fix. What I was trying to do was fix a problemAndrew Tridgell1-1/+1
2002-10-21a space is a standard valid character in a filenameAndrew Tridgell1-1/+1
2002-10-21Zero tallocated memory in decode_printer_info, decode_driver_info,Tim Potter1-0/+10
2002-10-21Bugfix for pidfile_create() from Kelledin.Tim Potter1-1/+1
2002-10-20Added stubs for query/set security descriptors on files. Not even close toTim Potter1-0/+52
2002-10-19Fix full_name for info23 as well. Thanks, Andrew.Volker Lendecke1-1/+1
2002-10-19This fixes some bugs for NT4 usrmgr.exeVolker Lendecke3-9/+33
2002-10-18must add one to the extra_data size to transfer the 0 string terminator.Herb Lewis1-1/+2
2002-10-18Don't encourage people to use -P - it's obsoleteJelmer Vernooij1-1/+0
2002-10-18It seems that I'm meant to be using the helper function here, not the structAndrew Bartlett1-1/+1
2002-10-18Document parameters that have been added in 3.0Jelmer Vernooij4-5/+15
2002-10-18Update for 3.0 (document -B, -s, -n options). Is now currentJelmer Vernooij1-1/+30
2002-10-18smb.conf.5 is completely up-to-date for 3.0 now. Say so in the VERSION sectionJelmer Vernooij1-1/+1
2002-10-18Try to put some questions from the mailinglist inJelmer Vernooij1-0/+8
2002-10-18Add FAQ 'I have set 'force user' and samba still makes 'root' the owner of al...Jelmer Vernooij2-0/+13
2002-10-18Document %D. Make a difference between sub_basic and sub_advanced substitutionsJelmer Vernooij1-54/+59
2002-10-18Format objectGUIDs on ads dumps.Jim McDonough2-5/+53