Age | Commit message (Expand) | Author | Files | Lines |
2003-09-08 | Don't double-increment p in hash calculation. Found by valgrind. | Jeremy Allison | 1 | -1/+1 |
2003-09-08 | Fix valgrind-found read of uninit variable (ensure length is right). | Jeremy Allison | 1 | -3/+3 |
2003-09-08 | Tidy up some formatting. Get ready for allowing bad password lockout. (based | Jeremy Allison | 2 | -63/+56 |
2003-09-08 | Protect against core dump if ioctl for print job sends invalid fid. Found | Jeremy Allison | 1 | -1/+5 |
2003-09-08 | Fix for incorrect error message - found by Alex Davis <alex14641@yahoo.com>. | Jeremy Allison | 1 | -2/+2 |
2003-09-08 | make sure we substitute basic variables in read/write list | Gerald Carter | 1 | -2/+2 |
2003-09-08 | fix compile error on HP-UX 10.20 | Gerald Carter | 1 | -0/+5 |
2003-09-08 | fix valgrind errors; don't access cli_state pointer after it has been shutdown | Gerald Carter | 1 | -17/+13 |
2003-09-08 | Set PICFLAG="-fPIC" for gcc under HPUX. | Tim Potter | 1 | -0/+2 |
2003-09-08 | Fix for bug #299. | Tim Potter | 1 | -30/+80 |
2003-09-08 | Rename FOOLIBS to FOO_LIBS to be consistent with the rest of the | Tim Potter | 2 | -60/+60 |
2003-09-08 | Fix for bug #334. We don't unmarshall the trusted domain or secrets | Tim Potter | 1 | -6/+14 |
2003-09-08 | Reformat debug. | Tim Potter | 1 | -4/+5 |
2003-09-08 | When enumerating dfs shares loop from 0 to lp_numservices() instead of | Tim Potter | 1 | -1/+1 |
2003-09-07 | Nobody complained on the team-list, so commit it ... | Volker Lendecke | 8 | -2/+390 |
2003-09-06 | Use djb-algorithm string hash - faster than the tdb one we used to use. | Jeremy Allison | 1 | -8/+7 |
2003-09-06 | finish off bug 282. AAdd extra checks for pointers after | Gerald Carter | 1 | -7/+7 |
2003-09-06 | Change some internal interfaces to cause the hash (which is *expensive*) | Jeremy Allison | 1 | -18/+31 |
2003-09-06 | fix bug 382: make sure to free and reset the cli_state pointer after flushing... | Gerald Carter | 1 | -0/+6 |
2003-09-06 | address bug #359. Andrew B's patch for implementing client | Gerald Carter | 3 | -32/+39 |
2003-09-06 | revert retry loops in winbindd_ads as abartket points out, we | Gerald Carter | 2 | -314/+153 |
2003-09-06 | Only set sids when they're retrurned by the MySQL query | Jelmer Vernooij | 1 | -2/+2 |
2003-09-05 | More cachegrind tuning, plus fix an error message. | Jeremy Allison | 3 | -15/+38 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 26 | -119/+130 |
2003-09-05 | fixes for ads domain membership when only the realm is defined in | Gerald Carter | 5 | -17/+95 |
2003-09-05 | revert the change from r1.414 in HEAD that removed the | Gerald Carter | 1 | -7/+2 |
2003-09-05 | fix some output formatting | Gerald Carter | 1 | -0/+1 |
2003-09-05 | reformatting | Gerald Carter | 1 | -102/+107 |
2003-09-05 | fix some problems with the findsmb script due to changes in smbclient & nmblo... | Gerald Carter | 1 | -29/+31 |
2003-09-05 | Very weird. On my SLES8 installation ntlm_auth would give missing | Volker Lendecke | 1 | -1/+1 |
2003-09-05 | Fix for bug 282 that didn't get checked in. | Tim Potter | 1 | -1/+1 |
2003-09-05 | fix bug 397: use a variant of alloc_sub_basic() for string lists. | Gerald Carter | 2 | -1/+34 |
2003-09-05 | should fix bug 364 & 311: Retry patch based on suggestion from | Gerald Carter | 1 | -142/+316 |
2003-09-05 | Fix for bug #73. Name types can be specified using name#type notation. | Tim Potter | 1 | -7/+31 |
2003-09-05 | Move $(KRBCLIENT_OBJ) to libnss_wins PICOBJ variable so it is converted to | Tim Potter | 1 | -5/+8 |
2003-09-05 | Hand optimisatinos for strrchr_m using the properties we know about MB | Jeremy Allison | 1 | -11/+47 |
2003-09-05 | Return 0 DFS links instead of -1 when dfs support is not enabled. | Tim Potter | 1 | -1/+1 |
2003-09-04 | Removed {OLD,NEW}_NTDOMAIN cruft from mkproto.awk | Tim Potter | 1 | -14/+0 |
2003-09-04 | Fastpath strchr_m for ASCII. | Jeremy Allison | 1 | -0/+13 |
2003-09-04 | More hand-tuning of the fastpath. Don't do strlen() when we're doing | Jeremy Allison | 2 | -14/+31 |
2003-09-04 | Check in Andrew's fix for bug #305 (always use lp_realm() ) | Gerald Carter | 2 | -15/+9 |
2003-09-04 | Remove convert_string_internal completely from fast path when processing | Jeremy Allison | 1 | -10/+18 |
2003-09-04 | Fix UNIX passwd sync properly. I've finally understood | Jeremy Allison | 2 | -99/+63 |
2003-09-04 | More FreeBSD PAM compile fixes. Don't redefine PAM_AUTHTOK_RECOVER_ERR | Tim Potter | 1 | -0/+3 |
2003-09-04 | Produce an error if --with-pam_smbpass is specified and we can't | Tim Potter | 1 | -3/+7 |
2003-09-04 | Quieten level 0 debug when probing for modules. We shouldn't display so loud | Tim Potter | 1 | -6/+22 |
2003-09-04 | Used cachegrind to track down some bottlenecks. | Jeremy Allison | 4 | -12/+111 |
2003-09-04 | Produce an error if --with-pam is specified but no PAM headers can be | Tim Potter | 1 | -0/+7 |
2003-09-03 | Fix up overlapping memcpy -> memmove found by valgrind. | Jeremy Allison | 1 | -1/+3 |
2003-09-03 | Try to add memory keytab support. It also includes much of the generic | Jim McDonough | 1 | -1/+141 |