Age | Commit message (Expand) | Author | Files | Lines |
2003-08-25 | fix bug 289; make sure to reset the offset into a string when reallocating space | Gerald Carter | 1 | -1/+2 |
2003-08-23 | Half-way though the big conversion of all nmbd access to wire elements being | Jeremy Allison | 1 | -0/+10 |
2003-08-21 | Shut conversion errors up when initialising tables. | Jeremy Allison | 1 | -12/+24 |
2003-08-20 | Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed | Jeremy Allison | 1 | -34/+92 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 4 | -4/+46 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 2 | -8/+8 |
2003-08-15 | get rid of compiler warnings | Herb Lewis | 2 | -2/+2 |
2003-08-15 | get rid of const as these things really are not const | Herb Lewis | 1 | -5/+5 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 1 | -2/+1 |
2003-08-15 | add IRIX EA support | Herb Lewis | 1 | -1/+158 |
2003-08-14 | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 1 | -0/+30 |
2003-08-13 | 2 fixes | Gerald Carter | 1 | -0/+27 |
2003-08-12 | Fix for bugid #205 - work by Andrew Bartlet (modified to use | Jeremy Allison | 2 | -39/+54 |
2003-08-12 | Fix client autonegotiate signing. | Volker Lendecke | 1 | -1/+2 |
2003-08-11 | Apply some const | Volker Lendecke | 1 | -2/+2 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 2 | -2/+2 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -1/+1 |
2003-07-31 | Return proper error when it is impossible to change quota flags | Alexander Bokovoy | 1 | -2/+23 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -3/+22 |
2003-07-29 | split replace into replace and replace1 to allow setenv to be used by | Herb Lewis | 2 | -18/+42 |
2003-07-29 | Add NT quotas support. Users allowed now to manage quotas on systems with sys... | Alexander Bokovoy | 1 | -44/+169 |
2003-07-27 | If we strupper_m after the alpha_strcpy() we know that it is less likaly | Andrew Bartlett | 1 | -2/+2 |
2003-07-27 | When removing an 'unused' function, it helps to remove the 'unused' callers... | Andrew Bartlett | 1 | -76/+0 |
2003-07-27 | Use push_ucs2_allocate(), rather than convert_string_allocate() directly. | Andrew Bartlett | 2 | -45/+9 |
2003-07-27 | Some small fixes to our charset conversion code: | Andrew Bartlett | 1 | -50/+70 |
2003-07-25 | Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ... | Gerald Carter | 1 | -1/+1 |
2003-07-25 | fix user_in_list to work with winbind groups again; my bug | Gerald Carter | 1 | -1/+1 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 3 | -5/+5 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 3 | -3/+3 |
2003-07-23 | Ensure a prototype is generated for smb_snprintf() | Tim Potter | 1 | -1/+1 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 3 | -4/+4 |
2003-07-23 | A fix for bug 174. I'm pushing this to the tree to test it on one of | Tim Potter | 1 | -4/+2 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 1 | -1/+1 |
2003-07-22 | Replace the eight (!) copies of dummy become/unbecome root with a single one. | Tim Potter | 1 | -0/+33 |
2003-07-19 | Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings. | Andrew Bartlett | 1 | -11/+24 |
2003-07-17 | Disconnect an idle LDAP connection after 150 seconds. | Volker Lendecke | 1 | -1/+43 |
2003-07-16 | Add API framework for server SMB signing. | Jeremy Allison | 1 | -82/+100 |
2003-07-16 | Volker's patch for open_socket_out() to speed up connections | Gerald Carter | 1 | -3/+8 |
2003-07-15 | Fix memleak | Volker Lendecke | 1 | -1/+3 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 1 | -0/+11 |
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 | Fix compiler warning. | Rafal Szczesniak | 1 | -11/+21 |
2003-07-11 | moving more code around. | Gerald Carter | 1 | -0/+148 |
2003-07-10 | Add const | Volker Lendecke | 1 | -1/+1 |
2003-07-07 | and so it begins.... | Gerald Carter | 2 | -3/+3 |
2003-07-05 | Fixes to our LDAP/vampire codepaths: | Andrew Bartlett | 1 | -0/+4 |
2003-07-04 | This patch cleans up some of our ldap code, for better behaviour: | Andrew Bartlett | 1 | -1/+37 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 5 | -24/+24 |
2003-07-02 | Added fix for Japanese case names in statcache - these can change | Jeremy Allison | 2 | -2/+49 |
2003-07-02 | Fix poptOption definition for --no-pass and --kerberos options. The 'value' | Tim Potter | 1 | -2/+2 |