summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-10-21sync with SAMBA_3_0Gerald Carter2-593/+1
2002-10-21merging in changes from HEADGerald Carter1-8/+8
2002-10-21removing make_printerdef tool and sourcesGerald Carter2-593/+1
2002-10-21Sync with metze's CVS treeJelmer Vernooij1-79/+253
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-21Merge.Tim Potter3-20/+68
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 Tridgell2-17/+46
2002-10-21Merge of validiation cleanups from head.Tim Potter3-13/+46
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-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-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-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-18Format objectGUIDs on ads dumps.Jim McDonough2-5/+53
2002-10-18Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison2-61/+135
2002-10-18Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison2-48/+106
2002-10-18NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2-1/+2
2002-10-18NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2-1/+2
2002-10-18Add extra parm to cli_full_connection. Tim, you should probably take a look ...Jim McDonough1-1/+1
2002-10-18Add extra parm to cli_full_connection call. Tim, you should probably look at...Jim McDonough1-1/+1
2002-10-18Fix build. An extra parm was added to cli_full_connection but not locktest2.c.Jim McDonough1-1/+2
2002-10-18Fix build. Extra parm was added to cli_full_connection, but not in locktest2.c.Jim McDonough1-1/+2
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison10-29/+99
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison10-29/+99
2002-10-17Revert changesVolker Lendecke2-25/+17
2002-10-17Revert changesVolker Lendecke1-24/+22
2002-10-17Merge NULL relstr fix from HEAD.Tim Potter1-0/+3
2002-10-17When unmarshalling a relstr, don't unmarshall the string data if theTim Potter1-0/+3
2002-10-17Ignore python build directory.Tim Potter1-0/+1
2002-10-17Ignore python build directory.Tim Potter1-0/+1
2002-10-17Merge of SMB_ASSERT.Tim Potter1-2/+3