summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-12-03use FILE_MACRO instead of __FILE__Herb Lewis7-60/+60
2002-12-03use the new IVAL_TO_SMB_OFF_T for file_info size memberHerb Lewis1-4/+4
2002-12-03Support printer info 7, used for publishingJim McDonough2-0/+79
2002-12-03Stop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriv...Jim McDonough1-70/+74
2002-12-03Stop using hacks for dns host/domain names.Jim McDonough1-3/+5
2002-12-03fns for retrieving dns host name and domain name (get rid of lp_realm hacks).Jim McDonough1-0/+56
2002-12-03Add defines for standard DsSpooler/DsDriver values that get published.Jim McDonough1-0/+54
2002-12-03Don't segfault when trying to delete a key when none exist.Jim McDonough1-0/+2
2002-12-03Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison4-23/+26
2002-12-03Fixes for EXEEXT - must use \$ signs when you want an actual $ sign toTim Potter1-4/+4
2002-12-01As per Jeremy's request back this out, so as to re-gain the implicit lengthAndrew Bartlett1-7/+5
2002-12-01Link less with smbmnt and smbumount. Also change from a pstrcpy() to aAndrew Bartlett2-5/+5
2002-12-01No need for fstring manipulation here (Tcon&X), just use string pointers.Andrew Bartlett1-5/+7
2002-12-01Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett7-7/+7
2002-12-01Dereference the correct thing here, so we don't segfaultAndrew Bartlett1-1/+1
2002-12-01Make it clear that we might not be talking to a PDC here.Andrew Bartlett1-1/+1
2002-12-01POSIX indicates that this is always in network byte order, so we don't need theAndrew Bartlett1-5/+0
2002-12-01Patch from Paul Green to detect exe extensions, needed for Stratus VOS.Andrew Bartlett3-8961/+18968
2002-12-01Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni...Jeremy Allison1-27/+10
2002-11-29Ignore ntlm_auth binary.Tim Potter1-4/+5
2002-11-29Fixed silly bug.Tim Potter1-1/+1
2002-11-29Rerun autoconf.Tim Potter1-866/+872
2002-11-29Fix up smbwrapper target.Tim Potter2-1/+3
2002-11-28merge in some changes from metze's patches (rest follows later, afterJelmer Vernooij1-2/+2
2002-11-28Add PDBLIBDIR, just like VFSLIBDIRJelmer Vernooij1-3/+9
2002-11-27Fix comment - 850 -> iso8859-1Jeremy Allison1-1/+1
2002-11-27Remove use of 'F' - make 'f' and 'p' do unix (iso8859-1) encoding.Jeremy Allison1-10/+0
2002-11-27Test was reversed for ERRmoredata in cli_read.Jeremy Allison1-0/+10
2002-11-27merging changes from SAMBA_3_0 relating to RPM packagingGerald Carter3-20519/+9284
2002-11-27removing inet_aton()Gerald Carter1-1/+2
2002-11-27fix cli_ds_getprimarydominfo(); merge from SAMBA_3_0Gerald Carter1-1/+1
2002-11-26After consultation with tpot, remove the 'winbind_domain' environmentAndrew Bartlett5-47/+3
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett11-219/+552
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter6-287/+396
2002-11-25Regenerate with newer autoconfJelmer Vernooij1-9260/+20500
2002-11-25Instead of walking the entire group database, grabbing all members of eachAndrew Bartlett2-10/+38
2002-11-25Make lp_winbind_separator a const string.Tim Potter1-1/+1
2002-11-25Fix some argument checking bugs found by testsuite.Tim Potter1-16/+22
2002-11-24Add support to switch between Squid 2.4 and 2.5 protocols - squid doesn'tAndrew Bartlett1-7/+20
2002-11-24Move from NT_STATUS_UNSUCCESSFUL to NT_STATUS_NO_SUCH_USER, and other slightlyAndrew Bartlett1-16/+21
2002-11-24Try to twiddle with the makefile to avoid having a trailing \ when weAndrew Bartlett1-2/+2
2002-11-24Remove silly ideas about taking the LM or NT hash as a password in pam_smbpass.Andrew Bartlett1-19/+0
2002-11-24No need to #include smb.h, when we already #include include.hAndrew Bartlett6-7/+0
2002-11-24Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett4-42/+470
2002-11-23[merge from APP_HEAD]Gerald Carter5-29/+115
2002-11-23a working timegm() function for systems that don't have itAndrew Tridgell1-18/+15
2002-11-23Please compile with :Jeremy Allison1-20/+26
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison14-58/+112
2002-11-23jcmd really should run with a higher compiler warning level more often :-).Jeremy Allison1-1/+1
2002-11-22Rerun autoconf.Tim Potter1-17738/+8862