summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-09-08make sure we substitute basic variables in read/write listGerald Carter1-2/+2
2003-09-08fix compile error on HP-UX 10.20Gerald Carter1-0/+5
2003-09-08fix valgrind errors; don't access cli_state pointer after it has been shutdownGerald Carter1-17/+13
2003-09-08Set PICFLAG="-fPIC" for gcc under HPUX.Tim Potter1-0/+2
2003-09-08Fix for bug #299.Tim Potter1-30/+80
2003-09-08Rename FOOLIBS to FOO_LIBS to be consistent with the rest of theTim Potter2-60/+60
2003-09-08Fix for bug #334. We don't unmarshall the trusted domain or secretsTim Potter1-6/+14
2003-09-08Reformat debug.Tim Potter1-4/+5
2003-09-08When enumerating dfs shares loop from 0 to lp_numservices() instead ofTim Potter1-1/+1
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke8-2/+390
2003-09-06Use djb-algorithm string hash - faster than the tdb one we used to use.Jeremy Allison1-8/+7
2003-09-06finish off bug 282. AAdd extra checks for pointers afterGerald Carter1-7/+7
2003-09-06Change some internal interfaces to cause the hash (which is *expensive*)Jeremy Allison1-18/+31
2003-09-06fix bug 382: make sure to free and reset the cli_state pointer after flushing...Gerald Carter1-0/+6
2003-09-06address bug #359. Andrew B's patch for implementing clientGerald Carter3-32/+39
2003-09-06revert retry loops in winbindd_ads as abartket points out, weGerald Carter2-314/+153
2003-09-06Only set sids when they're retrurned by the MySQL queryJelmer Vernooij1-2/+2
2003-09-05More cachegrind tuning, plus fix an error message.Jeremy Allison3-15/+38
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison26-119/+130
2003-09-05fixes for ads domain membership when only the realm is defined inGerald Carter5-17/+95
2003-09-05revert the change from r1.414 in HEAD that removed theGerald Carter1-7/+2
2003-09-05fix some output formattingGerald Carter1-0/+1
2003-09-05reformattingGerald Carter1-102/+107
2003-09-05fix some problems with the findsmb script due to changes in smbclient & nmblo...Gerald Carter1-29/+31
2003-09-05Very weird. On my SLES8 installation ntlm_auth would give missingVolker Lendecke1-1/+1
2003-09-05Fix for bug 282 that didn't get checked in.Tim Potter1-1/+1
2003-09-05fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter2-1/+34
2003-09-05should fix bug 364 & 311: Retry patch based on suggestion fromGerald Carter1-142/+316
2003-09-05Fix for bug #73. Name types can be specified using name#type notation.Tim Potter1-7/+31
2003-09-05Move $(KRBCLIENT_OBJ) to libnss_wins PICOBJ variable so it is converted toTim Potter1-5/+8
2003-09-05Hand optimisatinos for strrchr_m using the properties we know about MBJeremy Allison1-11/+47
2003-09-05Return 0 DFS links instead of -1 when dfs support is not enabled.Tim Potter1-1/+1
2003-09-04Removed {OLD,NEW}_NTDOMAIN cruft from mkproto.awkTim Potter1-14/+0
2003-09-04Fastpath strchr_m for ASCII.Jeremy Allison1-0/+13
2003-09-04More hand-tuning of the fastpath. Don't do strlen() when we're doingJeremy Allison2-14/+31
2003-09-04Check in Andrew's fix for bug #305 (always use lp_realm() )Gerald Carter2-15/+9
2003-09-04Remove convert_string_internal completely from fast path when processingJeremy Allison1-10/+18
2003-09-04Fix UNIX passwd sync properly. I've finally understoodJeremy Allison2-99/+63
2003-09-04More FreeBSD PAM compile fixes. Don't redefine PAM_AUTHTOK_RECOVER_ERRTim Potter1-0/+3
2003-09-04Produce an error if --with-pam_smbpass is specified and we can'tTim Potter1-3/+7
2003-09-04Quieten level 0 debug when probing for modules. We shouldn't display so loudTim Potter1-6/+22
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison4-12/+111
2003-09-04Produce an error if --with-pam is specified but no PAM headers can beTim Potter1-0/+7
2003-09-03Fix up overlapping memcpy -> memmove found by valgrind.Jeremy Allison1-1/+3
2003-09-03Try to add memory keytab support. It also includes much of the genericJim McDonough1-1/+141
2003-09-02Proposed patch for #308. Needs testing.Jeremy Allison1-7/+10
2003-09-02Disable rc4-hmac on broken heimdal setups. Pre-0.7 heimdal (or at least upJim McDonough1-2/+10
2003-09-02Check for support for in-memory keytabs, which are needed to make heimdalJim McDonough1-0/+22
2003-09-02Fix for bug 261. Create a configure #define for FreeBSD and a check inTim Potter2-2/+6
2003-09-01Fix comment strings to 43 bytes as per spec.Jeremy Allison1-3/+2