summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-04-06Fix the handling of smb.conf in libsmbclient.Richard Sharpe1-6/+9
2003-04-06fix commitSimo Sorce2-3/+3
2003-04-06Clean up error messages on cli pipe disconnection, including adding the messageAndrew Bartlett1-4/+8
2003-04-06Fix some mixture of FLAG_GLOBAL|FLAG_SHARE in synonymsAlexander Bokovoy1-3/+3
2003-04-06Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void...Andrew Bartlett1-2/+2
2003-04-06SMB signing updates - this gets NTLMSSP signing workin to the point where IAndrew Bartlett4-16/+39
2003-04-06Fix memory leak of the key.Andrew Bartlett1-0/+1
2003-04-06Don't bail if we have a badly formed record, just move on to the next one.Andrew Bartlett1-1/+1
2003-04-06strequal() returns True for equal, not an intAndrew Tridgell1-2/+4
2003-04-06don't rely on realloc() working on NULLAndrew Tridgell1-3/+3
2003-04-06If the string does not convert back, print the buggy result.Andrew Bartlett1-3/+10
2003-04-06Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.Andrew Bartlett2-1/+44
2003-04-06This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on theSimo Sorce4-156/+42
2003-04-06Make autogen.sh more portable by having it work on both Linux and FreeBSDRichard Sharpe1-2/+2
2003-04-06Fix building on platforms without ldapJelmer Vernooij2-3/+5
2003-04-05Fix debug handling in libsmbclient.c.Richard Sharpe2-6/+6
2003-04-05some more idmapping :)Simo Sorce3-25/+70
2003-04-04Some more good stuff from coolo.Richard Sharpe3-103/+94
2003-04-04Replace 'so' by $SHLIBEXTJelmer Vernooij1-38/+35
2003-04-04Use $SHLIBEXT, not .soJelmer Vernooij1-2/+5
2003-04-04Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2-0/+5
2003-04-04Some castiness for Don McCall.Richard Sharpe1-2/+2
2003-04-04Fix for very subtle POSIX lock interaction race condition found byJeremy Allison3-15/+46
2003-04-04This is a merge of the NETLOGON schannel server code from SambaVolker Lendecke7-35/+581
2003-04-04Merge from Subversion r50.Martin Pool1-68/+180
2003-04-04Merge from Subversion:Martin Pool1-1/+6
2003-04-04t_doschar: Test harness that exercises check_dos_char()Martin Pool1-0/+3
2003-04-04Test harness that exercises check_dos_char()Martin Pool1-0/+42
2003-04-04Fix the new storage code to correctly convert from system queue info toJeremy Allison1-3/+15
2003-04-04SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>Tim Potter2-0/+90
2003-04-04Fix compiler warning - cli_lsa_query_info_policy actually returns theTim Potter1-3/+5
2003-04-04Updated warning messages for when configure.in is updated.Tim Potter1-2/+2
2003-04-04Removed unused variables.Tim Potter1-2/+0
2003-04-04Fixed compiler warning.Tim Potter1-1/+1
2003-04-04better method of locating autoconf and autoheader; patch by Willi MannGerald Carter1-16/+40
2003-04-04Abort configure if --with-ads and --without-ldap.Tim Potter1-0/+5
2003-04-03Give warning if 'drvupgrade' doesn't get a parameterJelmer Vernooij1-0/+5
2003-04-03Fix a compile warning in slprintf format string.Tim Potter1-4/+4
2003-04-03The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough7-707/+1276
2003-04-03Fixup swat warning.Jeremy Allison2-1/+7
2003-04-02winbindd should depend on IDMAP_OBJ too, not just link with itJelmer Vernooij1-3/+3
2003-04-02More of coolo's changes for UTF-8 and some minor fixes of mine.Richard Sharpe1-17/+37
2003-04-02There's no need to use LDAP_CFLAGS, just use CFLAGSJelmer Vernooij1-4/+4
2003-04-02Only use cflags and libs from krb5 when they appear to be working - fixesJelmer Vernooij1-3/+4
2003-04-02Commit some more fixes for Coolo ...Richard Sharpe4-52/+31
2003-04-02Add staticJelmer Vernooij2-2/+2
2003-04-02Add const (from a patch by Stephan Kulow <coolo@kde.org>)Jelmer Vernooij3-18/+20
2003-04-02Add KRB5LIBS to smbmountJelmer Vernooij1-1/+1
2003-04-02Link in lib/snprintf.o with editreg for use on systems that don't have snprintfJelmer Vernooij1-1/+1
2003-04-02Add EDITREG_OBJJelmer Vernooij1-2/+3