Age | Commit message (Expand) | Author | Files | Lines |
2004-03-13 | Add alias support to winbindd_passdb. Sorry, Simo, this does not leave too | Volker Lendecke | 5 | -221/+219 |
2004-03-13 | Remove the prototype for alias support in winbind again. This will be | Volker Lendecke | 3 | -324/+29 |
2004-03-13 | Add find_alias, create_alias, delete_alias, get_aliasinfo, set_aliasinfo and | Volker Lendecke | 4 | -8/+339 |
2004-03-13 | Ensure we don't truncate strcmps to nstring anymore... | Jeremy Allison | 6 | -11/+16 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 25 | -176/+197 |
2004-03-13 | First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to | Jeremy Allison | 5 | -809/+887 |
2004-03-12 | Bug report 1079 and fix both from Bert Driehuis. | Christopher R. Hertel | 1 | -38/+78 |
2004-03-12 | Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048 | Jeremy Allison | 1 | -2/+2 |
2004-03-12 | Fix problems with very long filenames in both smbd and smbclient. | Alexander Bokovoy | 3 | -48/+56 |
2004-03-12 | Fix build after Jeremy -- yet another place where convert_string() wasn't upd... | Alexander Bokovoy | 1 | -2/+2 |
2004-03-12 | Fix string overflow due to wrong size calculation | Alexander Bokovoy | 1 | -1/+1 |
2004-03-12 | Allow msdfs symlink syntax to be more forgiving (it took me ages to remember | Jeremy Allison | 1 | -4/+12 |
2004-03-11 | Fix bug introduced by Jim (touche :-) :-) - use new smbldap_get_single_pstring | Jeremy Allison | 1 | -4/+4 |
2004-03-11 | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 10 | -77/+81 |
2004-03-11 | Merge from 3.0. Fix munged dial in pdb_ldap | Jim McDonough | 4 | -48/+60 |
2004-03-11 | add missing #ifdef HAVE_BICONV stuff | Herb Lewis | 1 | -0/+3 |
2004-03-11 | BUG 1088: patch from SATOH Fumiyasu <fumiya@miraclinux.com> -- use strchr_m()... | Gerald Carter | 1 | -29/+19 |
2004-03-11 | Ensure we use check_path_syntax() to pull out DFS paths. | Jeremy Allison | 1 | -7/+2 |
2004-03-11 | Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932 | Jeremy Allison | 1 | -5/+23 |
2004-03-10 | lsa_enumaccounts lists all SIDs that have been granted privileges. Simo, | Volker Lendecke | 1 | -22/+8 |
2004-03-10 | Remove expanding sids from smbd, this will be done in winbindd. | Volker Lendecke | 1 | -25/+0 |
2004-03-10 | Apply some const | Volker Lendecke | 5 | -14/+14 |
2004-03-10 | Don't pass DOM_SIDs around when pointers are enough. | Volker Lendecke | 2 | -6/+6 |
2004-03-10 | another type | Herb Lewis | 1 | -1/+1 |
2004-03-10 | Moving towards getting msdfs working again (this looks like it was broken | Jeremy Allison | 1 | -5/+62 |
2004-03-10 | Formatting reformat before I start to change anything here. | Jeremy Allison | 1 | -273/+258 |
2004-03-10 | fix type for tag in proto file | Herb Lewis | 1 | -1/+1 |
2004-03-09 | Fix dfs referrals - don't use check_path_syntax. Also use mb char calls in | Jeremy Allison | 2 | -16/+10 |
2004-03-09 | Yet another '\n' termination of debug message. | Rafal Szczesniak | 1 | -1/+1 |
2004-03-09 | Forgot to put some more comments. | Rafal Szczesniak | 1 | -0/+34 |
2004-03-09 | 1) Two new functions to trust passwords interface in passdb: | Rafal Szczesniak | 4 | -22/+280 |
2004-03-09 | Fix to debug message lacking termination with '\n'. | Rafal Szczesniak | 1 | -14/+14 |
2004-03-09 | fix build with gcc 2.96 and --with-developer | Gerald Carter | 1 | -1/+1 |
2004-03-09 | Commit to HEAD the updates to smb signing code that I was propsing for 3.0. | Andrew Bartlett | 7 | -62/+101 |
2004-03-09 | Merge fixes and tests for jra's broken strstr_m() function from 3.0 | Andrew Bartlett | 4 | -8/+102 |
2004-03-09 | Added strstr_m() function. Use in all places where we might run into mb | Jeremy Allison | 6 | -12/+82 |
2004-03-08 | Fix assumption about following directory sep in check_path_syntax(). We | Jeremy Allison | 1 | -5/+11 |
2004-03-08 | Do some checks about data passed to this function | Simo Sorce | 1 | -0/+3 |
2004-03-08 | 2 fixes to enhance readability of source code and debug messages | Simo Sorce | 3 | -4/+6 |
2004-03-07 | Get us a little closer to Windows LSA semantics. | Volker Lendecke | 1 | -10/+1 |
2004-03-07 | This might not be used a lot and might not survive for long, but at least it | Volker Lendecke | 2 | -7/+11 |
2004-03-07 | Fix typo. | Tim Potter | 1 | -1/+1 |
2004-03-07 | Enclose use of fchown() with guards. Bugzilla #1155. | Tim Potter | 1 | -0/+4 |
2004-03-06 | tdbdump doesn't need to #include <sys/mman.h> | Tim Potter | 1 | -1/+0 |
2004-03-05 | Several mb tidyups - getting ready to address the XXX_sub function. | Jeremy Allison | 4 | -108/+105 |
2004-03-05 | BUG 488: fix the 'show client in col 1' button and corrctely enumerate active... | Gerald Carter | 1 | -1/+1 |
2004-03-05 | fix compiler warning | Gerald Carter | 1 | -1/+1 |
2004-03-05 | Add -O (write downloaded files to stdout), based on patch from | Jelmer Vernooij | 1 | -65/+80 |
2004-03-05 | all_string_sub() is broken as it doesn't handle mb chars correctly (and | Jeremy Allison | 2 | -18/+5 |
2004-03-04 | Fix my breakage of NT pipes from the previous patch (sorry). Use the | Jeremy Allison | 1 | -4/+1 |