summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2003-01-21More fixes getting us closer to full Heimdal compile....Jeremy Allison1-0/+6
2003-01-19Merge in more of the SuSE patches for Heimdal. These changes show howJeremy Allison2-0/+21
2003-01-17Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...Jim McDonough2-1049/+999
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison1-0/+8
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett1-2/+4
2003-01-16More Heimdal changes. Still not compiling with Heimdal yet...Jeremy Allison2-0/+7
2003-01-16Fist part of fixes to make us compile with Heimdal. Don't explicitlyJeremy Allison2-1/+11
2003-01-15small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter1-1/+0
2003-01-15Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett2-4/+22
2003-01-15added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell2-0/+33
2003-01-15Run autoheaderMartin Pool1-6/+0
2003-01-14Commit my (disabled) fstring/pstring mixup detection code.Andrew Bartlett1-0/+21
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett3-32/+81
2003-01-12Make the 'service' in make_connection() use an fstrcpy(), and an fstring,Andrew Bartlett1-1/+0
2003-01-03Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison1-0/+1
2003-01-02Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids inAndrew Bartlett2-0/+11
2003-01-02BIG patch...Andrew Bartlett9-30/+30
2002-12-31ignore tdbsam2_parse_info.hSimo Sorce1-0/+1
2002-12-30Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison1-0/+8
2002-12-30the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce1-5/+2
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-12-17it's getting comic ...Simo Sorce1-0/+58
2002-12-16Uhmm a bad day to commit changes :-((Simo Sorce1-0/+2
2002-12-16oh god, I will forgot my name one of these days :-/Simo Sorce1-0/+78
2002-12-16updates to the gumsSimo Sorce2-13/+107
2002-12-14Ensure talloc pool query messages are reserved.Jeremy Allison1-0/+4
2002-12-13More printer publishing code.Jim McDonough1-2/+3
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