summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* | moving more code around.Gerald Carter2003-07-1120-842/+1059
* | Fix for bug 203. Avoid using an autoconf expanded variable preceeded by a ba...Tim Potter2003-07-111-2/+1
* | Ignore *.poTim Potter2003-07-111-0/+1
* | Just a few formatting fixed caught while testing.Rafal Szczesniak2003-07-102-5/+1
* | i guess i'm the only one this ever annyoed...Gerald Carter2003-07-109-35/+118
* | Final piece of support needed to find iconv libraries on FreeBSD.Richard Sharpe2003-07-101-1/+4
* | Fix a small problem I seem to have introduced into aclocal.m4Richard Sharpe2003-07-101-1/+0
* | pdbedit should not call idmap anymore. Otherwise pdbedit -L wouldVolker Lendecke2003-07-102-14/+3
* | Add constVolker Lendecke2003-07-101-1/+1
* | Fix shadow parameter warning.Tim Potter2003-07-101-4/+4
* | Fix a small spelling mistake and push out the new version of aclocal.m4 toRichard Sharpe2003-07-092-31/+60
* | Move find_missing_doc.pl to the docs systemJelmer Vernooij2003-07-091-57/+0
* | Update for docbook XMLJelmer Vernooij2003-07-091-45/+12
* | Large set of changes to add UNIX account/group managementGerald Carter2003-07-0924-1144/+1652
* | more compile fixes for become/unbecome_root()Gerald Carter2003-07-094-0/+60
* | fix linking issues in winbindd with become/unbecome_root() in passdb.cGerald Carter2003-07-091-0/+14
* | Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no usefulJeremy Allison2003-07-094-40/+31
* | Fix up become_root/unbecome_root pairs needed around local passdbJeremy Allison2003-07-091-3/+17
* | Ensure we correctly test for errors in uid/gid_to sid.Jeremy Allison2003-07-091-15/+14
* | Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison2003-07-085-408/+443
* | standlone servers don't have any trusted domainsGerald Carter2003-07-081-0/+5
* | fix bone head mistake when setting the uid in the server_info struct.Gerald Carter2003-07-081-11/+3
* | Initialise the uid and gid values to a safe default in make_server_info()Tim Potter2003-07-081-0/+8
* | fix some formattingGerald Carter2003-07-081-25/+24
* | fix temporary bug so people can test 3.0 again; make sure to initialize the u...Gerald Carter2003-07-081-1/+2
* | Spelling.Tim Potter2003-07-081-1/+1
* | Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inodeJeremy Allison2003-07-071-0/+10
* | Fix the build...Jeremy Allison2003-07-071-2/+1
* | Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcacheJeremy Allison2003-07-071-7/+9
* | another compile fixGerald Carter2003-07-071-1/+1
* | fix some compile problems. Can't get IDMAP_OBJ our of proto.hGerald Carter2003-07-072-6/+8
* | Cleaning up linking issues. sam/idmap*.c only links inGerald Carter2003-07-076-305/+134
* | Fixed a couple of const issues with the new code.Jeremy Allison2003-07-072-3/+3
* | temporarily disable a sanity check to prevent winbindd from deadlockingGerald Carter2003-07-071-1/+3
* | and so it begins....Gerald Carter2003-07-0721-277/+874
* | Call the synchronous version of the ldap delete function otherwise we end upTim Potter2003-07-071-1/+1
* | Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed thereAndrew Bartlett2003-07-061-13/+13
* | This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett2003-07-063-10/+7
* | This parameter is unused.Andrew Bartlett2003-07-051-4/+0
* | Fix commentAndrew Bartlett2003-07-051-1/+1
* | Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett2003-07-057-13/+48
* | Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-057-48/+123
* | PAM should operate on the Unix username, not the NT username (which might notAndrew Bartlett2003-07-051-6/+6
* | Allow modification of an existing entry.Andrew Bartlett2003-07-051-15/+36
* | Add smb_event_id to list of return types (patch from metze)Jelmer Vernooij2003-07-041-1/+1
* | More conversions I missed. Thanks metze.Jeremy Allison2003-07-043-7/+7
* | Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison2003-07-042-4/+4
* | Don't allow RIDs (in our domain) below 1000 (or algorithmic rid base) to beAndrew Bartlett2003-07-041-0/+5
* | This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-048-990/+724
* | Fix memleak in groupdb. Spotted by MetzeAlexander Bokovoy2003-07-041-1/+1