summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-03-05all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2-18/+5
2004-03-04Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison1-4/+1
2004-03-04BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppcGerald Carter1-1/+3
2004-03-04BUG 1080: fix declaration of SMB_BIG_UINTGerald Carter1-12/+12
2004-03-04There's a specific error message NT_STATUS_ALIAS_EXISTS.Volker Lendecke1-1/+1
2004-03-04Another typo, sorry for samba-cvs spam :-)Volker Lendecke1-1/+1
2004-03-04Fix typo.Volker Lendecke1-1/+1
2004-03-04Fix build farm, older compilers won't let you declare variablesJim McDonough1-1/+1
2004-03-04BUG 848: don't create winbind local users/groups that already exist in the tdbGerald Carter1-3/+16
2004-03-04another fix for bug 761; don't default to bsd printing on linuxGerald Carter1-9/+0
2004-03-03Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison4-30/+136
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison9-136/+383
2004-03-03more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2eJim McDonough1-2/+2
2004-03-03quick for for usrmgr. unknown_6 is really max dimension of logon hours array...Jim McDonough1-30/+12
2004-03-02BUG 1129: patch from shiro@miraclelinux.com (Shiro Yamada) to install image f...Gerald Carter1-0/+16
2004-03-02fix typo for callback bitJim McDonough1-1/+1
2004-03-02Let's be polite with poorer backends ;-)Simo Sorce1-1/+3
2004-03-02This adds winbind-generated groups showing up in 'getent group'. It is notVolker Lendecke3-0/+141
2004-03-02allow the 'printing' parameter to be set on a per share basis.Gerald Carter1-7/+29
2004-03-02Idra, your privileges patch allowed login only with tdbsam. The problem isVolker Lendecke1-1/+1
2004-03-02Sorry, forgot to commit an essential piece.Simo Sorce1-0/+363
2004-03-02Expand aliases for winbind-generated groups.Volker Lendecke1-0/+154
2004-03-02merging from 3.0Gerald Carter2-50/+54
2004-03-01BUG 1147; bad pointer case in get_stored_queue_info() causing seg faultGerald Carter1-1/+1
2004-03-01Ok here it is my latest work on privilegesSimo Sorce24-140/+838
2004-03-01Fix Tim's fix for #1144. Tim, could you look at that again?Volker Lendecke1-7/+12
2004-03-01When asked to delete an alias member, don't add it ...Volker Lendecke1-1/+1
2004-03-01Add aliases to winbindd_getgroups().Volker Lendecke4-86/+109
2004-03-01Fix bugzilla #1144 where running configure --with-fhs=anything wouldTim Potter1-1/+5
2004-02-29Apply my experimental aliases support to HEAD. This will be a bit difficult toVolker Lendecke6-4/+614
2004-02-29net_rpc.c: Don't complain if [add|del]mem was successful.Volker Lendecke2-5/+5
2004-02-29Trivial commit to make 'smbdiff 3_0/source head/source' two files smaller.Volker Lendecke2-0/+2
2004-02-29Print an informative error message if trying to add/remove members fromVolker Lendecke1-0/+6
2004-02-28Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke4-3/+732
2004-02-28Fix my fix to net rpc group list. We can certainly have more than a singleVolker Lendecke1-3/+6
2004-02-28Can't set allocation size on directories, return correct error code onJeremy Allison3-1/+18
2004-02-28More gentest fixes. Fix up regression in IS_NAME_VALID and renames.Jeremy Allison2-13/+34
2004-02-27Added copyrights I forgot about looong ago...Rafal Szczesniak2-2/+4
2004-02-27Adding ability to operate on trust passwords to pdbedit. This enablesRafal Szczesniak2-6/+176
2004-02-27Disabling GUMS (gums_tdbsam2) temporarily, to fix the build.Rafal Szczesniak1-1/+1
2004-02-26Fix for writable printerdata problem - bugzilla #1112.Tim Potter1-6/+12
2004-02-26That const was one too manyVolker Lendecke1-3/+2
2004-02-26Implement 'net groupmap set' and 'net groupmap cleanup'.Volker Lendecke3-0/+157
2004-02-26And another little constVolker Lendecke1-1/+1
2004-02-26Apply some constVolker Lendecke1-2/+3
2004-02-26Interesting fact found by IFSTEST /t LockOverlappedTest...Jeremy Allison1-1/+8
2004-02-25(merge from 3.0)Andrew Bartlett2-1/+6
2004-02-25Adds some more tests of renaming an open file that has been opened withRichard Sharpe1-7/+76
2004-02-25(merge from 3.0)Andrew Bartlett4-31/+61
2004-02-25Fixup strange rename error case (gentest).Jeremy Allison1-1/+2