| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added administrator access check for server side add, delete and setform | Tim Potter | 2002-01-31 | 1 | -10/+34 |
| * | Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM. | Tim Potter | 2002-01-31 | 1 | -1/+42 |
| * | Initialise some SAM_ACCOUNT structs to NULL, and add some more error checking. | Andrew Bartlett | 2002-01-31 | 1 | -6/+14 |
| * | Added addform, setform and deleteform cli functions. | Tim Potter | 2002-01-31 | 1 | -0/+164 |
| * | Added addform, setform and deleteform commands. The only one I could get | Tim Potter | 2002-01-31 | 1 | -4/+169 |
| * | Added some constants for the flags field in the FORM_1 structure. | Tim Potter | 2002-01-31 | 1 | -1/+5 |
| * | Added constant for WERR_FILE_EXISTS. | Tim Potter | 2002-01-31 | 1 | -0/+1 |
| * | this fixes the problem of not being able to add a SD to a file on a | Andrew Tridgell | 2002-01-31 | 2 | -4/+1 |
| * | preparing for release of 3.0-alpha14 | Samba Release Account | 2002-01-30 | 2 | -1/+30 |
| * | Back out herb's changes (to allow smbpasswd -x to work on accounts outside | Andrew Bartlett | 2002-01-30 | 1 | -10/+9 |
| * | An attempt at producing the correct Makefile magic for wrepld_proto.h to be | Andrew Bartlett | 2002-01-30 | 1 | -8/+9 |
| * | Addd wrepld (what a cool name!) | Tim Potter | 2002-01-30 | 1 | -0/+1 |
| * | Added wrepld_proto.h | Tim Potter | 2002-01-30 | 1 | -0/+1 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 413 | -788/+410 |
| * | Unused file. | Tim Potter | 2002-01-30 | 1 | -22/+0 |
| * | merge from 2.2 | Gerald Carter | 2002-01-30 | 1 | -1/+8 |
| * | merge change from @_2 to allow smbpasswd -x to delete user even if no | Herb Lewis | 2002-01-30 | 1 | -7/+10 |
| * | Fix for password change from Samuel Ziegler <sam@xpedion.com> | Tim Potter | 2002-01-30 | 1 | -11/+11 |
| * | Removed silly fprintf(stderr, ...) debug. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| * | Doc. | Martin Pool | 2002-01-29 | 1 | -1/+4 |
| * | Fix "strict allocate" to write the data out on ftruncate with extend. | Jeremy Allison | 2002-01-29 | 1 | -8/+70 |
| * | Since we have dynamic initialisation in the group mapping code, make | Tim Potter | 2002-01-29 | 3 | -82/+94 |
| * | make all-docs to make sure everything is up-to-date | Gerald Carter | 2002-01-28 | 31 | -32/+32 |
| * | Name another talloc. | Andrew Bartlett | 2002-01-28 | 1 | -1/+1 |
| * | minor fix and checks | Simo Sorce | 2002-01-27 | 1 | -2/+4 |
| * | Some more 'winbind default domain' support patches from Alexander Bokovoy | Andrew Bartlett | 2002-01-27 | 5 | -89/+38 |
| * | Yes, dev is an 'input/output' paramater... | Andrew Bartlett | 2002-01-27 | 1 | -2/+2 |
| * | Patch from Kevin Stefanik <kstef@mtppi.org> to do some more error checking for | Andrew Bartlett | 2002-01-27 | 1 | -6/+24 |
| * | merge from 2.2 and regenerate | Gerald Carter | 2002-01-27 | 9 | -2791/+1973 |
| * | Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdb | Andrew Bartlett | 2002-01-27 | 1 | -5/+10 |
| * | merge from APPLIANCE_HEAD | Gerald Carter | 2002-01-26 | 2 | -38/+4 |
| * | - Provide sid->name lookup support for non-unix accounts. | Andrew Bartlett | 2002-01-26 | 2 | -49/+72 |
| * | Back out some of the less well thought out ideas from last weeks work on | Andrew Bartlett | 2002-01-26 | 5 | -33/+24 |
| * | Bring this code into line with new winbind_lookup_name() interface. I think | Andrew Bartlett | 2002-01-26 | 1 | -10/+23 |
| * | Make a talloc'ed copy of this strings so we can pass the right kind of pointer | Andrew Bartlett | 2002-01-26 | 1 | -1/+5 |
| * | Rework lookup_name() to take seperate username/domain args, and to remove | Andrew Bartlett | 2002-01-26 | 1 | -31/+24 |
| * | Add the become_root()/unbecome_root() wrapper around the lookup_name() call, | Andrew Bartlett | 2002-01-26 | 1 | -1/+9 |
| * | Move the lsa code across to the changed args for lookup_name, and surround it | Andrew Bartlett | 2002-01-26 | 2 | -6/+13 |
| * | We may as well not use these temporary variables - they are only used once and | Andrew Bartlett | 2002-01-26 | 1 | -3/+1 |
| * | local_lookup_name() doens't acutally use its 'domain' argument, so drop it and | Andrew Bartlett | 2002-01-26 | 1 | -5/+3 |
| * | Change the winbind interface to use seperate 'domain' and 'username' feilds for | Andrew Bartlett | 2002-01-26 | 9 | -149/+56 |
| * | Allow a winbind client to obtain the server's domain name. | Andrew Bartlett | 2002-01-26 | 1 | -1/+13 |
| * | Remove the 'direct to winbind' hacks, as they should (if I understand | Andrew Bartlett | 2002-01-26 | 1 | -12/+0 |
| * | This always points at a string literal, so it probably should be 'const'. | Andrew Bartlett | 2002-01-26 | 1 | -1/+1 |
| * | Fix up a security issue with the way we handle domain groups retuned on the | Andrew Bartlett | 2002-01-26 | 3 | -25/+20 |
| * | fix typo | Andrew Bartlett | 2002-01-26 | 1 | -1/+1 |
| * | The new plugable password backend system needs to be initialised after | Andrew Bartlett | 2002-01-26 | 1 | -5/+5 |
| * | These changes commited on a 'no less broken' basis. | Andrew Bartlett | 2002-01-26 | 1 | -7/+5 |
| * | Try to get the compiler not to complain about assignments and truth values... | Andrew Bartlett | 2002-01-26 | 1 | -2/+1 |
| * | Try to move towards slightly sane linking for Samba by removing some pdb_...() | Andrew Bartlett | 2002-01-26 | 2 | -29/+62 |