Age | Commit message (Expand) | Author | Files | Lines |
2001-12-18 | Fixup JF's weird SID return :-). | Jeremy Allison | 1 | -1/+1 |
2001-12-17 | allow selection of the organisational unit when joining a realm | Andrew Tridgell | 1 | -6/+28 |
2001-12-14 | Rafal (mimir) patch for trusts r. | Jean-François Micouleau | 1 | -1/+21 |
2001-12-14 | Display a nice error message if the user%password specified for net rpc | Tim Potter | 1 | -2/+8 |
2001-12-14 | Display a nice error message for NT_STATUS_LOGON_FAILURE in connect_to_ipc() | Tim Potter | 1 | -0/+7 |
2001-12-14 | More help/messages/formatting cleanup. | Jim McDonough | 1 | -37/+40 |
2001-12-14 | Merge from 2.2 to allow net rpc join -U to complete even if the workstation | Tim Potter | 1 | -2/+5 |
2001-12-14 | Restoration of at least some help function and format. First round of cleanu... | Jim McDonough | 1 | -259/+221 |
2001-12-14 | Set the debuglevel after the call to lp_load() so the change sticks. | Tim Potter | 1 | -2/+2 |
2001-12-14 | don't use -u switch to /bin/date - too many systems don't honor it | Andrew Tridgell | 1 | -4/+4 |
2001-12-13 | update the ldap support code. it compiles. | Jean-François Micouleau | 1 | -1/+41 |
2001-12-13 | added "net ads info" to fetch basic ADS info without any auth | Andrew Tridgell | 1 | -0/+26 |
2001-12-13 | improved error message from failed connect | Andrew Tridgell | 1 | -6/+3 |
2001-12-12 | added "net time zone" command to show the timezone on a computer | Andrew Tridgell | 1 | -6/+30 |
2001-12-11 | allow join of already joined domain | Andrew Tridgell | 1 | -60/+35 |
2001-12-11 | prevent double free | Andrew Tridgell | 1 | -2/+0 |
2001-12-11 | better error handling | Andrew Tridgell | 1 | -11/+17 |
2001-12-11 | added a comment about /bin/date | Andrew Tridgell | 1 | -1/+4 |
2001-12-11 | added a net time command. Allow display or set of system time based on | Andrew Tridgell | 3 | -13/+166 |
2001-12-11 | Removed unreferenced getopt() externals. | Tim Potter | 1 | -2/+0 |
2001-12-10 | reinstated all the rap commands as top level commands until we get the | Andrew Tridgell | 2 | -81/+114 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 1 | -0/+16 |
2001-12-05 | OK. Smbpasswd -j is DEAD. | Andrew Bartlett | 6 | -153/+112 |
2001-12-05 | added a REALLY gross hack into kerberos_kinit_password so that | Andrew Tridgell | 1 | -1/+1 |
2001-12-05 | Add a new flag for anonymous connections | Andrew Bartlett | 1 | -0/+3 |
2001-12-05 | Make it easier to construct anonymous connections with a new flag and helper | Andrew Bartlett | 1 | -2/+28 |
2001-12-05 | Split out the name resolution code into a seperate function | Andrew Bartlett | 1 | -27/+38 |
2001-12-05 | Follow herb's suggestion and don't strdup a string to itself | Andrew Bartlett | 1 | -3/+6 |
2001-12-05 | Follow herb's suggestion and don't strdup a string to itself. | Andrew Bartlett | 1 | -3/+5 |
2001-12-05 | Add a mechinism to allow for sane porting of rpcclient components into the new | Andrew Bartlett | 1 | -0/+166 |
2001-12-04 | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 1 | -5/+9 |
2001-12-04 | allow for passwords other than "samba2" | Andrew Tridgell | 1 | -1/+1 |
2001-12-04 | moved init_account_policy() to the right place | Andrew Tridgell | 1 | -2/+0 |
2001-12-04 | typo fix | Andrew Tridgell | 1 | -1/+1 |
2001-12-04 | smbpasswd is *ugly*! | Andrew Bartlett | 1 | -0/+2 |
2001-12-04 | Add 'net rpc join' to match the ADS equiv. | Andrew Bartlett | 3 | -295/+316 |
2001-12-04 | Some changes to the name resolution code in 'net' to allow us to find a | Andrew Bartlett | 2 | -25/+47 |
2001-12-03 | added a tdb to store the account policy informations. | Jean-François Micouleau | 1 | -12/+10 |
2001-12-03 | This change reworkes the connection code for both rpcclient and net new | Andrew Bartlett | 2 | -73/+15 |
2001-12-03 | Forgot this one with the last commit... | Andrew Bartlett | 1 | -0/+36 |
2001-12-03 | This is another major rework of the 'net' command. | Andrew Bartlett | 3 | -1057/+1273 |
2001-12-01 | not used any more | Andrew Tridgell | 1 | -144/+0 |
2001-11-30 | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 1 | -10/+22 |
2001-11-29 | Changed again how the privilege list is handled in the group mapping code. | Jean-François Micouleau | 1 | -12/+9 |
2001-11-29 | Make better use of the ads_init() function to get the kerberos relam etc. | Andrew Bartlett | 2 | -6/+8 |
2001-11-28 | fixed some krb5 ifdefs | Andrew Tridgell | 1 | -1/+1 |
2001-11-28 | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 3 | -10/+0 |
2001-11-26 | prevent proto from picking up this as a defintion for 'main()' becoue it conf... | Andrew Bartlett | 1 | -1/+1 |
2001-11-26 | More compiler warnings fixed. Some minor reformatting. | Tim Potter | 2 | -94/+143 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 4 | -12/+10 |