summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-07-03Some fixes for ads printer publish:Tim Potter1-6/+26
2003-07-03Implemented 'net ads printer search' which searches the directory forTim Potter1-0/+32
2003-07-02#ifdef out apparently unused function.Tim Potter1-0/+4
2003-06-30Yet more shadow variable warnings.Tim Potter1-3/+3
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison3-27/+26
2003-06-25large change:Gerald Carter3-13/+11
2003-06-24Fixes from Martin Dorey <mdorey@bluearc.com> to only ask for and changeJeremy Allison1-7/+6
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-2/+2
2003-06-21(fixing bug in my last commit)Andrew Bartlett1-6/+6
2003-06-21This removes the StrCaseCmp() stuff from 'net idmap' and 'netAndrew Bartlett4-178/+202
2003-06-20Fix bug #136. Add message about erroneous empty "passdb backend" parameter.Jim McDonough1-0/+4
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce4-44/+13
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