summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * removing extra comma in --with-fhsGerald Carter2004-03-151-1/+1
| * more fixes from 3.0Gerald Carter2004-03-151-3/+3
| * sync small fixes from 3.0 and fix compiler warning in priv codeGerald Carter2004-03-156-13/+11
| * fix byte ordering problem when storing the updating pid for the lpq cache; wa...Gerald Carter2004-03-151-2/+5
| * Ok, one of the latest cleanups did too much... :-)Volker Lendecke2004-03-141-29/+62
| * Clean up a bit :-)Volker Lendecke2004-03-142-57/+13
| * Fix 'getent group aliasname', this did not look in pdb.Volker Lendecke2004-03-141-7/+12
| * Add and delete aliases via srv_samr_nt. For that I added a RID allocation callVolker Lendecke2004-03-147-58/+116
| * When trying to remove a user from a group, winbind should be informedVolker Lendecke2004-03-141-0/+3
| * Merge from 3.0Tim Potter2004-03-141-1/+1
| * Make alias membership maintainable via net rpc group add/delmem. AliasVolker Lendecke2004-03-132-199/+60
| * Rest of my winbindd_passdb alias supportVolker Lendecke2004-03-132-0/+19
| * Add alias support to winbindd_passdb. Sorry, Simo, this does not leave tooVolker Lendecke2004-03-135-221/+219
| * Remove the prototype for alias support in winbind again. This will beVolker Lendecke2004-03-133-324/+29
| * Add find_alias, create_alias, delete_alias, get_aliasinfo, set_aliasinfo andVolker Lendecke2004-03-134-8/+339
| * Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-136-11/+16
| * Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-1325-176/+197
| * First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison2004-03-135-809/+887
| * Bug report 1079 and fix both from Bert Driehuis.Christopher R. Hertel2004-03-121-38/+78
| * Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048Jeremy Allison2004-03-121-2/+2
| * Fix problems with very long filenames in both smbd and smbclient.Alexander Bokovoy2004-03-123-48/+56
| * Fix build after Jeremy -- yet another place where convert_string() wasn't upd...Alexander Bokovoy2004-03-121-2/+2
| * Fix string overflow due to wrong size calculationAlexander Bokovoy2004-03-121-1/+1
| * Allow msdfs symlink syntax to be more forgiving (it took me ages to rememberJeremy Allison2004-03-121-4/+12
| * Fix bug introduced by Jim (touche :-) :-) - use new smbldap_get_single_pstringJeremy Allison2004-03-111-4/+4
| * Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-1110-77/+81
| * Merge from 3.0. Fix munged dial in pdb_ldapJim McDonough2004-03-114-48/+60
| * add missing #ifdef HAVE_BICONV stuffHerb Lewis2004-03-111-0/+3
| * BUG 1088: patch from SATOH Fumiyasu <fumiya@miraclinux.com> -- use strchr_m()...Gerald Carter2004-03-111-29/+19
| * Ensure we use check_path_syntax() to pull out DFS paths.Jeremy Allison2004-03-111-7/+2
| * Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932Jeremy Allison2004-03-111-5/+23
| * lsa_enumaccounts lists all SIDs that have been granted privileges. Simo,Volker Lendecke2004-03-101-22/+8
| * Remove expanding sids from smbd, this will be done in winbindd.Volker Lendecke2004-03-101-25/+0
| * Apply some constVolker Lendecke2004-03-105-14/+14
| * Don't pass DOM_SIDs around when pointers are enough.Volker Lendecke2004-03-102-6/+6
| * another typeHerb Lewis2004-03-101-1/+1
| * Moving towards getting msdfs working again (this looks like it was brokenJeremy Allison2004-03-101-5/+62
| * Formatting reformat before I start to change anything here.Jeremy Allison2004-03-101-273/+258
| * fix type for tag in proto fileHerb Lewis2004-03-101-1/+1
| * Fix dfs referrals - don't use check_path_syntax. Also use mb char calls inJeremy Allison2004-03-092-16/+10
| * Yet another '\n' termination of debug message.Rafal Szczesniak2004-03-091-1/+1
| * Forgot to put some more comments.Rafal Szczesniak2004-03-091-0/+34
| * 1) Two new functions to trust passwords interface in passdb:Rafal Szczesniak2004-03-094-22/+280
| * Fix to debug message lacking termination with '\n'.Rafal Szczesniak2004-03-091-14/+14
| * fix build with gcc 2.96 and --with-developerGerald Carter2004-03-091-1/+1
| * Commit to HEAD the updates to smb signing code that I was propsing for 3.0.Andrew Bartlett2004-03-097-62/+101
| * Merge fixes and tests for jra's broken strstr_m() function from 3.0Andrew Bartlett2004-03-094-8/+102
| * Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-096-12/+82
| * Fix assumption about following directory sep in check_path_syntax(). WeJeremy Allison2004-03-081-5/+11
| * Do some checks about data passed to this functionSimo Sorce2004-03-081-0/+3