summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-14FALSE -> FalseTim Potter1-1/+1
2001-12-14Display a nice error message if the user%password specified for net rpcTim Potter1-2/+8
2001-12-14Display a nice error message for NT_STATUS_LOGON_FAILURE in connect_to_ipc()Tim Potter1-0/+7
2001-12-14More help/messages/formatting cleanup.Jim McDonough1-37/+40
2001-12-14Merge from 2.2 to allow net rpc join -U to complete even if the workstationTim Potter1-2/+5
2001-12-14Restoration of at least some help function and format. First round of cleanu...Jim McDonough1-259/+221
2001-12-14Set the debuglevel after the call to lp_load() so the change sticks.Tim Potter1-2/+2
2001-12-14don't use -u switch to /bin/date - too many systems don't honor itAndrew Tridgell1-4/+4
2001-12-13Added comment.Tim Potter1-0/+2
2001-12-13Patch for string legths from TAKAHASHI, Motonobu(monyo).Jeremy Allison1-17/+46
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau8-34/+150
2001-12-13merge from 2.2Gerald Carter1-0/+3
2001-12-13merge from appliance_headGerald Carter1-0/+4
2001-12-13-Insswitch/ breaks the build by preventing include of <nss.h> from workingAndrew Tridgell1-1/+1
2001-12-13added "net ads info" to fetch basic ADS info without any authAndrew Tridgell1-0/+26
2001-12-13make sure we find NSS_STATUS structAndrew Tridgell1-0/+1
2001-12-13better error handlingAndrew Tridgell1-2/+7
2001-12-13try the PDC for our workgroup if we can't find the ldap serverAndrew Tridgell1-3/+8
2001-12-13improved error message from failed connectAndrew Tridgell1-6/+3