summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett16-812/+1272
2003-07-14Typo fixes from Vorlon.John Terpstra3-24/+24
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-11fix winbindd init sctiptGerald Carter1-4/+8
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 yet another place where we store a Samba version number. )-:Tim Potter1-1/+1
2003-07-11Ignore autogenerated files.Tim Potter1-0/+4
2003-07-11Remove references to obsolete codepage binaries, codepages and unicodeTim Potter1-31/+0
2003-07-11Fix references to plain password registry files pointing at an oldTim Potter1-5/+6
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-10Document 'security = ads'Jelmer Vernooij1-4/+21
2003-07-10Fix typoJelmer Vernooij1-1/+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-09Don't print status message for every smb.conf option processed - it makes tra...Jelmer Vernooij1-6/+0
2003-07-09First results of 'make undocumented' - fix some typos and remove obsolete optionJelmer Vernooij6-30/+5
2003-07-09Move find_missing_doc.pl to the docs systemJelmer Vernooij1-0/+0
2003-07-09Add make target 'undocumented'Jelmer Vernooij1-0/+4
2003-07-09Be less verbose, support outputting all types of variables(both G and S)Jelmer Vernooij1-1/+1
2003-07-09Update for docbook XMLJelmer Vernooij1-45/+12
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter26-1148/+1731
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
2003-07-09Ensure we correctly test for errors in uid/gid_to sid.Jeremy Allison1-15/+14
2003-07-08Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison5-408/+443
2003-07-08standlone servers don't have any trusted domainsGerald Carter1-0/+5
2003-07-08fix bone head mistake when setting the uid in the server_info struct.Gerald Carter1-11/+3