summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-03-26Don't hold the mutex for more than 20 seconds.Jeremy Allison3-7/+37
2002-03-26Added code for smb messaging. winbindd now responds to the smbcontrolTim Potter1-2/+15
2002-03-26Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison1-1/+1
2002-03-26Moved conv functions to separate file.Tim Potter2-211/+99
2002-03-26#include "py_conv.h"Tim Potter1-0/+2
2002-03-26Added ports and conversion routines.Tim Potter1-1/+3
2002-03-26Regenerated patch.Tim Potter1-12/+11
2002-03-26Port related functions.Tim Potter2-0/+127
2002-03-26Samba structure <-> Python dictionary helper functions.Tim Potter2-0/+161
2002-03-26Moved form related functions as methods in the policy handle object.Tim Potter2-58/+49
2002-03-26Append $(srcdir) to include directories.Tim Potter1-9/+15
2002-03-26Pass $(srcdir) to setup.pyTim Potter1-0/+1
2002-03-26Renamed internal methods so as not to clash with symbols within Samba.Tim Potter1-23/+175
2002-03-26OpenPrinter() merge from 2.2Gerald Carter5-27/+282
2002-03-26Removed unused variable.Jeremy Allison1-3/+0
2002-03-26Tests for insane open semantics.Jeremy Allison1-7/+68
2002-03-26Matched W2K *insane* open semantics....Jeremy Allison1-0/+18
2002-03-26Added 5 *NASTY* non-io open tests....Jeremy Allison1-0/+169
2002-03-25add {push,pull}_ucs2{allocate,talloc}() functions.Andrew Bartlett1-0/+58
2002-03-25Roll back proto.h changes -- to hard to do them portably. LeaveMartin Pool1-55/+16
2002-03-24Spelling fixes.Tim Potter3-3/+3
2002-03-23Set default recycle directory permissions as 0770. Unlink on renameJeremy Allison1-8/+11
2002-03-23Documentation updates.Andrew Bartlett1-4/+58
2002-03-23Extra parinoa and DEBUG()s for the make_user_info_map() code.Andrew Bartlett1-4/+18
2002-03-23Correctly store the hostname of the remote machine if so configured. If theAndrew Bartlett1-4/+6
2002-03-23rerun autoconfAndrew Bartlett1-312/+313
2002-03-23Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett4-15/+15
2002-03-23Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett1-8/+11
2002-03-23Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and tallocAndrew Bartlett1-1/+86
2002-03-23Minor fixes:Andrew Bartlett2-13/+17
2002-03-23Various winbind updates:Andrew Bartlett5-9/+11
2002-03-23Join as a server trust account if the server role is either PDC or BDC.Andrew Bartlett1-1/+1
2002-03-23Forgot torture hacks...Jeremy Allison1-5/+1
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison11-209/+314
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter9-16/+9
2002-03-22Make debug statment less confusing.Tim Potter1-2/+5
2002-03-22cut and paste inserted spaces instead of tab. Some versions of make don'tHerb Lewis1-1/+1
2002-03-22Added enumerate trusted domains and check secret.Tim Potter1-1/+112
2002-03-22add a -n maxloops option so this can be run in a script and end after aHerb Lewis1-1/+8
2002-03-21make install should also install the default dat files from codepagesHerb Lewis2-1/+27
2002-03-21Missed a couple of fetch/store_ints.Jeremy Allison1-4/+4
2002-03-21Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison4-111/+53
2002-03-21When upgrading from an old idmap tdb, remember to overwrite the reverseJeremy Allison1-0/+5
2002-03-21merge fix for core dump when called with no args from 2.2Herb Lewis1-1/+1
2002-03-21Fix stupid typo !Jeremy Allison1-2/+2
2002-03-21add .proto.checkHerb Lewis1-0/+1
2002-03-21update usage message with other options. Add a -d debuglevel optionHerb Lewis1-1/+11
2002-03-21must use native endian index when creating default valid.dat table so itHerb Lewis1-2/+2
2002-03-21return . and .. first in readdir - this fixes masktest on IRIX whichHerb Lewis1-1/+13
2002-03-21There is no reason we can't join a domain with secuirty=user. In fact weAndrew Bartlett1-5/+0