summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-273-27/+26
* large change:Gerald Carter2003-06-253-13/+11
* Fixes from Martin Dorey <mdorey@bluearc.com> to only ask for and changeJeremy Allison2003-06-241-7/+6
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-2/+2
* (fixing bug in my last commit)Andrew Bartlett2003-06-211-6/+6
* This removes the StrCaseCmp() stuff from 'net idmap' and 'netAndrew Bartlett2003-06-214-178/+202
* Fix bug #136. Add message about erroneous empty "passdb backend" parameter.Jim McDonough2003-06-201-0/+4
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-184-44/+13
* Replace all use of bzero with memset ...Richard Sharpe2003-06-161-15/+15
* This glosses over John's problem at SambaXP 2003. When we want to joinVolker Lendecke2003-06-161-3/+17
* Fix misleading debug message.Volker Lendecke2003-06-161-1/+1
* Make net rpc vampire return an error if the sam sync RPC returns an error.Tim Potter2003-06-161-9/+29
* another improved debug statementAndrew Tridgell2003-06-161-1/+1
* Add 'net idmap restore'. This restores a broken idmap fileVolker Lendecke2003-06-142-0/+73
* This patch modifies 'net rpc vampire' to add new and existing users to bothAndrew Bartlett2003-06-142-20/+43
* Trivial extension to 'net' to dump current local idmap.Volker Lendecke2003-06-132-0/+62
* Fix for bug#3. Show comments when doing 'net group -l'.Volker Lendecke2003-06-121-16/+80
* Working on bug#3. We want all of the aliases, so start with 0.Volker Lendecke2003-06-121-0/+2
* More updates on editreg.c to bring it better in line with the Samba source.Richard Sharpe2003-06-101-21/+21
* use lp_realm() to find the default realm for 'net ads password'Andrew Tridgell2003-06-101-10/+24
* Make sure that we use schannel (if configured) when checking for a validAndrew Bartlett2003-06-081-12/+13
* Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough2003-05-301-1/+2
* Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij2003-05-291-1/+1
* Fix bug #96: Use DNS decompression to properly parse cldap netlogonJim McDonough2003-05-201-110/+132
* Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison2003-05-151-1/+1
* Fix obvious compiler warnings.Jeremy Allison2003-05-122-2/+1
* And finally IDMAP in 3_0Simo Sorce2003-05-122-37/+27
* Re-enable secure channel for net rpc vampire.Tim Potter2003-05-121-8/+13
* Fix up a bit of my sloppy C.Andrew Bartlett2003-05-121-3/+2
* Give up on the idea of avoiding lp_load() in ntlm_auth....Andrew Bartlett2003-05-121-8/+18
* Make it possible to actually use --user-SID and --group-SID on a standard com...Andrew Bartlett2003-05-121-2/+2
* Fix compile.Andrew Bartlett2003-05-111-1/+1
* Set the password for a newly created trustdom account. Tested againstVolker Lendecke2003-05-111-3/+34
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-1015-34/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-1015-0/+34
* Finally get NTLMv2 working on the client!Andrew Bartlett2003-05-091-84/+29
* Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u...Jim McDonough2003-05-091-2/+2
* Sync up to head ...Richard Sharpe2003-05-091-34/+100
* Sync to the changes in head ...Richard Sharpe2003-05-091-1/+1
* Added some more diagnostic tests to check out a theory that having either hashTim Potter2003-05-091-12/+174
* Fix up a bunch of problems in editreg.cRichard Sharpe2003-05-091-16/+16
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-1/+7
* Fix the spinning bug for 'net rpc user' as well - there are more errors inAndrew Bartlett2003-05-071-4/+4
* Fix up some of the warnings that the build farm is finding ...Richard Sharpe2003-05-051-3/+2
* Syncronize head editreg.c with 3.0.0 ...Richard Sharpe2003-05-051-93/+1200
* We also get back the LM session key on pure 'NTLM' logins.Andrew Bartlett2003-05-051-1/+16
* Turn off using lsa_qos in OpenPolicy call. This way we avoid annoyingRafal Szczesniak2003-05-051-2/+2
* Add some comments.Andrew Bartlett2003-05-051-0/+34
* Add some more tests to the ntlm_auth diagnositics package.Andrew Bartlett2003-05-051-9/+373
* Fix some compiler warnings.Tim Potter2003-05-051-4/+1