Age | Commit message (Expand) | Author | Files | Lines |
2003-07-13 | We have an API to compare the domain parts of two SIDs, so use it. | Volker Lendecke | 1 | -6/+1 |
2003-07-12 | Fixed memory leaks, added krb5 replay cache. Now I need to add code to check | Jeremy Allison | 1 | -17/+72 |
2003-07-11 | patch for domain groups with no members (rpc only) from Ken Cross | Gerald Carter | 1 | -1/+1 |
2003-07-11 | Fix a small typo in a comment and pretty it up a bit. | Richard Sharpe | 1 | -1/+1 |
2003-07-11 | fix sid_to_[uid|gid] (spotted by Volker). | Gerald Carter | 3 | -158/+114 |
2003-07-11 | fix unitialised variable | Gerald Carter | 1 | -0/+6 |
2003-07-11 | fix winbindd init sctipt | Gerald Carter | 1 | -4/+8 |
2003-07-11 | use names from enumerated type to get rid of compiler warnings | Herb Lewis | 1 | -3/+3 |
2003-07-11 | Doesn't re-prompt for password when it is specified on the cmdline | Jim McDonough | 1 | -2/+2 |
2003-07-11 | get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and instead | Herb Lewis | 2 | -3/+3 |
2003-07-11 | moving more code around. | Gerald Carter | 20 | -842/+1059 |
2003-07-11 | Fix yet another place where we store a Samba version number. )-: | Tim Potter | 1 | -1/+1 |
2003-07-11 | Ignore autogenerated files. | Tim Potter | 1 | -0/+4 |
2003-07-11 | Remove references to obsolete codepage binaries, codepages and unicode | Tim Potter | 1 | -31/+0 |
2003-07-11 | Fix references to plain password registry files pointing at an old | Tim Potter | 1 | -5/+6 |
2003-07-11 | Fix for bug 203. Avoid using an autoconf expanded variable preceeded by a ba... | Tim Potter | 1 | -2/+1 |
2003-07-11 | Ignore *.po | Tim Potter | 1 | -0/+1 |
2003-07-10 | Just a few formatting fixed caught while testing. | Rafal Szczesniak | 2 | -5/+1 |
2003-07-10 | Document 'security = ads' | Jelmer Vernooij | 1 | -4/+21 |
2003-07-10 | Fix typo | Jelmer Vernooij | 1 | -1/+1 |
2003-07-10 | i guess i'm the only one this ever annyoed... | Gerald Carter | 9 | -35/+118 |
2003-07-10 | Final piece of support needed to find iconv libraries on FreeBSD. | Richard Sharpe | 1 | -1/+4 |
2003-07-10 | Fix a small problem I seem to have introduced into aclocal.m4 | Richard Sharpe | 1 | -1/+0 |
2003-07-10 | pdbedit should not call idmap anymore. Otherwise pdbedit -L would | Volker Lendecke | 2 | -14/+3 |
2003-07-10 | Add const | Volker Lendecke | 1 | -1/+1 |
2003-07-10 | Fix shadow parameter warning. | Tim Potter | 1 | -4/+4 |
2003-07-09 | Fix a small spelling mistake and push out the new version of aclocal.m4 to | Richard Sharpe | 2 | -31/+60 |
2003-07-09 | Don't print status message for every smb.conf option processed - it makes tra... | Jelmer Vernooij | 1 | -6/+0 |
2003-07-09 | First results of 'make undocumented' - fix some typos and remove obsolete option | Jelmer Vernooij | 6 | -30/+5 |
2003-07-09 | Move find_missing_doc.pl to the docs system | Jelmer Vernooij | 1 | -0/+0 |
2003-07-09 | Add make target 'undocumented' | Jelmer Vernooij | 1 | -0/+4 |
2003-07-09 | Be less verbose, support outputting all types of variables(both G and S) | Jelmer Vernooij | 1 | -1/+1 |
2003-07-09 | Update for docbook XML | Jelmer Vernooij | 1 | -45/+12 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 26 | -1148/+1731 |
2003-07-09 | more compile fixes for become/unbecome_root() | Gerald Carter | 4 | -0/+60 |
2003-07-09 | fix linking issues in winbindd with become/unbecome_root() in passdb.c | Gerald Carter | 1 | -0/+14 |
2003-07-09 | Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful | Jeremy Allison | 4 | -40/+31 |
2003-07-09 | Fix up become_root/unbecome_root pairs needed around local passdb | Jeremy Allison | 1 | -3/+17 |
2003-07-09 | Ensure we correctly test for errors in uid/gid_to sid. | Jeremy Allison | 1 | -15/+14 |
2003-07-08 | Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally | Jeremy Allison | 5 | -408/+443 |
2003-07-08 | standlone servers don't have any trusted domains | Gerald Carter | 1 | -0/+5 |
2003-07-08 | fix bone head mistake when setting the uid in the server_info struct. | Gerald Carter | 1 | -11/+3 |
2003-07-08 | Initialise the uid and gid values to a safe default in make_server_info() | Tim Potter | 1 | -0/+8 |
2003-07-08 | fix some formatting | Gerald Carter | 1 | -25/+24 |
2003-07-08 | fix temporary bug so people can test 3.0 again; make sure to initialize the u... | Gerald Carter | 1 | -1/+2 |
2003-07-08 | Spelling. | Tim Potter | 1 | -1/+1 |
2003-07-07 | Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inode | Jeremy Allison | 1 | -0/+10 |
2003-07-07 | Fix the build... | Jeremy Allison | 1 | -2/+1 |
2003-07-07 | Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcache | Jeremy Allison | 1 | -7/+9 |
2003-07-07 | another compile fix | Gerald Carter | 1 | -1/+1 |