| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
| * | 2 fixes to enhance readability of source code and debug messages | Simo Sorce | 2004-03-08 | 3 | -4/+6 |
| * | Get us a little closer to Windows LSA semantics. | Volker Lendecke | 2004-03-07 | 1 | -10/+1 |
| * | This might not be used a lot and might not survive for long, but at least it | Volker Lendecke | 2004-03-07 | 2 | -7/+11 |
| * | Fix typo. | Tim Potter | 2004-03-07 | 1 | -1/+1 |
| * | Enclose use of fchown() with guards. Bugzilla #1155. | Tim Potter | 2004-03-07 | 1 | -0/+4 |
| * | tdbdump doesn't need to #include <sys/mman.h> | Tim Potter | 2004-03-06 | 1 | -1/+0 |
| * | Several mb tidyups - getting ready to address the XXX_sub function. | Jeremy Allison | 2004-03-05 | 4 | -108/+105 |
| * | BUG 488: fix the 'show client in col 1' button and corrctely enumerate active... | Gerald Carter | 2004-03-05 | 1 | -1/+1 |
| * | fix compiler warning | Gerald Carter | 2004-03-05 | 1 | -1/+1 |
| * | Add -O (write downloaded files to stdout), based on patch from | Jelmer Vernooij | 2004-03-05 | 1 | -65/+80 |
| * | all_string_sub() is broken as it doesn't handle mb chars correctly (and | Jeremy Allison | 2004-03-05 | 2 | -18/+5 |
| * | Fix my breakage of NT pipes from the previous patch (sorry). Use the | Jeremy Allison | 2004-03-04 | 1 | -4/+1 |
| * | BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppc | Gerald Carter | 2004-03-04 | 1 | -1/+3 |
| * | BUG 1080: fix declaration of SMB_BIG_UINT | Gerald Carter | 2004-03-04 | 1 | -12/+12 |
| * | There's a specific error message NT_STATUS_ALIAS_EXISTS. | Volker Lendecke | 2004-03-04 | 1 | -1/+1 |
| * | Another typo, sorry for samba-cvs spam :-) | Volker Lendecke | 2004-03-04 | 1 | -1/+1 |
| * | Fix typo. | Volker Lendecke | 2004-03-04 | 1 | -1/+1 |
| * | Fix build farm, older compilers won't let you declare variables | Jim McDonough | 2004-03-04 | 1 | -1/+1 |
| * | BUG 848: don't create winbind local users/groups that already exist in the tdb | Gerald Carter | 2004-03-04 | 1 | -3/+16 |
| * | another fix for bug 761; don't default to bsd printing on linux | Gerald Carter | 2004-03-04 | 1 | -9/+0 |
| * | Added client "hardlink" commant to test doing NT rename with hard links. | Jeremy Allison | 2004-03-03 | 4 | -30/+136 |
| * | Use a common function to parse all pathnames from the wire. This allows | Jeremy Allison | 2004-03-03 | 9 | -136/+383 |
| * | more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2e | Jim McDonough | 2004-03-03 | 1 | -2/+2 |
| * | quick for for usrmgr. unknown_6 is really max dimension of logon hours array... | Jim McDonough | 2004-03-03 | 1 | -30/+12 |
| * | BUG 1129: patch from shiro@miraclelinux.com (Shiro Yamada) to install image f... | Gerald Carter | 2004-03-02 | 1 | -0/+16 |
| * | fix typo for callback bit | Jim McDonough | 2004-03-02 | 1 | -1/+1 |
| * | Let's be polite with poorer backends ;-) | Simo Sorce | 2004-03-02 | 1 | -1/+3 |
| * | This adds winbind-generated groups showing up in 'getent group'. It is not | Volker Lendecke | 2004-03-02 | 3 | -0/+141 |
| * | allow the 'printing' parameter to be set on a per share basis. | Gerald Carter | 2004-03-02 | 1 | -7/+29 |
| * | Idra, your privileges patch allowed login only with tdbsam. The problem is | Volker Lendecke | 2004-03-02 | 1 | -1/+1 |
| * | Sorry, forgot to commit an essential piece. | Simo Sorce | 2004-03-02 | 1 | -0/+363 |