summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-12-20much better auto-init of valid_table[]. This should just about removeAndrew Tridgell4-9/+63
2001-12-20Grr - numbers printed in hexadecimal should be preceeded by 0xTim Potter1-7/+7
2001-12-20Added some comments showing hex values of some constants.Tim Potter1-11/+11
2001-12-20mark '.' as a valid characterAndrew Tridgell1-1/+1
2001-12-20Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool5-788/+833
2001-12-20net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell7-27/+244
2001-12-19Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison5-440/+516
2001-12-19Allow ACL set to fail gracefully on HP HFS filesystems.Jeremy Allison1-0/+12
2001-12-19use "ads server" option if set for primary domainAndrew Tridgell1-4/+10
2001-12-19preparing for release of 3.0-alpha10Samba Release Account2-1/+15
2001-12-19add support for mixtures of ADS/NT4 domains, as long as the primaryAndrew Tridgell1-0/+9
2001-12-19much better ADS error handling systemAndrew Tridgell9-265/+301
2001-12-19we only have gss_ fns on a krb5 capable boxAndrew Tridgell1-3/+6
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell7-22/+55
2001-12-19- added initial support for trusted domains in winbindd_adsAndrew Tridgell10-47/+230
2001-12-19better nsstest error checkingAndrew Tridgell1-0/+20
2001-12-19fixed sid_compare_domain()Andrew Tridgell1-3/+29
2001-12-19Use less memory, but scribble all over it, just in case there'sMartin Pool1-4/+6
2001-12-19Doc how to reply to messages.Martin Pool1-1/+8
2001-12-19Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool3-23/+83
2001-12-19DocMartin Pool2-9/+21
2001-12-19DocMartin Pool1-1/+7
2001-12-19Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,Martin Pool2-3/+11
2001-12-19Doc.Martin Pool2-1/+9
2001-12-19Start adding some debugging features to talloc based on Samba'sMartin Pool2-7/+48
2001-12-19Add a very trivial talloc torture program, bin/talloctort. Not builtMartin Pool3-0/+64
2001-12-19Fix for extra capabilities from Urban Widmark <urban@teststation.com>.Jeremy Allison1-25/+33
2001-12-19Patch from dan_thibadeau@hp.com to allow domain set in authfile.Jeremy Allison1-1/+2
2001-12-19added info level 1 to samr_query_alias()Jean-François Micouleau3-0/+77
2001-12-18Fixup JF's weird SID return :-).Jeremy Allison3-4/+7
2001-12-18Tidyup utmp code to cope with hostname = NULL.Jeremy Allison1-11/+13
2001-12-18fixed handling of empty or dead domain in wbinfo -gAndrew Tridgell1-60/+9
2001-12-18A fix to override the location of a user's home directory if it isTim Potter1-0/+16
2001-12-18Fixed uninitialised variable warning.Tim Potter1-1/+1
2001-12-18Removed unused function, delete_fn()Tim Potter1-57/+0
2001-12-18Fixed bad args to debug statements.Tim Potter1-3/+3
2001-12-18I'm pretty sure we need to return our netbios name for LSA_QUERY_INFOJeremy Allison1-1/+1
2001-12-18Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.Jeremy Allison2-2/+2
2001-12-18Fixed the bug with descending into mangled directories.Jeremy Allison1-5/+8
2001-12-18in lsa_query_info at level 5 in member mode, we must reply our machineJean-François Micouleau1-1/+1
2001-12-18fixing bug I introduced.Jean-François Micouleau1-1/+1
2001-12-18initialise stringsJean-François Micouleau1-4/+4
2001-12-17there is no unknown field in LSA_SEC_QOSJean-François Micouleau4-89/+225
2001-12-17tidy up debugJean-François Micouleau1-1/+1
2001-12-17Made "hide unreadable" work much more reliably (just for Volker :-).Jeremy Allison1-1/+37
2001-12-17make sure we pass the lm and nt data in the right order. They were swapped, ...Jim McDonough1-2/+2
2001-12-17preparing for release of 3.0-alpha9Samba Release Account1-0/+11
2001-12-17allow selection of the organisational unit when joining a realmAndrew Tridgell2-10/+32
2001-12-17obey "use mmap" on case tablesAndrew Tridgell1-11/+13
2001-12-17removed unused variableAndrew Tridgell1-1/+0