Age | Commit message (Expand) | Author | Files | Lines |
2003-07-17 | Ban getgrouplist on linux glibc systems with glibc <= 2.3. | Volker Lendecke | 1 | -1/+33 |
2003-07-17 | Fix for bug 222 from Marcin Owsiany. | Tim Potter | 1 | -0/+5 |
2003-07-17 | Don't use pstrcpy on non-pstrings. | Tim Potter | 1 | -1/+1 |
2003-07-17 | In the presense of RPC fragments, schannel is not strictly request/reply, | Andrew Bartlett | 2 | -10/+0 |
2003-07-17 | Correctly toggle the signing state to what it was previosly when sending | Jeremy Allison | 2 | -15/+13 |
2003-07-17 | Don't allow read/write raw when signing is active. | Jeremy Allison | 1 | -0/+8 |
2003-07-17 | Putting the framework for server signing in place. Ensure we don't use | Jeremy Allison | 3 | -6/+89 |
2003-07-16 | Refactor signing code to remove most dependencies on 'struct cli'. | Jeremy Allison | 5 | -110/+143 |
2003-07-16 | Further Debian fixes. | Eloy Paris | 3 | -26/+29 |
2003-07-16 | Add API framework for server SMB signing. | Jeremy Allison | 5 | -86/+128 |
2003-07-16 | Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed. | Jeremy Allison | 3 | -5/+33 |
2003-07-16 | Reformatting fixes to bring in line with the rest of the source. | Jeremy Allison | 1 | -338/+325 |
2003-07-16 | adding command for moving a record from one tdb to another | Gerald Carter | 1 | -0/+55 |
2003-07-16 | make tdbtool deal with NULL and non-NULL terminated keys | Gerald Carter | 1 | -4/+14 |
2003-07-16 | sync with release tree | Gerald Carter | 1 | -1/+1 |
2003-07-16 | Fix memleak | Volker Lendecke | 1 | -1/+4 |
2003-07-16 | typo | Volker Lendecke | 1 | -1/+1 |
2003-07-16 | Spelling. | Tim Potter | 5 | -12/+12 |
2003-07-16 | Documentation Update for Beta3. | John Terpstra | 70 | -17354/+18554 |
2003-07-16 | removing outdated scripts | Gerald Carter | 2 | -91/+0 |
2003-07-16 | remove outdated doc | Gerald Carter | 1 | -150/+0 |
2003-07-16 | adding another missing doc | Gerald Carter | 1 | -0/+16 |
2003-07-16 | updating WHATSNEW | Gerald Carter | 2 | -83/+146 |
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 | Debian updates. Brings files in packaging/Debian on par with the | Eloy Paris | 22 | -276/+967 |
2003-07-15 | Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n... | Alexander Bokovoy | 4 | -9/+66 |
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 | Mandrake packaging updates from Buchan | Gerald Carter | 8 | -97/+203 |
2003-07-15 | Accept --with-expsam=no as valid option (do nothing on it). Simplifies automa... | Alexander Bokovoy | 1 | -0/+2 |
2003-07-15 | Fix cut&paste bug in strdup() usage example. Found by Metze | Alexander Bokovoy | 1 | -1/+1 |
2003-07-15 | Add mandir to installdir target. Otherwise installman fails for clean DESTDIR | Alexander Bokovoy | 1 | -1/+1 |
2003-07-15 | odding some more docs | Gerald Carter | 1 | -0/+17 |
2003-07-15 | adding docs on hew parameters I added. | Gerald Carter | 2 | -0/+30 |
2003-07-15 | update docs to reflect the change in default behavior for winbindd | Gerald Carter | 1 | -7/+6 |
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-15 | SPNEGO SMB signing is now fixed for NTLMSSP, with kerberos to follow shortly. | Andrew Bartlett | 1 | -3/+0 |
2003-07-14 | fix cache coherency bug in print handle print_info_2 cache. | Gerald Carter | 3 | -19/+48 |
2003-07-14 | Small documentation fixes from Metze | Alexander Bokovoy | 1 | -2/+2 |