summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison7-20/+58
2003-07-15Add a cli_ prefix to a few functions to ensure everything that takes a struct...Jeremy Allison1-10/+10
2003-07-15fix schannel processing on fragmented PDUs. 'net rpc vampire' works again.Gerald Carter1-1/+1
2003-07-15Fix memleakVolker Lendecke1-0/+2
2003-07-15We should report if a group mapping fails. This should fix bug#225.Volker Lendecke1-3/+1
2003-07-15Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy3-9/+59
2003-07-15Fix memleaksVolker Lendecke1-1/+6
2003-07-15Fix memleakVolker Lendecke1-1/+3
2003-07-15Jim, could you please look at this? smbpasswd -a <username> was brokenVolker Lendecke1-2/+2
2003-07-15Accept --with-expsam=no as valid option (do nothing on it). Simplifies automa...Alexander Bokovoy1-0/+2
2003-07-15Add mandir to installdir target. Otherwise installman fails for clean DESTDIRAlexander Bokovoy1-1/+1
2003-07-15remove -B and default to dual-daemon mode (-Y to run as a single process)Gerald Carter1-2/+2
2003-07-15make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force...Gerald Carter1-7/+17
2003-07-14fix cache coherency bug in print handle print_info_2 cache.Gerald Carter3-19/+48
2003-07-14Fix compile error noticed by Ken Cross, use the utility function insteadAndrew Bartlett1-14/+4
2003-07-14Fix SMB signing when using NTLMSSP...Andrew Bartlett2-93/+8
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett16-812/+1272
2003-07-14Don't bomb out when trying to unmarshall a zero length printerdata value.Tim Potter1-4/+3
2003-07-14Delete obsolete comment.Tim Potter1-1/+0
2003-07-14Undo 'Fix compiler warning'. It didn't work because the value of inbuf chang...Tim Potter1-21/+11
2003-07-13use the specific funtion we have to check if a SID belong to our domainSimo Sorce1-12/+6
2003-07-13Fix compiler warning.Rafal Szczesniak1-11/+21
2003-07-13Argl. Thinking twice and looking at the rest of callers of sid_compare_domainVolker Lendecke1-1/+6
2003-07-13We have an API to compare the domain parts of two SIDs, so use it.Volker Lendecke1-6/+1
2003-07-12Fixed memory leaks, added krb5 replay cache. Now I need to add code to checkJeremy Allison1-17/+72
2003-07-11patch for domain groups with no members (rpc only) from Ken CrossGerald Carter1-1/+1
2003-07-11Fix a small typo in a comment and pretty it up a bit.Richard Sharpe1-1/+1
2003-07-11fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter3-158/+114
2003-07-11fix unitialised variableGerald Carter1-0/+6
2003-07-11use names from enumerated type to get rid of compiler warningsHerb Lewis1-3/+3
2003-07-11Doesn't re-prompt for password when it is specified on the cmdlineJim McDonough1-2/+2
2003-07-11get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and insteadHerb Lewis2-3/+3
2003-07-11moving more code around.Gerald Carter20-842/+1059
2003-07-11Fix for bug 203. Avoid using an autoconf expanded variable preceeded by a ba...Tim Potter1-2/+1
2003-07-11Ignore *.poTim Potter1-0/+1
2003-07-10Just a few formatting fixed caught while testing.Rafal Szczesniak2-5/+1
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter9-35/+118
2003-07-10Final piece of support needed to find iconv libraries on FreeBSD.Richard Sharpe1-1/+4
2003-07-10Fix a small problem I seem to have introduced into aclocal.m4Richard Sharpe1-1/+0
2003-07-10pdbedit should not call idmap anymore. Otherwise pdbedit -L wouldVolker Lendecke2-14/+3
2003-07-10Add constVolker Lendecke1-1/+1
2003-07-10Fix shadow parameter warning.Tim Potter1-4/+4
2003-07-09Fix a small spelling mistake and push out the new version of aclocal.m4 toRichard Sharpe2-31/+60
2003-07-09Move find_missing_doc.pl to the docs systemJelmer Vernooij1-57/+0
2003-07-09Update for docbook XMLJelmer Vernooij1-45/+12
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter24-1144/+1652
2003-07-09more compile fixes for become/unbecome_root()Gerald Carter4-0/+60
2003-07-09fix linking issues in winbindd with become/unbecome_root() in passdb.cGerald Carter1-0/+14
2003-07-09Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no usefulJeremy Allison4-40/+31
2003-07-09Fix up become_root/unbecome_root pairs needed around local passdbJeremy Allison1-3/+17