Age | Commit message (Expand) | Author | Files | Lines |
2003-07-16 | typo | Volker Lendecke | 1 | -1/+1 |
2003-07-16 | Spelling. | Tim Potter | 5 | -12/+12 |
2003-07-16 | removing outdated scripts | Gerald Carter | 2 | -91/+0 |
2003-07-16 | Fix up our auth_pipe code to always cope with fragmented datagrams, | Andrew Bartlett | 1 | -64/+41 |
2003-07-16 | fix typo in debug log | Gerald Carter | 1 | -1/+1 |
2003-07-16 | fixes for 'net rpc vampire'. I can now take a blank Samba host | Gerald Carter | 5 | -66/+47 |
2003-07-16 | Volker's patch for open_socket_out() to speed up connections | Gerald Carter | 1 | -3/+8 |
2003-07-16 | Fix from Dragan Krnic for handling files in tar archives > 8GB. | Tim Potter | 1 | -0/+10 |
2003-07-15 | Added the "required" keyword to the "client signing" parameter to force it | Jeremy Allison | 7 | -20/+58 |
2003-07-15 | Add a cli_ prefix to a few functions to ensure everything that takes a struct... | Jeremy Allison | 1 | -10/+10 |
2003-07-15 | fix schannel processing on fragmented PDUs. 'net rpc vampire' works again. | Gerald Carter | 1 | -1/+1 |
2003-07-15 | Fix memleak | Volker Lendecke | 1 | -0/+2 |
2003-07-15 | We should report if a group mapping fails. This should fix bug#225. | Volker Lendecke | 1 | -3/+1 |
2003-07-15 | Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n... | Alexander Bokovoy | 3 | -9/+59 |
2003-07-15 | Fix memleaks | Volker Lendecke | 1 | -1/+6 |
2003-07-15 | Fix memleak | Volker Lendecke | 1 | -1/+3 |
2003-07-15 | Jim, could you please look at this? smbpasswd -a <username> was broken | Volker Lendecke | 1 | -2/+2 |
2003-07-15 | Accept --with-expsam=no as valid option (do nothing on it). Simplifies automa... | Alexander Bokovoy | 1 | -0/+2 |
2003-07-15 | Add mandir to installdir target. Otherwise installman fails for clean DESTDIR | Alexander Bokovoy | 1 | -1/+1 |
2003-07-15 | remove -B and default to dual-daemon mode (-Y to run as a single process) | Gerald Carter | 1 | -2/+2 |
2003-07-15 | make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force... | Gerald Carter | 1 | -7/+17 |
2003-07-14 | fix cache coherency bug in print handle print_info_2 cache. | Gerald Carter | 3 | -19/+48 |
2003-07-14 | Fix compile error noticed by Ken Cross, use the utility function instead | Andrew Bartlett | 1 | -14/+4 |
2003-07-14 | Fix SMB signing when using NTLMSSP... | Andrew Bartlett | 2 | -93/+8 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 16 | -812/+1272 |
2003-07-14 | Don't bomb out when trying to unmarshall a zero length printerdata value. | Tim Potter | 1 | -4/+3 |
2003-07-14 | Delete obsolete comment. | Tim Potter | 1 | -1/+0 |
2003-07-14 | Undo 'Fix compiler warning'. It didn't work because the value of inbuf chang... | Tim Potter | 1 | -21/+11 |
2003-07-13 | use the specific funtion we have to check if a SID belong to our domain | Simo Sorce | 1 | -12/+6 |
2003-07-13 | Fix compiler warning. | Rafal Szczesniak | 1 | -11/+21 |
2003-07-13 | Argl. Thinking twice and looking at the rest of callers of sid_compare_domain | Volker Lendecke | 1 | -1/+6 |
2003-07-13 | We have an API to compare the domain parts of two SIDs, so use it. | Volker Lendecke | 1 | -6/+1 |
2003-07-12 | Fixed memory leaks, added krb5 replay cache. Now I need to add code to check | Jeremy Allison | 1 | -17/+72 |
2003-07-11 | patch for domain groups with no members (rpc only) from Ken Cross | Gerald Carter | 1 | -1/+1 |
2003-07-11 | Fix a small typo in a comment and pretty it up a bit. | Richard Sharpe | 1 | -1/+1 |
2003-07-11 | fix sid_to_[uid|gid] (spotted by Volker). | Gerald Carter | 3 | -158/+114 |
2003-07-11 | fix unitialised variable | Gerald Carter | 1 | -0/+6 |
2003-07-11 | use names from enumerated type to get rid of compiler warnings | Herb Lewis | 1 | -3/+3 |
2003-07-11 | Doesn't re-prompt for password when it is specified on the cmdline | Jim McDonough | 1 | -2/+2 |
2003-07-11 | get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and instead | Herb Lewis | 2 | -3/+3 |
2003-07-11 | moving more code around. | Gerald Carter | 20 | -842/+1059 |
2003-07-11 | Fix for bug 203. Avoid using an autoconf expanded variable preceeded by a ba... | Tim Potter | 1 | -2/+1 |
2003-07-11 | Ignore *.po | Tim Potter | 1 | -0/+1 |
2003-07-10 | Just a few formatting fixed caught while testing. | Rafal Szczesniak | 2 | -5/+1 |
2003-07-10 | i guess i'm the only one this ever annyoed... | Gerald Carter | 9 | -35/+118 |
2003-07-10 | Final piece of support needed to find iconv libraries on FreeBSD. | Richard Sharpe | 1 | -1/+4 |
2003-07-10 | Fix a small problem I seem to have introduced into aclocal.m4 | Richard Sharpe | 1 | -1/+0 |
2003-07-10 | pdbedit should not call idmap anymore. Otherwise pdbedit -L would | Volker Lendecke | 2 | -14/+3 |
2003-07-10 | Add const | Volker Lendecke | 1 | -1/+1 |
2003-07-10 | Fix shadow parameter warning. | Tim Potter | 1 | -4/+4 |