Age | Commit message (Expand) | Author | Files | Lines |
2004-02-04 | Fix final valgrind errors with #830. Catch mb conversion error that may not | Jeremy Allison | 1 | -2/+16 |
2004-02-04 | Fixup the allocate version of the function to do "crap" conversions too. | Jeremy Allison | 1 | -20/+83 |
2004-02-04 | Working on #830. Cope with bad conversions better - don't just memcpy but | Jeremy Allison | 2 | -11/+82 |
2004-02-02 | there are places in the samba3 code that don't check properly for | Andrew Tridgell | 1 | -0/+4 |
2004-02-02 | the conversion from int to size_t in charcnv did not take into account | Andrew Tridgell | 1 | -1/+1 |
2004-01-30 | Fix up name canonicalization (needed for krb5 keytab support later). | Jeremy Allison | 1 | -46/+28 |
2004-01-27 | Clarify comment on set_effective_uid() | Andrew Bartlett | 1 | -2/+10 |
2004-01-26 | Add a few more NTSTATUS <=> PAM error mappings. | Andrew Bartlett | 1 | -1/+3 |
2004-01-25 | Fix removal of attributes in LDAP - we would not actually remove the old | Andrew Bartlett | 1 | -16/+16 |
2004-01-23 | Fix decoding of base64. We got the length wrong when the result was not | Volker Lendecke | 1 | -0/+2 |
2004-01-22 | * Add SIGABRT to fault handling | Stefan Metzmacher | 1 | -3/+6 |
2004-01-15 | * BUG 446 | Gerald Carter | 1 | -0/+4 |
2004-01-15 | * Fix sys_chown() when no chown() is presend | Stefan Metzmacher | 1 | -0/+2 |
2004-01-15 | * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA | Stefan Metzmacher | 5 | -34/+181 |
2004-01-14 | fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS | Stefan Metzmacher | 1 | -2/+2 |
2004-01-07 | Fix for bug #922. Fast path not called for strlower_m() and strupper_m(). | Jeremy Allison | 1 | -2/+2 |
2004-01-06 | isolate ldap debug messages to the common smbldap_XXX() functions | Gerald Carter | 1 | -4/+9 |
2004-01-06 | XFS quota patch from Stefan Metzmacher <metze@metzemix.de>. | Jeremy Allison | 3 | -37/+48 |
2004-01-06 | Patch by Stefan Metzmacher <metze@metzemix.de>: | Andrew Bartlett | 1 | -0/+4 |
2004-01-06 | Patch based on work from James Peach <jpeach@sgi.com> to convert over to | Jeremy Allison | 1 | -0/+41 |
2004-01-05 | Added last missing file. | Jeremy Allison | 1 | -0/+486 |
2004-01-05 | Oops. Broke the build. Added missing files. | Jeremy Allison | 2 | -0/+608 |
2004-01-05 | Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked to | Jeremy Allison | 1 | -3/+3 |
2004-01-05 | Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2.... | Jeremy Allison | 1 | -529/+0 |
2004-01-05 | Always call the auto-init funciton - this avoids tdb segfaulting under | Andrew Bartlett | 1 | -0/+6 |
2003-12-31 | auth/auth_util.c: | Andrew Bartlett | 2 | -3/+3 |
2003-12-30 | The AFS pts command always generates completely lower-case user names. As case | Volker Lendecke | 1 | -1/+4 |
2003-12-26 | Based on patch by Petri Asikainen <paca@sci.fi> fix bug #387 and #330. | Andrew Bartlett | 1 | -14/+15 |
2003-12-25 | ldap rebind sleep -> ldap replication sleep | Andrew Bartlett | 1 | -1/+1 |
2003-12-25 | This is metze's LDAP rebind sleep patch: | Volker Lendecke | 1 | -0/+28 |
2003-12-25 | Fix our parsing of the LDAP url. We get around it as all decent systems seem | Volker Lendecke | 1 | -1/+1 |
2003-12-25 | Fix bug 916 - do not perform a + -> space substitution for squid URL encoded | Andrew Bartlett | 1 | -5/+0 |
2003-12-11 | Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit | Jeremy Allison | 1 | -0/+14 |
2003-12-10 | Fix #558 -- support ISO-8859-1 internally. Makes Solaris users a bit happier | Alexander Bokovoy | 1 | -0/+28 |
2003-12-09 | fix bug in get_peer_name() caused by --enable-developer and using the same sr... | Gerald Carter | 1 | -3/+11 |
2003-12-08 | working on bug 687; protect against null src strings in alloc_sub_basic() | Gerald Carter | 1 | -0/+7 |
2003-12-08 | make sure we use a real network address in case there are extra non-zero octe... | Gerald Carter | 1 | -1/+1 |
2003-12-05 | fix %a variable for Windows 2003 -> Win2K3 | Gerald Carter | 1 | -10/+14 |
2003-12-04 | support munged dial for ldapsam; patch from Aur�lien Degr�mont; bug 800 | Gerald Carter | 1 | -0/+1 |
2003-12-04 | don't crash on a NULL priviledge pointer; patch from Jianliang Lu | Gerald Carter | 1 | -0/+6 |
2003-12-01 | Get a little paranoid about memfree use in convert_string_allocate.. | Jeremy Allison | 1 | -7/+6 |
2003-12-01 | fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again;... | Gerald Carter | 1 | -1/+1 |
2003-11-26 | Clean up a comment noticed by Jonathan Shao@Panasas.com and remove an | Richard Sharpe | 1 | -3/+2 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -4/+10 |
2003-11-22 | Ensure that items in a list of strings containing whitespace | Gerald Carter | 1 | -1/+1 |
2003-11-19 | Look at error before using it in debug statement. | Jeremy Allison | 1 | -3/+2 |
2003-11-19 | Added useful information to debug lines. | Rafal Szczesniak | 1 | -4/+4 |
2003-11-18 | Useful debug message. Patch by metze. | Rafal Szczesniak | 1 | -2/+4 |
2003-11-18 | Remove unneeded second open for filename ending in '.' now we know it's | Jeremy Allison | 1 | -1/+1 |
2003-11-13 | Squelch some warnings with more casty-foo. | Richard Sharpe | 1 | -2/+2 |