summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-10-30- Remove RTLD_GLOBALJelmer Vernooij2-4/+5
2002-10-30added a timegm() function for systems that don't have itAndrew Tridgell3-1/+27
2002-10-30Add init_module_function typedef for new module systemJelmer Vernooij1-0/+3
2002-10-30Add initial vesion of new module systemJelmer Vernooij2-1/+65
2002-10-30Added Buchan Milne's DESTDIR patch.John Terpstra1-15/+15
2002-10-29Add autom4te.cache (used by newer autoconfs)Jelmer Vernooij1-0/+1
2002-10-29Fix a nice little memory leak in our uid changing code.Andrew Bartlett1-0/+2
2002-10-29Added close and unlink functions.Tim Potter1-0/+44
2002-10-28Fix fd leak with kernel change notify.Jeremy Allison1-1/+1
2002-10-28Implement 'net maxrid'. Needed to find the maximum current rid toVolker Lendecke1-0/+79
2002-10-26Fix bug in '-d'Jelmer Vernooij1-1/+1
2002-10-26One more step towards to better PDC.Andrew Bartlett1-208/+330
2002-10-26Make sure that we always return False if the password change never returns.Andrew Bartlett1-4/+8
2002-10-26Updates to winbind's PAM client and server - make the debug logsAndrew Bartlett2-19/+44
2002-10-26Fix problem where an fd would be left open for every printer queue.Jeremy Allison1-0/+27
2002-10-25PURGE_PRINTER fix from APP_HEADGerald Carter1-2/+0
2002-10-25Fix memory leak (patch by Steve Langasek)Jelmer Vernooij1-0/+14
2002-10-25Only run free_private_data when it's specified (reported by Steve Langasek ak...Jelmer Vernooij1-1/+2
2002-10-23Reverted a fix from Volker (sorry). We need to move this fix to the correctJeremy Allison1-0/+3
2002-10-23much simpler code to choose a DC to contact in winbindd. We now alwaysAndrew Tridgell1-55/+6
2002-10-23Debug level 12 is a typo.Jeremy Allison1-2/+2
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-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-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 Tridgell2-17/+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