Age | Commit message (Expand) | Author | Files | Lines |
2002-10-25 | Fix memory leak (patch by Steve Langasek) | Jelmer Vernooij | 1 | -0/+14 |
2002-10-25 | Only run free_private_data when specified (reported by Steve Langasek aka vor... | Jelmer Vernooij | 1 | -1/+2 |
2002-10-24 | Give recycle 3 arguments as required by the VFS interface (patch by metze) | Jelmer Vernooij | 1 | -1/+2 |
2002-10-24 | Merge tridge's blank password fix from HEAD. | Jeremy Allison | 1 | -2/+6 |
2002-10-23 | Debug level 12 is a typo. | Jeremy Allison | 1 | -2/+2 |
2002-10-23 | First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. | Jeremy Allison | 8 | -202/+559 |
2002-10-22 | Fix for systems that allow more than 65536 open files per process. | Jeremy Allison | 3 | -5/+11 |
2002-10-21 | installcp script is no longer used... | Gerald Carter | 1 | -1/+1 |
2002-10-21 | Initial build for Samba 3.0. Not finished, but at least | Gerald Carter | 2 | -15/+4 |
2002-10-21 | Merge mangle prefix code. | Jeremy Allison | 2 | -17/+46 |
2002-10-21 | trying to sync with SAMBA_2_2 | Gerald Carter | 3 | -190/+80 |
2002-10-21 | removed the following parameters | Gerald Carter | 5 | -317/+94 |
2002-10-21 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 27 | -0/+13073 |
2002-10-21 | Add faq chapter about the samba features | Jelmer Vernooij | 1 | -0/+376 |
2002-10-21 | Don't say we need WINS Replication documentation | Jelmer Vernooij | 1 | -3/+3 |
2002-10-21 | Recognize FreeBSD5 correctly (not as being sysv...) | Jelmer Vernooij | 5 | -9223/+17772 |
2002-10-21 | sync with SAMBA_3_0 | Gerald Carter | 2 | -593/+1 |
2002-10-21 | merging in changes from HEAD | Gerald Carter | 1 | -8/+8 |
2002-10-21 | removing make_printerdef tool and sources | Gerald Carter | 2 | -593/+1 |
2002-10-21 | Sync with metze's CVS tree | Jelmer Vernooij | 1 | -79/+253 |
2002-10-21 | detect rpm v4.1 (RedHat 8.0) | Gerald Carter | 1 | -0/+7 |
2002-10-21 | updating from SAMBA_2_2 | Gerald Carter | 3 | -22/+159 |
2002-10-21 | Small patch from metze to add 3 parameters to vfs_init, as it requires | Jelmer Vernooij | 1 | -1/+2 |
2002-10-21 | Add text doc about what work is left on the docs for 3.0 | Jelmer Vernooij | 1 | -0/+57 |
2002-10-21 | Test both new samba.tdbpack and oldtdbutil pack/unpack routines. | Martin Pool | 1 | -29/+37 |
2002-10-21 | Import old pure Python version of tdbpack/unpack, so that we can do | Martin Pool | 1 | -0/+144 |
2002-10-21 | The libsmb module uses py_ntsec.o | Tim Potter | 1 | -1/+2 |
2002-10-21 | Fixed up tconx function. Implemented nt_create_andx, query_secdesc | Tim Potter | 1 | -12/+121 |
2002-10-21 | Whoops - this should be in py_smb.c | Tim Potter | 1 | -52/+0 |
2002-10-21 | Give better error messages for TypeError, which will arise if e.g. you | Martin Pool | 1 | -10/+24 |
2002-10-21 | Merge. | Tim Potter | 3 | -20/+68 |
2002-10-21 | More cleanups of validation functions. | Tim Potter | 2 | -19/+66 |
2002-10-21 | Zero some more return values. | Tim Potter | 1 | -1/+2 |
2002-10-21 | add a 'mangle prefix' option to allow people to tune the number of | Andrew Tridgell | 3 | -21/+61 |
2002-10-21 | Merge of validiation cleanups from head. | Tim Potter | 3 | -13/+46 |
2002-10-21 | level should be a uint32 in enum_ports function. | Tim Potter | 1 | -1/+1 |
2002-10-21 | Stricter validation in python->C conversion functions. | Tim Potter | 1 | -9/+16 |
2002-10-21 | Fixed DRIVER_INFO_3 conversion function to check for dependent_files | Tim Potter | 1 | -3/+29 |
2002-10-21 | Fix a silly memset typo. | Tim Potter | 1 | -2/+2 |
2002-10-21 | Fix a silly memset typo. | Tim Potter | 1 | -2/+2 |
2002-10-21 | reverted an incorrect fix. What I was trying to do was fix a problem | Andrew Tridgell | 1 | -1/+1 |
2002-10-21 | a space is a standard valid character in a filename | Andrew Tridgell | 1 | -1/+1 |
2002-10-21 | Zero tallocated memory in decode_printer_info, decode_driver_info, | Tim Potter | 1 | -0/+10 |
2002-10-21 | Zero tallocated memory in decode_printer_info, decode_driver_info, | Tim Potter | 1 | -0/+10 |
2002-10-21 | Bugfix for pidfile_create() from Kelledin. | Tim Potter | 1 | -1/+1 |
2002-10-21 | Bugfix for pidfile_create() from Kelledin. | Tim Potter | 1 | -1/+1 |
2002-10-20 | Added stubs for query/set security descriptors on files. Not even close to | Tim Potter | 1 | -0/+52 |
2002-10-19 | Fix full_name for info23 as well. Thanks, Andrew. | Volker Lendecke | 1 | -1/+1 |
2002-10-19 | This fixes some bugs for NT4 usrmgr.exe | Volker Lendecke | 3 | -9/+33 |
2002-10-18 | must add one to the extra_data size to transfer the 0 string terminator. | Herb Lewis | 1 | -1/+2 |