Age | Commit message (Expand) | Author | Files | Lines |
2003-02-25 | For some reason some attributes in ADS do not appear (and are not available) | Andrew Bartlett | 1 | -1/+63 |
2003-02-25 | tokenGroups are SIDs, so dump them as such. | Andrew Bartlett | 1 | -0/+1 |
2003-02-25 | Fix a really nasty bug where some users in AD domains (particularly child | Andrew Bartlett | 1 | -14/+90 |
2003-02-24 | Whenever we have a password, use the in-memory ccache. This fixes a bug where | Andrew Bartlett | 1 | -2/+3 |
2003-02-24 | Clean up non-krb5 breakages from my modifications to luke howard's patch. | Andrew Bartlett | 2 | -7/+2 |
2003-02-24 | Finish removing setenv replacements from smbwrapper. | Andrew Bartlett | 2 | -20/+2 |
2003-02-24 | Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead. | Andrew Bartlett | 1 | -3/+1 |
2003-02-24 | typo | Andrew Bartlett | 1 | -1/+1 |
2003-02-24 | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 8 | -42/+157 |
2003-02-24 | setenv takes 3 arguments... | Andrew Bartlett | 1 | -4/+4 |
2003-02-24 | If it's a pstring, use pstrcpy(). | Andrew Bartlett | 1 | -2/+2 |
2003-02-24 | Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy(). | Andrew Bartlett | 1 | -16/+9 |
2003-02-24 | Quieten compiler warning. | Tim Potter | 1 | -0/+7 |
2003-02-24 | Merge documentation from 3_0. | Martin Pool | 1 | -6/+13 |
2003-02-24 | Always initialise | Andrew Bartlett | 1 | -2/+2 |
2003-02-24 | Merge: | Tim Potter | 1 | -7/+5 |
2003-02-24 | Add const | Andrew Bartlett | 1 | -4/+4 |
2003-02-24 | Fix 2 off-by-one bugs in the use of malloc()ed strings and safe_strcpy(). | Andrew Bartlett | 2 | -3/+5 |
2003-02-23 | forgot the altered include file | Simo Sorce | 1 | -4/+4 |
2003-02-23 | move genparser to use talloc contexts instead of [m|c|re]alloc() and free()s | Simo Sorce | 2 | -152/+163 |
2003-02-22 | Make sure we set the error code to indicate failure... | Andrew Bartlett | 1 | -2/+11 |
2003-02-22 | See if I can make this look slightly like C. It compiled locally, honest... | Andrew Bartlett | 1 | -3/+4 |
2003-02-22 | More signed/unsigned fixes (yes, I run with funny compiler options) and | Andrew Bartlett | 9 | -19/+20 |
2003-02-22 | Fixes from Paul Green and vorlon@debian.org for building shared libraries | Andrew Bartlett | 2 | -32/+99 |
2003-02-22 | Fix comment - the other bits of code don't call this any more. | Andrew Bartlett | 1 | -4/+1 |
2003-02-22 | Add static | Andrew Bartlett | 2 | -8/+8 |
2003-02-22 | With assuptions about unixsam gone, we can forget about looking up | Andrew Bartlett | 1 | -4/+1 |
2003-02-22 | Remove 'unixsam' from the default passdb backends. | Andrew Bartlett | 10 | -283/+264 |
2003-02-22 | First check if the user is in the passdb, then check Get_Pwnam(). | Andrew Bartlett | 2 | -31/+61 |
2003-02-22 | When checking is_locked() new WRITE locks conflict with existing READ locks even | Jeremy Allison | 1 | -3/+10 |
2003-02-22 | New locktest7 code based on patch from "Srikanta Shivanna" <sshivanna@pillard... | Jeremy Allison | 1 | -0/+134 |
2003-02-22 | Fix a DEBUG() formatting, add some more debug to our SID pulling code and | Andrew Bartlett | 2 | -19/+34 |
2003-02-21 | i patched the wrong branch! s/unistr2_to_dos/unistr2_to_ascii/ | Gerald Carter | 1 | -1/+1 |
2003-02-21 | couple of merges from APP_HEAD | Gerald Carter | 2 | -4/+25 |
2003-02-21 | patch from Hal Roberts check for a valid [f]chmod_acl function pointer before... | Gerald Carter | 1 | -2/+12 |
2003-02-21 | Fix IRIX build...void fn can't return another void fn | Jim McDonough | 1 | -1/+2 |
2003-02-21 | rename 'winbind backend' to 'idmap backend'. Put paramter in security sectio... | Jim McDonough | 2 | -27/+27 |
2003-02-21 | Added comments to make it clearer when we're assigning a pointer that it | Jeremy Allison | 1 | -0/+12 |
2003-02-21 | Ignore errors on python_clean target. | Tim Potter | 1 | -1/+1 |
2003-02-21 | Doesn't anyone run ./configure.developer anymore? | Tim Potter | 1 | -1/+1 |
2003-02-21 | Fix another compiler warning. | Tim Potter | 1 | -1/+0 |
2003-02-21 | Fixed another compiler warning. | Tim Potter | 1 | -1/+1 |
2003-02-21 | Fixed compiler warning. | Tim Potter | 2 | -2/+1 |
2003-02-21 | Added enumdomusers command. | Tim Potter | 1 | -0/+75 |
2003-02-21 | Exit path cleanup for cli_samr_enum_dom_users() | Tim Potter | 1 | -34/+18 |
2003-02-21 | Fix for only specifying one command with -c | Tim Potter | 1 | -1/+4 |
2003-02-21 | Doxygen janitor | Martin Pool | 1 | -3/+10 |
2003-02-20 | From aliguori@us.ibm.com: | Jim McDonough | 5 | -438/+738 |
2003-02-20 | Make init_module() and thus smb_load_module() return an int. | Jelmer Vernooij | 4 | -15/+15 |
2003-02-20 | Added Volkers "print server role" patch. | Jeremy Allison | 1 | -0/+22 |