Age | Commit message (Expand) | Author | Files | Lines |
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-26 | Link wbinfo with popt_common.o | Tim Potter | 1 | -1/+2 |
2003-02-26 | Merge of exit path cleanup for EnumDomainUsers. | Tim Potter | 1 | -41/+23 |
2003-02-26 | Merge of python prototype header removal. | Tim Potter | 1 | -29/+0 |
2003-02-25 | Merge: newline on debug message. | Tim Potter | 1 | -1/+1 |
2003-02-25 | Merge: add popt_common_version to command line options table. | Tim Potter | 4 | -0/+4 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -110/+87 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -1/+2 |
2003-02-25 | Merge: const fixes. | Tim Potter | 16 | -119/+136 |
2003-02-25 | Merge: fix compiler warning. | Tim Potter | 1 | -0/+7 |
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 | 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 | Merge from HEAD. Use pstrcpy not safe_strcpy. | Jeremy Allison | 1 | -2/+2 |
2003-02-24 | Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ... | Jeremy Allison | 1 | -3/+1 |
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 HEAD | Martin Pool | 1 | -6/+13 |
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 | Make sure these values are never uninitialsised. | Andrew Bartlett | 1 | -2/+2 |
2003-02-24 | Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a share | Andrew Bartlett | 3 | -25/+67 |
2003-02-24 | Iconv as seperate library fixes from HEAD | Andrew Bartlett | 1 | -0/+5 |
2003-02-24 | Signed/unsigned fix from HEAD | Andrew Bartlett | 1 | -2/+2 |
2003-02-24 | Merge crypt(), ACL lib and shared lib changes from HEAD. | Andrew Bartlett | 3 | -57/+252 |
2003-02-24 | Merge paramaters for client-side-auth updates. | Andrew Bartlett | 1 | -0/+11 |
2003-02-24 | Fix a small stuffup in the HEAD -> 3.0 merge | Andrew Bartlett | 1 | -1/+0 |
2003-02-24 | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. | Andrew Bartlett | 13 | -247/+284 |
2003-02-24 | Makefile updates for the client-side auth/kerberos merge. | Andrew Bartlett | 1 | -39/+53 |
2003-02-24 | Missed a couple of files from the client-side kerberos merge | Andrew Bartlett | 3 | -4/+19 |
2003-02-24 | Merge off-by-one fix from HEAD (caused crash with --enable-developer) | Andrew Bartlett | 1 | -1/+1 |
2003-02-24 | Merge from HEAD client-side authentication changes: | Andrew Bartlett | 16 | -673/+1121 |