| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | typo fix | Andrew Tridgell | 2001-12-04 | 1 | -1/+1 |
* | smbpasswd is *ugly*! | Andrew Bartlett | 2001-12-04 | 1 | -0/+2 |
* | Add 'net rpc join' to match the ADS equiv. | Andrew Bartlett | 2001-12-04 | 3 | -295/+316 |
* | Some changes to the name resolution code in 'net' to allow us to find a | Andrew Bartlett | 2001-12-04 | 2 | -25/+47 |
* | added a tdb to store the account policy informations. | Jean-François Micouleau | 2001-12-03 | 1 | -12/+10 |
* | This change reworkes the connection code for both rpcclient and net new | Andrew Bartlett | 2001-12-03 | 2 | -73/+15 |
* | Forgot this one with the last commit... | Andrew Bartlett | 2001-12-03 | 1 | -0/+36 |
* | This is another major rework of the 'net' command. | Andrew Bartlett | 2001-12-03 | 3 | -1057/+1273 |
* | not used any more | Andrew Tridgell | 2001-12-01 | 1 | -144/+0 |
* | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 2001-11-30 | 1 | -10/+22 |
* | Changed again how the privilege list is handled in the group mapping code. | Jean-François Micouleau | 2001-11-29 | 1 | -12/+9 |
* | Make better use of the ads_init() function to get the kerberos relam etc. | Andrew Bartlett | 2001-11-29 | 2 | -6/+8 |
* | fixed some krb5 ifdefs | Andrew Tridgell | 2001-11-28 | 1 | -1/+1 |
* | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 2001-11-28 | 3 | -10/+0 |
* | prevent proto from picking up this as a defintion for 'main()' becoue it conf... | Andrew Bartlett | 2001-11-26 | 1 | -1/+1 |
* | More compiler warnings fixed. Some minor reformatting. | Tim Potter | 2001-11-26 | 2 | -94/+143 |
* | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 4 | -12/+10 |
* | Minor typos | Volker Lendecke | 2001-11-25 | 1 | -2/+2 |
* | portability fixes | Andrew Tridgell | 2001-11-25 | 1 | -3/+6 |
* | fixed typo | Andrew Tridgell | 2001-11-25 | 1 | -1/+1 |
* | better help | Andrew Tridgell | 2001-11-25 | 1 | -1/+7 |
* | use generate_random_str() | Andrew Tridgell | 2001-11-25 | 1 | -47/+4 |
* | added "net ads user" and "net ads group" commands | Andrew Tridgell | 2001-11-25 | 1 | -19/+66 |
* | added "net ads status" command | Andrew Tridgell | 2001-11-25 | 1 | -14/+39 |
* | made a "net ads" command, currently with "net ads join" and "net ads leave" | Andrew Tridgell | 2001-11-25 | 2 | -4/+191 |
* | added "net join" command | Andrew Tridgell | 2001-11-24 | 2 | -185/+191 |
* | rewrote net.c | Andrew Tridgell | 2001-11-24 | 1 | -1260/+1071 |
* | This is another rather major change to the samba authenticaion | Andrew Bartlett | 2001-11-24 | 1 | -6/+0 |
* | Changed how the privileges are stored in the group mapping code. It's now | Jean-François Micouleau | 2001-11-23 | 1 | -18/+38 |
* | Removed TimeInit() call from every client program (except for one place | Tim Potter | 2001-11-23 | 11 | -20/+0 |
* | added lsa_enum_sids to rpcclient | Jean-François Micouleau | 2001-11-22 | 1 | -3/+2 |
* | W2K doesn't seem to respond to *#0 names in node status. Ensure name | Jeremy Allison | 2001-11-21 | 1 | -1/+1 |
* | Merged in JohnR's ping messaging extension. | Jeremy Allison | 2001-11-20 | 1 | -6/+9 |
* | Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the | Martin Pool | 2001-11-20 | 1 | -8/+8 |
* | Make the smbpasswd options/usage message a little less bizarre: it now | Martin Pool | 2001-11-19 | 1 | -22/+20 |
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 12 | -28/+20 |
* | Minor fixes to help display, and domain enumeration , and also preparation fo... | Steve French | 2001-11-12 | 1 | -19/+35 |
* | Internationalization enbalement for net utility - replace printf with d_printf | Jim McDonough | 2001-11-06 | 1 | -233/+233 |
* | Fix up pdbedit so that it at least compiles without warnings. | Andrew Bartlett | 2001-11-04 | 1 | -92/+61 |
* | Got serious about const again. | Jeremy Allison | 2001-11-04 | 1 | -18/+18 |
* | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 2001-11-03 | 1 | -4/+4 |
* | Adding support for net password, net service, net user info, fixing net helps | Steve French | 2001-11-03 | 1 | -59/+258 |
* | Parionia to ensure people don't install libsmb based programs setuid root. | Andrew Bartlett | 2001-10-31 | 1 | -1/+1 |
* | Fix up smbpasswd -e/-d so that it doesn't change the password under you any | Andrew Bartlett | 2001-10-30 | 1 | -11/+13 |
* | clear errno before a call, tdbsam will not update it. | Simo Sorce | 2001-10-29 | 1 | -1/+1 |
* | more compiler warnings | Herb Lewis | 2001-10-23 | 1 | -1/+1 |
* | Remove setbuffer which caused build errors | Jim McDonough | 2001-10-23 | 1 | -2/+0 |
* | Replace getopt_long with popt for parsing commandline options | Jim McDonough | 2001-10-23 | 1 | -136/+91 |
* | Added xstrdup, removed static version from smbpasswd.c | Jeremy Allison | 2001-10-22 | 1 | -14/+0 |
* | Add command-line remote management utility | Jim McDonough | 2001-10-19 | 1 | -0/+1510 |