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-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-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 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-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-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-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-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-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-02Ensure callid is not used uninitialized.Jeremy Allison1-1/+1
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-01Merge from HEAD, struct in_addr is always in network byte order, so we don'tAndrew Bartlett1-5/+0
2002-12-01Merge from HEAD - Patch from Paul Green to detect exe suffix for Stratus VOS.Andrew Bartlett3-8946/+18950
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-12-01Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni...Jeremy Allison1-27/+10
2002-11-29remove bin/developer.so - it's not in 3.0 yetJelmer Vernooij1-5/+3
2002-11-29Sync with HEAD:Jelmer Vernooij1-7/+13
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter20-27/+12
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-29Rerun autoconf.Tim Potter1-501/+492
2002-11-29Merge from HEAD:Tim Potter2-66/+79
2002-11-29Another global_myname() fix from HEAD.Tim Potter1-2/+1
2002-11-29Merge from HEAD:Tim Potter1-8/+17
2002-11-29Merge of argument check fixes from HEAD.Tim Potter1-16/+22
2002-11-29Merge of global_myname() fixes from HEAD.Tim Potter1-8/+1
2002-11-29Merge of compiler warning fixes from HEAD.Tim Potter2-5/+6
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-27Change default codepage to UNIX.Jeremy Allison1-34/+54
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