summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-05-12Fix obvious compiler warnings.Jeremy Allison2-2/+1
2003-05-12And finally IDMAP in 3_0Simo Sorce2-37/+27
2003-05-12Re-enable secure channel for net rpc vampire.Tim Potter1-8/+13
2003-05-12Fix up a bit of my sloppy C.Andrew Bartlett1-3/+2
2003-05-12Give up on the idea of avoiding lp_load() in ntlm_auth....Andrew Bartlett1-8/+18
2003-05-12Make it possible to actually use --user-SID and --group-SID on a standard com...Andrew Bartlett1-2/+2
2003-05-11Fix compile.Andrew Bartlett1-1/+1
2003-05-11Set the password for a newly created trustdom account. Tested againstVolker Lendecke1-3/+34
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij15-34/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij15-0/+34
2003-05-09Finally get NTLMv2 working on the client!Andrew Bartlett1-84/+29
2003-05-09Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u...Jim McDonough1-2/+2
2003-05-09Sync up to head ...Richard Sharpe1-34/+100
2003-05-09Sync to the changes in head ...Richard Sharpe1-1/+1
2003-05-09Added some more diagnostic tests to check out a theory that having either hashTim Potter1-12/+174
2003-05-09Fix up a bunch of problems in editreg.cRichard Sharpe1-16/+16
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-1/+7
2003-05-07Fix the spinning bug for 'net rpc user' as well - there are more errors inAndrew Bartlett1-4/+4
2003-05-05Fix up some of the warnings that the build farm is finding ...Richard Sharpe1-3/+2
2003-05-05Syncronize head editreg.c with 3.0.0 ...Richard Sharpe1-93/+1200
2003-05-05We also get back the LM session key on pure 'NTLM' logins.Andrew Bartlett1-1/+16
2003-05-05Turn off using lsa_qos in OpenPolicy call. This way we avoid annoyingRafal Szczesniak1-2/+2
2003-05-05Add some comments.Andrew Bartlett1-0/+34
2003-05-05Add some more tests to the ntlm_auth diagnositics package.Andrew Bartlett1-9/+373
2003-05-05Fix some compiler warnings.Tim Potter1-4/+1
2003-05-04Patch from Ken Cross to allow an ADS domain join with a username of the formAndrew Bartlett1-2/+18
2003-05-01Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett1-39/+17
2003-04-30Merge from HEAD - the usual popt-needs-static for Sun CC.Andrew Bartlett1-1/+1
2003-04-30Fix for AIX - you can't qualify a return type as const, when it's not aAndrew Bartlett1-1/+1
2003-04-30Sun CC requires constant initialisers, so use a static here.Andrew Bartlett1-1/+1
2003-04-29smbgroupedit has been replaced by 'net groupmap'Gerald Carter1-405/+0
2003-04-29Like net rpc user -l, let net ads user -l allow more than 50 characters inJim McDonough1-1/+1
2003-04-29Allow net rpc user -l to list longer than 50 characters in a user comment.Jim McDonough1-1/+1
2003-04-29adding ifdef'd code to add alias membership for vampireGerald Carter1-0/+138
2003-04-29Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett1-12/+4
2003-04-28Fix compiler warning.Tim Potter1-1/+1
2003-04-28Merge of const fixes from HEAD.Tim Potter3-3/+3
2003-04-26back port from HEADSimo Sorce1-5/+74
2003-04-25Merge of missed another while condition when enumerating aliases.Tim Potter1-1/+1
2003-04-25fix and if () that should be an 'else if()'Gerald Carter1-1/+1
2003-04-25Merge:Tim Potter1-2/+2
2003-04-24groupmap delet should take a name or a SIDGerald Carter1-2/+13
2003-04-23More fun with Sun CC needing constant initializersAndrew Bartlett1-1/+1
2003-04-23Fix up non-constant initialisers for Sun's CC.Andrew Bartlett1-1/+1
2003-04-23This const isn't quite vaild C.Andrew Bartlett1-1/+1
2003-04-23allow the unix group in a mapping to be changed; doesn't work with LDAP right...Gerald Carter1-1/+21
2003-04-22don't reset the group type unless specifiedGerald Carter1-14/+8
2003-04-22default new groups to domain groupsGerald Carter1-3/+3
2003-04-22Fix up bugs in the new 'store sec_channel type' code - we were always joiningAndrew Bartlett2-6/+4
2003-04-22support referencing group by sid in all operations; allow group name to be ch...Gerald Carter1-13/+60