summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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
2001-12-17Replaced some hardcoded hex numbers with constants.Tim Potter1-4/+8
2001-12-17Added some constants for registry data types.Tim Potter1-4/+14
2001-12-16Moved fchown_acl change to the point where we *really* know if weJeremy Allison1-10/+10
2001-12-16Ensured filetimes set (by name) after close. Ignore errors. This is theJeremy Allison2-16/+24
2001-12-15Allow HPUX to link with new ACL code.Jeremy Allison1-2/+2
2001-12-15Added HPUX ACL code.Jeremy Allison6-75/+1086
2001-12-14Added the group enum code from 2.2Jeremy Allison5-23/+118
2001-12-14If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It ...Jim McDonough1-1/+1
2001-12-14ChangeID fixe from APPLIANCE_HEADGerald Carter2-9/+42
2001-12-14I see no reasons why we should limit username lenght while checkingSimo Sorce1-4/+0
2001-12-14add lsa_query_secobj server code. level 4 is the ACL, level 1 is theJean-François Micouleau3-16/+148
2001-12-14Updated Solaris link options from DaveCB.Jeremy Allison3-12877/+7768
2001-12-14Rafal (mimir) patch for trusts r.Jean-François Micouleau3-7/+42