summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-06-16Replace all use of bzero with memset ...Richard Sharpe1-15/+15
2003-06-16This glosses over John's problem at SambaXP 2003. When we want to joinVolker Lendecke1-3/+17
2003-06-16Fix misleading debug message.Volker Lendecke1-1/+1
2003-06-16Make net rpc vampire return an error if the sam sync RPC returns an error.Tim Potter1-9/+29
2003-06-16another improved debug statementAndrew Tridgell1-1/+1
2003-06-14Add 'net idmap restore'. This restores a broken idmap fileVolker Lendecke2-0/+73
2003-06-14This patch modifies 'net rpc vampire' to add new and existing users to bothAndrew Bartlett2-20/+43
2003-06-13Trivial extension to 'net' to dump current local idmap.Volker Lendecke2-0/+62
2003-06-12Fix for bug#3. Show comments when doing 'net group -l'.Volker Lendecke1-16/+80
2003-06-12Working on bug#3. We want all of the aliases, so start with 0.Volker Lendecke1-0/+2
2003-06-10More updates on editreg.c to bring it better in line with the Samba source.Richard Sharpe1-21/+21
2003-06-10use lp_realm() to find the default realm for 'net ads password'Andrew Tridgell1-10/+24
2003-06-08Make sure that we use schannel (if configured) when checking for a validAndrew Bartlett1-12/+13
2003-05-30Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough1-1/+2
2003-05-29Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij1-1/+1
2003-05-20Fix bug #96: Use DNS decompression to properly parse cldap netlogonJim McDonough1-110/+132
2003-05-15Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison1-1/+1
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