summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
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
2003-07-08Initialise the uid and gid values to a safe default in make_server_info()Tim Potter1-0/+8
2003-07-08fix some formattingGerald Carter1-25/+24
2003-07-08fix temporary bug so people can test 3.0 again; make sure to initialize the u...Gerald Carter1-1/+2
2003-07-08Spelling.Tim Potter1-1/+1
2003-07-07Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inodeJeremy Allison1-0/+10
2003-07-07Fix the build...Jeremy Allison1-2/+1
2003-07-07Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcacheJeremy Allison1-7/+9
2003-07-07another compile fixGerald Carter1-1/+1
2003-07-07fix some compile problems. Can't get IDMAP_OBJ our of proto.hGerald Carter2-6/+8
2003-07-07Cleaning up linking issues. sam/idmap*.c only links inGerald Carter6-305/+134
2003-07-07Fixed a couple of const issues with the new code.Jeremy Allison2-3/+3
2003-07-07temporarily disable a sanity check to prevent winbindd from deadlockingGerald Carter1-1/+3
2003-07-07and so it begins....Gerald Carter21-277/+874
2003-07-07Call the synchronous version of the ldap delete function otherwise we end upTim Potter1-1/+1
2003-07-06Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed thereAndrew Bartlett1-13/+13
2003-07-06This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett3-10/+7
2003-07-05This parameter is unused.Andrew Bartlett1-4/+0
2003-07-05Fix commentAndrew Bartlett1-1/+1
2003-07-05Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett7-13/+48
2003-07-05Fixes to our LDAP/vampire codepaths:Andrew Bartlett7-48/+123
2003-07-05PAM should operate on the Unix username, not the NT username (which might notAndrew Bartlett1-6/+6
2003-07-05Allow modification of an existing entry.Andrew Bartlett1-15/+36
2003-07-04Add smb_event_id to list of return types (patch from metze)Jelmer Vernooij1-1/+1
2003-07-04More conversions I missed. Thanks metze.Jeremy Allison3-7/+7
2003-07-04Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison2-4/+4