Age | Commit message (Expand) | Author | Files | Lines |
2003-06-27 | Some const correctness. Stop tdb being used as a remote backend. If an | Jeremy Allison | 3 | -27/+26 |
2003-06-25 | large change: | Gerald Carter | 3 | -13/+11 |
2003-06-24 | Fixes from Martin Dorey <mdorey@bluearc.com> to only ask for and change | Jeremy Allison | 1 | -7/+6 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 1 | -2/+2 |
2003-06-21 | (fixing bug in my last commit) | Andrew Bartlett | 1 | -6/+6 |
2003-06-21 | This removes the StrCaseCmp() stuff from 'net idmap' and 'net | Andrew Bartlett | 4 | -178/+202 |
2003-06-20 | Fix bug #136. Add message about erroneous empty "passdb backend" parameter. | Jim McDonough | 1 | -0/+4 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 4 | -44/+13 |
2003-06-16 | Replace all use of bzero with memset ... | Richard Sharpe | 1 | -15/+15 |
2003-06-16 | This glosses over John's problem at SambaXP 2003. When we want to join | Volker Lendecke | 1 | -3/+17 |
2003-06-16 | Fix misleading debug message. | Volker Lendecke | 1 | -1/+1 |
2003-06-16 | Make net rpc vampire return an error if the sam sync RPC returns an error. | Tim Potter | 1 | -9/+29 |
2003-06-16 | another improved debug statement | Andrew Tridgell | 1 | -1/+1 |
2003-06-14 | Add 'net idmap restore'. This restores a broken idmap file | Volker Lendecke | 2 | -0/+73 |
2003-06-14 | This patch modifies 'net rpc vampire' to add new and existing users to both | Andrew Bartlett | 2 | -20/+43 |
2003-06-13 | Trivial extension to 'net' to dump current local idmap. | Volker Lendecke | 2 | -0/+62 |
2003-06-12 | Fix for bug#3. Show comments when doing 'net group -l'. | Volker Lendecke | 1 | -16/+80 |
2003-06-12 | Working on bug#3. We want all of the aliases, so start with 0. | Volker Lendecke | 1 | -0/+2 |
2003-06-10 | More updates on editreg.c to bring it better in line with the Samba source. | Richard Sharpe | 1 | -21/+21 |
2003-06-10 | use lp_realm() to find the default realm for 'net ads password' | Andrew Tridgell | 1 | -10/+24 |
2003-06-08 | Make sure that we use schannel (if configured) when checking for a valid | Andrew Bartlett | 1 | -12/+13 |
2003-05-30 | Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, so | Jim McDonough | 1 | -1/+2 |
2003-05-29 | Setting account policy values is done using -C, not -V. Fixes bug #120 | Jelmer Vernooij | 1 | -1/+1 |
2003-05-20 | Fix bug #96: Use DNS decompression to properly parse cldap netlogon | Jim McDonough | 1 | -110/+132 |
2003-05-15 | Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check. | Jeremy Allison | 1 | -1/+1 |
2003-05-12 | Fix obvious compiler warnings. | Jeremy Allison | 2 | -2/+1 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 2 | -37/+27 |
2003-05-12 | Re-enable secure channel for net rpc vampire. | Tim Potter | 1 | -8/+13 |
2003-05-12 | Fix up a bit of my sloppy C. | Andrew Bartlett | 1 | -3/+2 |
2003-05-12 | Give up on the idea of avoiding lp_load() in ntlm_auth.... | Andrew Bartlett | 1 | -8/+18 |
2003-05-12 | Make it possible to actually use --user-SID and --group-SID on a standard com... | Andrew Bartlett | 1 | -2/+2 |
2003-05-11 | Fix compile. | Andrew Bartlett | 1 | -1/+1 |
2003-05-11 | Set the password for a newly created trustdom account. Tested against | Volker Lendecke | 1 | -3/+34 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 15 | -34/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 15 | -0/+34 |
2003-05-09 | Finally get NTLMv2 working on the client! | Andrew Bartlett | 1 | -84/+29 |
2003-05-09 | Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u... | Jim McDonough | 1 | -2/+2 |
2003-05-09 | Sync up to head ... | Richard Sharpe | 1 | -34/+100 |
2003-05-09 | Sync to the changes in head ... | Richard Sharpe | 1 | -1/+1 |
2003-05-09 | Added some more diagnostic tests to check out a theory that having either hash | Tim Potter | 1 | -12/+174 |
2003-05-09 | Fix up a bunch of problems in editreg.c | Richard Sharpe | 1 | -16/+16 |
2003-05-08 | This puts real netlogon connection caching to winbind. This becomes | Volker Lendecke | 1 | -1/+7 |
2003-05-07 | Fix the spinning bug for 'net rpc user' as well - there are more errors in | Andrew Bartlett | 1 | -4/+4 |
2003-05-05 | Fix up some of the warnings that the build farm is finding ... | Richard Sharpe | 1 | -3/+2 |
2003-05-05 | Syncronize head editreg.c with 3.0.0 ... | Richard Sharpe | 1 | -93/+1200 |
2003-05-05 | We also get back the LM session key on pure 'NTLM' logins. | Andrew Bartlett | 1 | -1/+16 |
2003-05-05 | Turn off using lsa_qos in OpenPolicy call. This way we avoid annoying | Rafal Szczesniak | 1 | -2/+2 |
2003-05-05 | Add some comments. | Andrew Bartlett | 1 | -0/+34 |
2003-05-05 | Add some more tests to the ntlm_auth diagnositics package. | Andrew Bartlett | 1 | -9/+373 |
2003-05-05 | Fix some compiler warnings. | Tim Potter | 1 | -4/+1 |