Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | PURGE_PRINTER fix from APP_HEAD | Gerald Carter | 2002-10-25 | 1 | -2/+0 | |
| | ||||||
* | Fix memory leak (patch by Steve Langasek) | Jelmer Vernooij | 2002-10-25 | 1 | -0/+14 | |
| | ||||||
* | Only run free_private_data when it's specified (reported by Steve Langasek ↵ | Jelmer Vernooij | 2002-10-25 | 1 | -1/+2 | |
| | | | | aka vorlon) | |||||
* | Document -P and -V (patch from Guenther Deschner <gd@suse.de>) | Jelmer Vernooij | 2002-10-24 | 1 | -0/+32 | |
| | ||||||
* | Reverted a fix from Volker (sorry). We need to move this fix to the correct | Jeremy Allison | 2002-10-23 | 1 | -0/+3 | |
| | | | | | place. Jeremy. | |||||
* | Move OID documents to web module | Jelmer Vernooij | 2002-10-23 | 2 | -46/+0 | |
| | ||||||
* | much simpler code to choose a DC to contact in winbindd. We now always | Andrew Tridgell | 2002-10-23 | 1 | -55/+6 | |
| | | | | | choose the server that has the most bits in common in its IP with one of our interfaces. | |||||
* | Debug level 12 is a typo. | Jeremy Allison | 2002-10-23 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. | Jeremy Allison | 2002-10-23 | 8 | -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. | |||||
* | if trusted domains are disabled then we should not try to connect to | Andrew Tridgell | 2002-10-23 | 1 | -1/+6 | |
| | | | | them in winbindd | |||||
* | fixed a possible segv when dealing with a blank password | Andrew Tridgell | 2002-10-23 | 1 | -2/+6 | |
| | ||||||
* | Fix for systems that allow more than 65536 open files per process. | Jeremy Allison | 2002-10-22 | 3 | -5/+11 | |
| | | | | Jeremy. | |||||
* | Some was asking to look at this code, so better it stay there until we ↵ | Simo Sorce | 2002-10-22 | 5 | -0/+1846 | |
| | | | | | | | | decide what to do with it. Last updates are support for the right way to support privileges. Simo. | |||||
* | Fixed bug in session setup kwlist. | Tim Potter | 2002-10-21 | 1 | -2/+25 | |
| | | | | | Added some basic error handling. Just throw a RuntimeError exception on error. | |||||
* | Same segfault as in add_groupmem. | Volker Lendecke | 2002-10-21 | 1 | -5/+10 | |
| | | | | Volker | |||||
* | pdb_unix.c did not really expect group RIDs dictated by a PDC and looking | Volker Lendecke | 2002-10-21 | 1 | -2/+4 | |
| | | | | | | like user RIDs. Volker | |||||
* | merge from samba_3_0 | Gerald Carter | 2002-10-21 | 5 | -317/+94 | |
| | | | | | | | | | | | removed the following parameters * postscript * printer driver * printer driver location * printer driver file also removed the get_a_printer_driver_9x_compatible() function | |||||
* | This moves the group mapping API into the passdb backend. | Volker Lendecke | 2002-10-21 | 16 | -52/+546 | |
| | | | | | | | | | | | | Currently this calls back to mapping.c, but we have the framework to get the information into LDAP and the passdb.tdb (should we? I think so..). This has received moderate testing with net rpc vampire and usrmgr. I found the add_groupmem segfault in add_aliasmem as well, but that will be another checkin. Volker | |||||
* | I was somewhat annoyed by 'pdbedit -a vl' spitting an error message | Volker Lendecke | 2002-10-21 | 1 | -1/+7 | |
| | | | | | | at me :-) Volker | |||||
* | Fix usage message | Jelmer Vernooij | 2002-10-21 | 1 | -1/+1 | |
| | ||||||
* | Remove obsolete acconfig.h - we now use comments in AC_DEFINE() | Jelmer Vernooij | 2002-10-21 | 5 | -905/+1144 | |
| | ||||||
* | Add faq chapter about the samba features | Jelmer Vernooij | 2002-10-21 | 1 | -0/+376 | |
| | ||||||
* | Don't say we need WINS Replication documentation | Jelmer Vernooij | 2002-10-21 | 1 | -3/+3 | |
| | ||||||
* | Recognize FreeBSD5 correctly (not as being sysv...) | Jelmer Vernooij | 2002-10-21 | 5 | -9223/+17772 | |
| | ||||||
* | sync with SAMBA_3_0 | Gerald Carter | 2002-10-21 | 2 | -593/+1 | |
| | ||||||
* | Sync with metze's CVS tree | Jelmer Vernooij | 2002-10-21 | 1 | -79/+253 | |
| | ||||||
* | Small patch from metze to add 3 parameters to vfs_init, as it requires | Jelmer Vernooij | 2002-10-21 | 1 | -1/+2 | |
| | ||||||
* | Add text doc about what work is left on the docs for 3.0 | Jelmer Vernooij | 2002-10-21 | 1 | -0/+57 | |
| | ||||||
* | Test both new samba.tdbpack and oldtdbutil pack/unpack routines. | Martin Pool | 2002-10-21 | 1 | -29/+37 | |
| | | | | | This makes the test suite fail because at the moment they are in fact not behaving the same way. | |||||
* | Import old pure Python version of tdbpack/unpack, so that we can do | Martin Pool | 2002-10-21 | 1 | -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. | |||||
* | The libsmb module uses py_ntsec.o | Tim Potter | 2002-10-21 | 1 | -1/+2 | |
| | ||||||
* | Fixed up tconx function. Implemented nt_create_andx, query_secdesc | Tim Potter | 2002-10-21 | 1 | -12/+121 | |
| | | | | and set_secdesc functions. | |||||
* | Whoops - this should be in py_smb.c | Tim Potter | 2002-10-21 | 1 | -52/+0 | |
| | ||||||
* | Give better error messages for TypeError, which will arise if e.g. you | Martin Pool | 2002-10-21 | 1 | -10/+24 | |
| | | | | try to pack an Int using a string tdbpack format. | |||||
* | More cleanups of validation functions. | Tim Potter | 2002-10-21 | 2 | -19/+66 | |
| | ||||||
* | Zero some more return values. | Tim Potter | 2002-10-21 | 1 | -1/+2 | |
| | ||||||
* | add a 'mangle prefix' option to allow people to tune the number of | Andrew Tridgell | 2002-10-21 | 3 | -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 :) | |||||
* | level should be a uint32 in enum_ports function. | Tim Potter | 2002-10-21 | 1 | -1/+1 | |
| | ||||||
* | Stricter validation in python->C conversion functions. | Tim Potter | 2002-10-21 | 1 | -9/+16 | |
| | ||||||
* | Fixed DRIVER_INFO_3 conversion function to check for dependent_files | Tim Potter | 2002-10-21 | 1 | -3/+29 | |
| | | | | key. | |||||
* | Fix a silly memset typo. | Tim Potter | 2002-10-21 | 1 | -2/+2 | |
| | | | | Change a int* to a uint32* in the cli_spoolss_enum_ports() function. | |||||
* | reverted an incorrect fix. What I was trying to do was fix a problem | Andrew Tridgell | 2002-10-21 | 1 | -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. | |||||
* | a space is a standard valid character in a filename | Andrew Tridgell | 2002-10-21 | 1 | -1/+1 | |
| | ||||||
* | Zero tallocated memory in decode_printer_info, decode_driver_info, | Tim Potter | 2002-10-21 | 1 | -0/+10 | |
| | | | | decode_port_info and decode_printerdriver functions. | |||||
* | Bugfix for pidfile_create() from Kelledin. | Tim Potter | 2002-10-21 | 1 | -1/+1 | |
| | ||||||
* | Added stubs for query/set security descriptors on files. Not even close to | Tim Potter | 2002-10-20 | 1 | -0/+52 | |
| | | | | working yet. | |||||
* | Fix full_name for info23 as well. Thanks, Andrew. | Volker Lendecke | 2002-10-19 | 1 | -1/+1 | |
| | | | | Volker | |||||
* | This fixes some bugs for NT4 usrmgr.exe | Volker Lendecke | 2002-10-19 | 3 | -9/+33 | |
| | | | | Volker | |||||
* | must add one to the extra_data size to transfer the 0 string terminator. | Herb Lewis | 2002-10-18 | 1 | -1/+2 | |
| | | | | | This was causing "wbinfo --sequence" to access past the end of malloced memory. | |||||
* | Don't encourage people to use -P - it's obsolete | Jelmer Vernooij | 2002-10-18 | 1 | -1/+0 | |
| |