summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-19- added initial support for trusted domains in winbindd_adsAndrew Tridgell1-0/+11
2001-12-19Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool1-16/+1
2001-12-19DocMartin Pool1-1/+9
2001-12-19Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,Martin Pool1-0/+8
2001-12-19Doc.Martin Pool1-1/+3
2001-12-19Start adding some debugging features to talloc based on Samba'sMartin Pool1-0/+10
2001-12-19added info level 1 to samr_query_alias()Jean-François Micouleau1-0/+11
2001-12-17there is no unknown field in LSA_SEC_QOSJean-François Micouleau1-1/+0
2001-12-17Added some constants for registry data types.Tim Potter1-4/+14
2001-12-15Added HPUX ACL code.Jeremy Allison2-0/+42
2001-12-14Added the group enum code from 2.2Jeremy Allison1-6/+18
2001-12-14add lsa_query_secobj server code. level 4 is the ACL, level 1 is theJean-François Micouleau1-16/+47
2001-12-14Updated Solaris link options from DaveCB.Jeremy Allison1-1/+1
2001-12-14Rafal (mimir) patch for trusts r.Jean-François Micouleau1-0/+1
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-0/+7
2001-12-12allow IRIX to build nsswitch/libnss_wins.soHerb Lewis1-0/+3
2001-12-12decoded SAM_DELTA 0x0e and 0x12.Jean-François Micouleau1-0/+59
2001-12-12a ugly decoder for SAM_DELTA_DOM_INFO (0x0d)Jean-François Micouleau1-3/+88