summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* PURGE_PRINTER fix from APP_HEADGerald Carter2002-10-251-2/+0
|
* Fix memory leak (patch by Steve Langasek)Jelmer Vernooij2002-10-251-0/+14
|
* Only run free_private_data when it's specified (reported by Steve Langasek ↵Jelmer Vernooij2002-10-251-1/+2
| | | | aka vorlon)
* Document -P and -V (patch from Guenther Deschner <gd@suse.de>)Jelmer Vernooij2002-10-241-0/+32
|
* Reverted a fix from Volker (sorry). We need to move this fix to the correctJeremy Allison2002-10-231-0/+3
| | | | | place. Jeremy.
* Move OID documents to web moduleJelmer Vernooij2002-10-232-46/+0
|
* much simpler code to choose a DC to contact in winbindd. We now alwaysAndrew Tridgell2002-10-231-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 Allison2002-10-231-2/+2
| | | | Jeremy.
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-238-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 toAndrew Tridgell2002-10-231-1/+6
| | | | them in winbindd
* fixed a possible segv when dealing with a blank passwordAndrew Tridgell2002-10-231-2/+6
|
* Fix for systems that allow more than 65536 open files per process.Jeremy Allison2002-10-223-5/+11
| | | | Jeremy.
* Some was asking to look at this code, so better it stay there until we ↵Simo Sorce2002-10-225-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 Potter2002-10-211-2/+25
| | | | | Added some basic error handling. Just throw a RuntimeError exception on error.
* Same segfault as in add_groupmem.Volker Lendecke2002-10-211-5/+10
| | | | Volker
* pdb_unix.c did not really expect group RIDs dictated by a PDC and lookingVolker Lendecke2002-10-211-2/+4
| | | | | | like user RIDs. Volker
* merge from samba_3_0Gerald Carter2002-10-215-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 Lendecke2002-10-2116-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 messageVolker Lendecke2002-10-211-1/+7
| | | | | | at me :-) Volker
* Fix usage messageJelmer Vernooij2002-10-211-1/+1
|
* Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij2002-10-215-905/+1144
|
* Add faq chapter about the samba featuresJelmer Vernooij2002-10-211-0/+376
|
* Don't say we need WINS Replication documentationJelmer Vernooij2002-10-211-3/+3
|
* Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij2002-10-215-9223/+17772
|
* sync with SAMBA_3_0Gerald Carter2002-10-212-593/+1
|
* Sync with metze's CVS treeJelmer Vernooij2002-10-211-79/+253
|
* Small patch from metze to add 3 parameters to vfs_init, as it requiresJelmer Vernooij2002-10-211-1/+2
|
* Add text doc about what work is left on the docs for 3.0Jelmer Vernooij2002-10-211-0/+57
|
* Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool2002-10-211-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 doMartin Pool2002-10-211-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.oTim Potter2002-10-211-1/+2
|
* Fixed up tconx function. Implemented nt_create_andx, query_secdescTim Potter2002-10-211-12/+121
| | | | and set_secdesc functions.
* Whoops - this should be in py_smb.cTim Potter2002-10-211-52/+0
|
* Give better error messages for TypeError, which will arise if e.g. youMartin Pool2002-10-211-10/+24
| | | | try to pack an Int using a string tdbpack format.
* More cleanups of validation functions.Tim Potter2002-10-212-19/+66
|
* Zero some more return values.Tim Potter2002-10-211-1/+2
|
* add a 'mangle prefix' option to allow people to tune the number ofAndrew Tridgell2002-10-213-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 Potter2002-10-211-1/+1
|
* Stricter validation in python->C conversion functions.Tim Potter2002-10-211-9/+16
|
* Fixed DRIVER_INFO_3 conversion function to check for dependent_filesTim Potter2002-10-211-3/+29
| | | | key.
* Fix a silly memset typo.Tim Potter2002-10-211-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 problemAndrew Tridgell2002-10-211-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 filenameAndrew Tridgell2002-10-211-1/+1
|
* Zero tallocated memory in decode_printer_info, decode_driver_info,Tim Potter2002-10-211-0/+10
| | | | decode_port_info and decode_printerdriver functions.
* Bugfix for pidfile_create() from Kelledin.Tim Potter2002-10-211-1/+1
|
* Added stubs for query/set security descriptors on files. Not even close toTim Potter2002-10-201-0/+52
| | | | working yet.
* Fix full_name for info23 as well. Thanks, Andrew.Volker Lendecke2002-10-191-1/+1
| | | | Volker
* This fixes some bugs for NT4 usrmgr.exeVolker Lendecke2002-10-193-9/+33
| | | | Volker
* must add one to the extra_data size to transfer the 0 string terminator.Herb Lewis2002-10-181-1/+2
| | | | | This was causing "wbinfo --sequence" to access past the end of malloced memory.
* Don't encourage people to use -P - it's obsoleteJelmer Vernooij2002-10-181-1/+0
|