Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-05-04 | Patch from Ken Cross to allow an ADS domain join with a username of the form | Andrew Bartlett | 1 | -2/+18 |
2003-05-01 | Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick. | Andrew Bartlett | 1 | -39/+17 |
2003-04-30 | Merge from HEAD - the usual popt-needs-static for Sun CC. | Andrew Bartlett | 1 | -1/+1 |
2003-04-30 | Fix for AIX - you can't qualify a return type as const, when it's not a | Andrew Bartlett | 1 | -1/+1 |
2003-04-30 | Sun CC requires constant initialisers, so use a static here. | Andrew Bartlett | 1 | -1/+1 |
2003-04-29 | smbgroupedit has been replaced by 'net groupmap' | Gerald Carter | 1 | -405/+0 |
2003-04-29 | Like net rpc user -l, let net ads user -l allow more than 50 characters in | Jim McDonough | 1 | -1/+1 |
2003-04-29 | Allow net rpc user -l to list longer than 50 characters in a user comment. | Jim McDonough | 1 | -1/+1 |
2003-04-29 | adding ifdef'd code to add alias membership for vampire | Gerald Carter | 1 | -0/+138 |
2003-04-29 | Use a common function to create the SAM_ACCOUNT being used to add accounts | Andrew Bartlett | 1 | -12/+4 |
2003-04-28 | Fix compiler warning. | Tim Potter | 1 | -1/+1 |
2003-04-28 | Merge of const fixes from HEAD. | Tim Potter | 3 | -3/+3 |
2003-04-26 | back port from HEAD | Simo Sorce | 1 | -5/+74 |
2003-04-25 | Merge of missed another while condition when enumerating aliases. | Tim Potter | 1 | -1/+1 |
2003-04-25 | fix and if () that should be an 'else if()' | Gerald Carter | 1 | -1/+1 |
2003-04-25 | Merge: | Tim Potter | 1 | -2/+2 |
2003-04-24 | groupmap delet should take a name or a SID | Gerald Carter | 1 | -2/+13 |
2003-04-23 | More fun with Sun CC needing constant initializers | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | Fix up non-constant initialisers for Sun's CC. | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | This const isn't quite vaild C. | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | allow the unix group in a mapping to be changed; doesn't work with LDAP right... | Gerald Carter | 1 | -1/+21 |
2003-04-22 | don't reset the group type unless specified | Gerald Carter | 1 | -14/+8 |
2003-04-22 | default new groups to domain groups | Gerald Carter | 1 | -3/+3 |