Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-11-25 | Minor typos | Volker Lendecke | 1 | -2/+2 |
2001-11-25 | portability fixes | Andrew Tridgell | 1 | -3/+6 |
2001-11-25 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2001-11-25 | better help | Andrew Tridgell | 1 | -1/+7 |
2001-11-25 | use generate_random_str() | Andrew Tridgell | 1 | -47/+4 |
2001-11-25 | added "net ads user" and "net ads group" commands | Andrew Tridgell | 1 | -19/+66 |
2001-11-25 | added "net ads status" command | Andrew Tridgell | 1 | -14/+39 |
2001-11-25 | made a "net ads" command, currently with "net ads join" and "net ads leave" | Andrew Tridgell | 2 | -4/+191 |
2001-11-24 | added "net join" command | Andrew Tridgell | 2 | -185/+191 |
2001-11-24 | rewrote net.c | Andrew Tridgell | 1 | -1260/+1071 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -6/+0 |
2001-11-23 | Changed how the privileges are stored in the group mapping code. It's now | Jean-François Micouleau | 1 | -18/+38 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 11 | -20/+0 |
2001-11-22 | added lsa_enum_sids to rpcclient | Jean-François Micouleau | 1 | -3/+2 |
2001-11-21 | W2K doesn't seem to respond to *#0 names in node status. Ensure name | Jeremy Allison | 1 | -1/+1 |
2001-11-20 | Merged in JohnR's ping messaging extension. | Jeremy Allison | 1 | -6/+9 |
2001-11-20 | Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the | Martin Pool | 1 | -8/+8 |
2001-11-19 | Make the smbpasswd options/usage message a little less bizarre: it now | Martin Pool | 1 | -22/+20 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 12 | -28/+20 |
2001-11-12 | Minor fixes to help display, and domain enumeration , and also preparation fo... | Steve French | 1 | -19/+35 |
2001-11-06 | Internationalization enbalement for net utility - replace printf with d_printf | Jim McDonough | 1 | -233/+233 |
2001-11-04 | Fix up pdbedit so that it at least compiles without warnings. | Andrew Bartlett | 1 | -92/+61 |
2001-11-04 | Got serious about const again. | Jeremy Allison | 1 | -18/+18 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 1 | -4/+4 |
2001-11-03 | Adding support for net password, net service, net user info, fixing net helps | Steve French | 1 | -59/+258 |
2001-10-31 | Parionia to ensure people don't install libsmb based programs setuid root. | Andrew Bartlett | 1 | -1/+1 |
2001-10-30 | Fix up smbpasswd -e/-d so that it doesn't change the password under you any | Andrew Bartlett | 1 | -11/+13 |
2001-10-29 | clear errno before a call, tdbsam will not update it. | Simo Sorce | 1 | -1/+1 |
2001-10-23 | more compiler warnings | Herb Lewis | 1 | -1/+1 |
2001-10-23 | Remove setbuffer which caused build errors | Jim McDonough | 1 | -2/+0 |
2001-10-23 | Replace getopt_long with popt for parsing commandline options | Jim McDonough | 1 | -136/+91 |
2001-10-22 | Added xstrdup, removed static version from smbpasswd.c | Jeremy Allison | 1 | -14/+0 |
2001-10-19 | Add command-line remote management utility | Jim McDonough | 1 | -0/+1510 |
2001-10-11 | first step in converting the head branch to use lang_tdb.c instead | Andrew Tridgell | 2 | -21/+36 |
2001-10-11 | Fixed bug when status=no and max smbd processes > 0. | Jeremy Allison | 1 | -0/+5 |
2001-10-03 | fix some possible memleaks and not tested reallocs spotted by Andreas Moroder | Simo Sorce | 1 | -0/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 9 | -21/+0 |
2001-09-30 | Don't try to write the LM password in the NT password feild. | Andrew Bartlett | 1 | -1/+0 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 2 | -22/+22 |
2001-09-27 | Removed smbpasswd_XX call (how did this get re-added, I removed all | Jeremy Allison | 1 | -1/+1 |
2001-09-27 | Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-). | Jeremy Allison | 1 | -127/+103 |
2001-09-27 | Major update to pdbedit's import and export code, in line with reqests for it | Andrew Bartlett | 1 | -81/+83 |