summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-0/+8
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-0/+4
2002-12-10Fix client large file reporting.Jeremy Allison2-1/+5
2002-12-05More printer data to publishJim McDonough1-0/+1
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison1-1/+1
2002-12-04Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter3-20/+11
2002-12-04More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ one...Jim McDonough1-0/+3
2002-12-04Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough1-0/+5
2002-12-04Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2-948/+1270
2002-12-03use FILE_MACRO instead of __FILE__Herb Lewis1-6/+6
2002-12-03Support printer info 7, used for publishingJim McDonough1-0/+16
2002-12-03Add defines for standard DsSpooler/DsDriver values that get published.Jim McDonough1-0/+54
2002-12-03Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison1-0/+2
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter1-0/+16
2002-11-18Revert ADS_ERR_OK change. Some compilers didn't like it.Jim McDonough1-1/+1
2002-11-18Next step of printer publishing.Jim McDonough1-56/+1
2002-11-15Remove the assumption that all Solaris has -lsendfile.Andrew Bartlett1-0/+3
2002-11-15Use smb_register_passdb() - plus some small fixesJelmer Vernooij1-7/+0
2002-11-15Add smb_register_passdb()Jelmer Vernooij1-0/+1
2002-11-15Add const to DEBUG() macro.Andrew Bartlett1-3/+3
2002-11-13small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e...Jelmer Vernooij1-0/+3
2002-11-12Add smb_register_charset() and use itJelmer Vernooij1-0/+16
2002-11-11union is better to avoid problems with pointersSimo Sorce1-21/+27
2002-11-09deldriver fixGerald Carter1-0/+1
2002-11-07Add smbtrans subcommands so we can stop hardcoding themJim McDonough1-0/+5
2002-11-05Missed extern declaration.Jeremy Allison1-0/+1
2002-11-05Remove DRIVERFILE constant. It was removed with the old win95Tim Potter1-1/+0
2002-11-04The fixes from Tom plus a minor update from me.Richard Sharpe2-97/+227
2002-11-02Add more options to popt_common and use them. Current ones are:Jelmer Vernooij1-0/+3
2002-11-02Add popt_common_socket_optionsJelmer Vernooij1-0/+1
2002-10-30Rerun autoconfJelmer Vernooij1-0/+3
2002-10-30- Remove RTLD_GLOBALJelmer Vernooij1-1/+1
2002-10-30added a timegm() function for systems that don't have itAndrew Tridgell1-0/+4
2002-10-30Add init_module_function typedef for new module systemJelmer Vernooij1-0/+3
2002-10-22Fix for systems that allow more than 65536 open files per process.Jeremy Allison1-0/+3
2002-10-22Some was asking to look at this code, so better it stay there until we decide...Simo Sorce1-0/+224
2002-10-21This moves the group mapping API into the passdb backend.Volker Lendecke2-1/+48
2002-10-21Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij1-239/+507
2002-10-21Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij2-615/+644
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-7/+40
2002-10-14Tidyup of file specific access mask bits.Tim Potter1-14/+19
2002-10-12Nice *big* patch from metze.Andrew Bartlett2-19/+54
2002-10-07forgot some bits from previous rpc_secdesc.h rework patchSimo Sorce1-2/+0
2002-10-06try to put every security descriptors related definitions in the same file.Simo Sorce3-175/+249
2002-10-05Add more common options to popt_common - and start usingJelmer Vernooij1-0/+1
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2-1/+4
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter4-1/+94
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-0/+11
2002-10-03We are going to need to track the SAM sequence number too.Andrew Bartlett1-0/+1
2002-10-01Cope with rw errors and timeout to peer.Jeremy Allison2-1/+3