Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-03-04 | BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppc | Gerald Carter | 1 | -1/+3 |
2004-03-04 | BUG 1080: fix declaration of SMB_BIG_UINT | Gerald Carter | 1 | -12/+12 |
2004-03-04 | There's a specific error message NT_STATUS_ALIAS_EXISTS. | Volker Lendecke | 1 | -1/+1 |
2004-03-04 | Another typo, sorry for samba-cvs spam :-) | Volker Lendecke | 1 | -1/+1 |
2004-03-04 | Fix typo. | Volker Lendecke | 1 | -1/+1 |
2004-03-04 | Fix build farm, older compilers won't let you declare variables | Jim McDonough | 1 | -1/+1 |
2004-03-04 | BUG 848: don't create winbind local users/groups that already exist in the tdb | Gerald Carter | 1 | -3/+16 |
2004-03-04 | another fix for bug 761; don't default to bsd printing on linux | Gerald Carter | 1 | -9/+0 |
2004-03-03 | Added client "hardlink" commant to test doing NT rename with hard links. | Jeremy Allison | 4 | -30/+136 |
2004-03-03 | Use a common function to parse all pathnames from the wire. This allows | Jeremy Allison | 9 | -136/+383 |
2004-03-03 | more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2e | Jim McDonough | 1 | -2/+2 |
2004-03-03 | quick for for usrmgr. unknown_6 is really max dimension of logon hours array... | Jim McDonough | 1 | -30/+12 |
2004-03-02 | BUG 1129: patch from shiro@miraclelinux.com (Shiro Yamada) to install image f... | Gerald Carter | 1 | -0/+16 |
2004-03-02 | fix typo for callback bit | Jim McDonough | 1 | -1/+1 |
2004-03-02 | Let's be polite with poorer backends ;-) | Simo Sorce | 1 | -1/+3 |
2004-03-02 | This adds winbind-generated groups showing up in 'getent group'. It is not | Volker Lendecke | 3 | -0/+141 |
2004-03-02 | allow the 'printing' parameter to be set on a per share basis. | Gerald Carter | 1 | -7/+29 |
2004-03-02 | Idra, your privileges patch allowed login only with tdbsam. The problem is | Volker Lendecke | 1 | -1/+1 |
2004-03-02 | Sorry, forgot to commit an essential piece. | Simo Sorce | 1 | -0/+363 |
2004-03-02 | Expand aliases for winbind-generated groups. | Volker Lendecke | 1 | -0/+154 |
2004-03-02 | merging from 3.0 | Gerald Carter | 2 | -50/+54 |
2004-03-01 | BUG 1147; bad pointer case in get_stored_queue_info() causing seg fault | Gerald Carter | 1 | -1/+1 |
2004-03-01 | Ok here it is my latest work on privileges | Simo Sorce | 24 | -140/+838 |
2004-03-01 | Fix Tim's fix for #1144. Tim, could you look at that again? | Volker Lendecke | 1 | -7/+12 |
2004-03-01 | When asked to delete an alias member, don't add it ... | Volker Lendecke | 1 | -1/+1 |
2004-03-01 | Add aliases to winbindd_getgroups(). | Volker Lendecke | 4 | -86/+109 |
2004-03-01 | Fix bugzilla #1144 where running configure --with-fhs=anything would | Tim Potter | 1 | -1/+5 |
2004-02-29 | Apply my experimental aliases support to HEAD. This will be a bit difficult to | Volker Lendecke | 6 | -4/+614 |
2004-02-29 | net_rpc.c: Don't complain if [add|del]mem was successful. | Volker Lendecke | 2 | -5/+5 |
2004-02-29 | Trivial commit to make 'smbdiff 3_0/source head/source' two files smaller. | Volker Lendecke | 2 | -0/+2 |
2004-02-29 | Print an informative error message if trying to add/remove members from | Volker Lendecke | 1 | -0/+6 |
2004-02-28 | Add 'net rpc group [add|del]mem' for domain groups and aliases. | Volker Lendecke | 4 | -3/+732 |
2004-02-28 | Fix my fix to net rpc group list. We can certainly have more than a single | Volker Lendecke | 1 | -3/+6 |
2004-02-28 | Can't set allocation size on directories, return correct error code on | Jeremy Allison | 3 | -1/+18 |
2004-02-28 | More gentest fixes. Fix up regression in IS_NAME_VALID and renames. | Jeremy Allison | 2 | -13/+34 |
2004-02-27 | Added copyrights I forgot about looong ago... | Rafal Szczesniak | 2 | -2/+4 |
2004-02-27 | Adding ability to operate on trust passwords to pdbedit. This enables | Rafal Szczesniak | 2 | -6/+176 |
2004-02-27 | Disabling GUMS (gums_tdbsam2) temporarily, to fix the build. | Rafal Szczesniak | 1 | -1/+1 |
2004-02-26 | Fix for writable printerdata problem - bugzilla #1112. | Tim Potter | 1 | -6/+12 |
2004-02-26 | That const was one too many | Volker Lendecke | 1 | -3/+2 |
2004-02-26 | Implement 'net groupmap set' and 'net groupmap cleanup'. | Volker Lendecke | 3 | -0/+157 |
2004-02-26 | And another little const | Volker Lendecke | 1 | -1/+1 |
2004-02-26 | Apply some const | Volker Lendecke | 1 | -2/+3 |
2004-02-26 | Interesting fact found by IFSTEST /t LockOverlappedTest... | Jeremy Allison | 1 | -1/+8 |
2004-02-25 | (merge from 3.0) | Andrew Bartlett | 2 | -1/+6 |
2004-02-25 | Adds some more tests of renaming an open file that has been opened with | Richard Sharpe | 1 | -7/+76 |
2004-02-25 | (merge from 3.0) | Andrew Bartlett | 4 | -31/+61 |
2004-02-25 | Fixup strange rename error case (gentest). | Jeremy Allison | 1 | -1/+2 |