summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2002-01-11preparing for release of 3.0-alpha13Samba Release Account1-1/+1
2002-01-11Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett1-1/+7
2002-01-11Correct4ed comment.Tim Potter1-1/+1
2002-01-10added structure members referred to by recent changes in vfs-wrap.cHerb Lewis1-1/+5
2002-01-10First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison2-0/+7
2002-01-10Oh joy - the original code didn't do mapping of the perms onto the wire.Jeremy Allison1-11/+41
2002-01-10We need to test for major/minor macros.Jeremy Allison2-0/+13
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison4-27/+96
2002-01-09Added tests for st_blocks in struct stat, and added a (hateful) constantJeremy Allison1-0/+2
2002-01-09Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool1-0/+8
2002-01-09With --enable-dmalloc, also use dmalloc's wrappers around routinesMartin Pool1-1/+4
2002-01-09Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool1-1/+10
2002-01-09Fix macro name controlling inclusion of DMALLOC.Martin Pool1-1/+1
2002-01-07Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter2-2/+2
2002-01-06DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter1-0/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-13/+21
2002-01-05Add a talloc varient of the data_blob functions.Andrew Bartlett1-1/+2
2002-01-03Added WERROR for non local domain.Jeremy Allison1-0/+1
2002-01-03Update the NT_STATUS -> DOS error table.Andrew Bartlett1-0/+2
2002-01-03Clarify doc for SAFE_FREE.Martin Pool1-3/+7
2002-01-03Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool1-0/+6
2002-01-03Welcome to preprocessor hell. Had to put a #ifndef around SAFE_FREE toTim Potter1-0/+3
2002-01-03Removed unused #defineTim Potter1-1/+0
2002-01-02removed stuff I wasn't usingGerald Carter1-49/+0
2002-01-02ooops./ forgot oneGerald Carter1-1/+1
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-48/+55
2002-01-02Make user enumeration work for w2k and win9x.Jeremy Allison1-1/+4
2002-01-02Doc.Martin Pool1-2/+1
2002-01-02struct cli_state remembers the pipe name that it's talking to, if any,Martin Pool1-0/+3
2002-01-01renamed ans1.h to asn_1.h to prevent conflict caused by krb5 headersAndrew Tridgell2-1/+1
2002-01-01A farily large commit:Andrew Bartlett1-2/+5
2001-12-31Fixed enumeration of a large (<1500) users from a Samba PDC to a W2kJeremy Allison1-1/+1
2001-12-31cope with systems that don't have full gssapi libsAndrew Tridgell2-2/+3
2001-12-31Add 'net rpc shutdown' and 'net rpc abortshutdown'.Andrew Bartlett1-0/+4
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-0/+1
2001-12-30Make Samba compile on RH 6.2 again.Andrew Bartlett2-0/+7
2001-12-30When running interactive we want to set our own process group forJeremy Allison1-1/+4
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-2/+21
2001-12-21added a copyright notice.Jean-François Micouleau1-0/+1
2001-12-21doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau1-2/+0
2001-12-21re-done all of samr_query_disp_info()Jean-François Micouleau1-2/+10
2001-12-21Add MSG_REQ_POOL_USAGE to get memory usage info.Martin Pool1-0/+2
2001-12-20preparing for release of 3.0-alpha12Samba Release Account1-1/+1
2001-12-20preparing for release of 3.0-alpha11Samba Release Account1-1/+1
2001-12-20much better auto-init of valid_table[]. This should just about removeAndrew Tridgell1-0/+1
2001-12-20Added some comments showing hex values of some constants.Tim Potter1-11/+11
2001-12-20Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool2-1/+11
2001-12-19Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison1-0/+6
2001-12-19preparing for release of 3.0-alpha10Samba Release Account1-1/+1
2001-12-19much better ADS error handling systemAndrew Tridgell1-6/+16