| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | removing extra comma in --with-fhs | Gerald Carter | 2004-03-15 | 1 | -1/+1 |
| * | more fixes from 3.0 | Gerald Carter | 2004-03-15 | 1 | -3/+3 |
| * | sync small fixes from 3.0 and fix compiler warning in priv code | Gerald Carter | 2004-03-15 | 6 | -13/+11 |
| * | fix byte ordering problem when storing the updating pid for the lpq cache; wa... | Gerald Carter | 2004-03-15 | 1 | -2/+5 |
| * | Ok, one of the latest cleanups did too much... :-) | Volker Lendecke | 2004-03-14 | 1 | -29/+62 |
| * | Clean up a bit :-) | Volker Lendecke | 2004-03-14 | 2 | -57/+13 |
| * | Fix 'getent group aliasname', this did not look in pdb. | Volker Lendecke | 2004-03-14 | 1 | -7/+12 |
| * | Add and delete aliases via srv_samr_nt. For that I added a RID allocation call | Volker Lendecke | 2004-03-14 | 7 | -58/+116 |
| * | When trying to remove a user from a group, winbind should be informed | Volker Lendecke | 2004-03-14 | 1 | -0/+3 |
| * | Merge from 3.0 | Tim Potter | 2004-03-14 | 1 | -1/+1 |
| * | Make alias membership maintainable via net rpc group add/delmem. Alias | Volker Lendecke | 2004-03-13 | 2 | -199/+60 |
| * | Rest of my winbindd_passdb alias support | Volker Lendecke | 2004-03-13 | 2 | -0/+19 |
| * | Add alias support to winbindd_passdb. Sorry, Simo, this does not leave too | Volker Lendecke | 2004-03-13 | 5 | -221/+219 |
| * | Remove the prototype for alias support in winbind again. This will be | Volker Lendecke | 2004-03-13 | 3 | -324/+29 |
| * | Add find_alias, create_alias, delete_alias, get_aliasinfo, set_aliasinfo and | Volker Lendecke | 2004-03-13 | 4 | -8/+339 |
| * | Ensure we don't truncate strcmps to nstring anymore... | Jeremy Allison | 2004-03-13 | 6 | -11/+16 |
| * | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 2004-03-13 | 25 | -176/+197 |
| * | First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to | Jeremy Allison | 2004-03-13 | 5 | -809/+887 |
| * | Bug report 1079 and fix both from Bert Driehuis. | Christopher R. Hertel | 2004-03-12 | 1 | -38/+78 |
| * | Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048 | Jeremy Allison | 2004-03-12 | 1 | -2/+2 |
| * | Fix problems with very long filenames in both smbd and smbclient. | Alexander Bokovoy | 2004-03-12 | 3 | -48/+56 |
| * | Fix build after Jeremy -- yet another place where convert_string() wasn't upd... | Alexander Bokovoy | 2004-03-12 | 1 | -2/+2 |
| * | Fix string overflow due to wrong size calculation | Alexander Bokovoy | 2004-03-12 | 1 | -1/+1 |
| * | Allow msdfs symlink syntax to be more forgiving (it took me ages to remember | Jeremy Allison | 2004-03-12 | 1 | -4/+12 |
| * | Fix bug introduced by Jim (touche :-) :-) - use new smbldap_get_single_pstring | Jeremy Allison | 2004-03-11 | 1 | -4/+4 |
| * | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 2004-03-11 | 10 | -77/+81 |
| * | Merge from 3.0. Fix munged dial in pdb_ldap | Jim McDonough | 2004-03-11 | 4 | -48/+60 |
| * | add missing #ifdef HAVE_BICONV stuff | Herb Lewis | 2004-03-11 | 1 | -0/+3 |
| * | BUG 1088: patch from SATOH Fumiyasu <fumiya@miraclinux.com> -- use strchr_m()... | Gerald Carter | 2004-03-11 | 1 | -29/+19 |
| * | Ensure we use check_path_syntax() to pull out DFS paths. | Jeremy Allison | 2004-03-11 | 1 | -7/+2 |
| * | Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932 | Jeremy Allison | 2004-03-11 | 1 | -5/+23 |
| * | lsa_enumaccounts lists all SIDs that have been granted privileges. Simo, | Volker Lendecke | 2004-03-10 | 1 | -22/+8 |
| * | Remove expanding sids from smbd, this will be done in winbindd. | Volker Lendecke | 2004-03-10 | 1 | -25/+0 |
| * | Apply some const | Volker Lendecke | 2004-03-10 | 5 | -14/+14 |
| * | Don't pass DOM_SIDs around when pointers are enough. | Volker Lendecke | 2004-03-10 | 2 | -6/+6 |
| * | another type | Herb Lewis | 2004-03-10 | 1 | -1/+1 |
| * | Moving towards getting msdfs working again (this looks like it was broken | Jeremy Allison | 2004-03-10 | 1 | -5/+62 |
| * | Formatting reformat before I start to change anything here. | Jeremy Allison | 2004-03-10 | 1 | -273/+258 |
| * | fix type for tag in proto file | Herb Lewis | 2004-03-10 | 1 | -1/+1 |
| * | Fix dfs referrals - don't use check_path_syntax. Also use mb char calls in | Jeremy Allison | 2004-03-09 | 2 | -16/+10 |
| * | Yet another '\n' termination of debug message. | Rafal Szczesniak | 2004-03-09 | 1 | -1/+1 |
| * | Forgot to put some more comments. | Rafal Szczesniak | 2004-03-09 | 1 | -0/+34 |
| * | 1) Two new functions to trust passwords interface in passdb: | Rafal Szczesniak | 2004-03-09 | 4 | -22/+280 |
| * | Fix to debug message lacking termination with '\n'. | Rafal Szczesniak | 2004-03-09 | 1 | -14/+14 |
| * | fix build with gcc 2.96 and --with-developer | Gerald Carter | 2004-03-09 | 1 | -1/+1 |
| * | Commit to HEAD the updates to smb signing code that I was propsing for 3.0. | Andrew Bartlett | 2004-03-09 | 7 | -62/+101 |
| * | Merge fixes and tests for jra's broken strstr_m() function from 3.0 | Andrew Bartlett | 2004-03-09 | 4 | -8/+102 |
| * | Added strstr_m() function. Use in all places where we might run into mb | Jeremy Allison | 2004-03-09 | 6 | -12/+82 |
| * | Fix assumption about following directory sep in check_path_syntax(). We | Jeremy Allison | 2004-03-08 | 1 | -5/+11 |
| * | Do some checks about data passed to this function | Simo Sorce | 2004-03-08 | 1 | -0/+3 |