Age | Commit message (Expand) | Author | Files | Lines |
2003-02-27 | Fix possible memory leak on failure. | Andrew Bartlett | 1 | -0/+1 |
2003-02-27 | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 7 | -19/+162 |
2003-02-26 | Add -Wwrite-strings to our --enable-developer settings. | Andrew Bartlett | 1 | -2/+2 |
2003-02-26 | Netlogon-unigroup changes needed for the winbind RID-to-SID conversion. | Andrew Bartlett | 1 | -12/+25 |
2003-02-26 | Kill RID-only and domain+RID madness from winbind. | Andrew Bartlett | 9 | -440/+377 |
2003-02-26 | init_valid_table: Fix a memory leak that would lose the | Martin Pool | 1 | -8/+15 |
2003-02-26 | Merge from appliance: | Tim Potter | 1 | -34/+23 |
2003-02-25 | Fix compiler warning. | Tim Potter | 1 | -1/+1 |
2003-02-25 | More const fixes and flow on fixes from yesterday's const-fest. | Tim Potter | 16 | -89/+97 |
2003-02-25 | Fix unused variable warning when ENCTYPE_ARCFOUR_HMAC is not defined. | Tim Potter | 1 | -0/+2 |
2003-02-25 | Fix breakage done by myself yesterday. | Tim Potter | 1 | -6/+3 |
2003-02-25 | Progress on CR 601 | Gerald Carter | 6 | -315/+388 |
2003-02-25 | Fixed up some const related compiler warnings. | Tim Potter | 5 | -39/+42 |
2003-02-25 | After some comments from tridge, clean the new usergroups code into a helper | Andrew Bartlett | 1 | -71/+94 |
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 |