summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* | Tidy up some formatting. Get ready for allowing bad password lockout. (basedJeremy Allison2003-09-082-63/+56
* | Protect against core dump if ioctl for print job sends invalid fid. FoundJeremy Allison2003-09-081-1/+5
* | Fix for incorrect error message - found by Alex Davis <alex14641@yahoo.com>.Jeremy Allison2003-09-081-2/+2
* | make sure we substitute basic variables in read/write listGerald Carter2003-09-081-2/+2
* | fix compile error on HP-UX 10.20Gerald Carter2003-09-081-0/+5
* | fix valgrind errors; don't access cli_state pointer after it has been shutdownGerald Carter2003-09-081-17/+13
* | Set PICFLAG="-fPIC" for gcc under HPUX.Tim Potter2003-09-081-0/+2
* | Fix for bug #299.Tim Potter2003-09-081-30/+80
* | Rename FOOLIBS to FOO_LIBS to be consistent with the rest of theTim Potter2003-09-082-60/+60
* | Fix for bug #334. We don't unmarshall the trusted domain or secretsTim Potter2003-09-081-6/+14
* | Reformat debug.Tim Potter2003-09-081-4/+5
* | When enumerating dfs shares loop from 0 to lp_numservices() instead ofTim Potter2003-09-081-1/+1
* | Nobody complained on the team-list, so commit it ...Volker Lendecke2003-09-078-2/+390
* | Use djb-algorithm string hash - faster than the tdb one we used to use.Jeremy Allison2003-09-061-8/+7
* | finish off bug 282. AAdd extra checks for pointers afterGerald Carter2003-09-061-7/+7
* | Change some internal interfaces to cause the hash (which is *expensive*)Jeremy Allison2003-09-061-18/+31
* | fix bug 382: make sure to free and reset the cli_state pointer after flushing...Gerald Carter2003-09-061-0/+6
* | address bug #359. Andrew B's patch for implementing clientGerald Carter2003-09-063-32/+39
* | revert retry loops in winbindd_ads as abartket points out, weGerald Carter2003-09-062-314/+153
* | Only set sids when they're retrurned by the MySQL queryJelmer Vernooij2003-09-061-2/+2
* | More cachegrind tuning, plus fix an error message.Jeremy Allison2003-09-053-15/+38
* | More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-0526-119/+130
* | fixes for ads domain membership when only the realm is defined inGerald Carter2003-09-055-17/+95
* | revert the change from r1.414 in HEAD that removed theGerald Carter2003-09-051-7/+2
* | fix some output formattingGerald Carter2003-09-051-0/+1
* | reformattingGerald Carter2003-09-051-102/+107
* | fix some problems with the findsmb script due to changes in smbclient & nmblo...Gerald Carter2003-09-051-29/+31
* | Very weird. On my SLES8 installation ntlm_auth would give missingVolker Lendecke2003-09-051-1/+1
* | Fix for bug 282 that didn't get checked in.Tim Potter2003-09-051-1/+1
* | fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter2003-09-052-1/+34
* | should fix bug 364 & 311: Retry patch based on suggestion fromGerald Carter2003-09-051-142/+316
* | Fix for bug #73. Name types can be specified using name#type notation.Tim Potter2003-09-051-7/+31
* | Move $(KRBCLIENT_OBJ) to libnss_wins PICOBJ variable so it is converted toTim Potter2003-09-051-5/+8
* | Hand optimisatinos for strrchr_m using the properties we know about MBJeremy Allison2003-09-051-11/+47
* | Return 0 DFS links instead of -1 when dfs support is not enabled.Tim Potter2003-09-051-1/+1
* | Removed {OLD,NEW}_NTDOMAIN cruft from mkproto.awkTim Potter2003-09-041-14/+0
* | Fastpath strchr_m for ASCII.Jeremy Allison2003-09-041-0/+13
* | More hand-tuning of the fastpath. Don't do strlen() when we're doingJeremy Allison2003-09-042-14/+31
* | Check in Andrew's fix for bug #305 (always use lp_realm() )Gerald Carter2003-09-042-15/+9
* | Remove convert_string_internal completely from fast path when processingJeremy Allison2003-09-041-10/+18
* | Fix UNIX passwd sync properly. I've finally understoodJeremy Allison2003-09-042-99/+63
* | More FreeBSD PAM compile fixes. Don't redefine PAM_AUTHTOK_RECOVER_ERRTim Potter2003-09-041-0/+3
* | Produce an error if --with-pam_smbpass is specified and we can'tTim Potter2003-09-041-3/+7
* | Quieten level 0 debug when probing for modules. We shouldn't display so loudTim Potter2003-09-041-6/+22
* | Used cachegrind to track down some bottlenecks.Jeremy Allison2003-09-044-12/+111
* | Produce an error if --with-pam is specified but no PAM headers can beTim Potter2003-09-041-0/+7
* | Fix up overlapping memcpy -> memmove found by valgrind.Jeremy Allison2003-09-031-1/+3
* | Try to add memory keytab support. It also includes much of the genericJim McDonough2003-09-031-1/+141
* | Proposed patch for #308. Needs testing.Jeremy Allison2003-09-021-7/+10
* | Disable rc4-hmac on broken heimdal setups. Pre-0.7 heimdal (or at least upJim McDonough2003-09-021-2/+10