summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3-libnetjoin: Fix bug #5749. Re-set acctflags while joining. fix from metze.samba-3.2.6Günther Deschner2008-12-101-16/+29
* s3-libnetjoin: remove unused md4_trust_password, found by metze.Günther Deschner2008-12-101-5/+0
* s3-samr: add init_samr_user_info25 and init_samr_user_info26.Günther Deschner2008-12-101-0/+85
* s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner2008-12-104-11/+13
* rpc_client: use init_samr_CryptPassword(Ex) in client tools.Günther Deschner2008-12-103-43/+29
* rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword.Günther Deschner2008-12-101-0/+46
* s3: merge german pam_winbind message translations from master.Günther Deschner2008-12-101-0/+181
* s3-build: re-run make samba3-idl.Günther Deschner2008-12-102-8/+8
* samr: fix samr_UserInfo24 and samr_UserInfo26.Günther Deschner2008-12-101-2/+2
* WHATSNEW: Update changes.Karolin Seeger2008-12-101-0/+3
* Fix bug #5688 LPQ process is orphaned if socket address parameter is invalidSATOH Fumiyasu2008-12-101-6/+33
* build-docs: Change to the right directory before calling 'make clean'.Karolin Seeger2008-12-091-1/+1
* build-docs: Use 'git clean' instead of 'git-clean'.Karolin Seeger2008-12-091-1/+1
* WHATSNEW: Update changes.Karolin Seeger2008-12-091-0/+1
* WHATSNEW: Fix entry.Karolin Seeger2008-12-091-4/+1
* s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.Günther Deschner2008-12-091-1/+1
* VERSION: Raise version number up to 3.2.6.Karolin Seeger2008-12-091-1/+1
* WHATSNEW: Update changes for 3.2.6.Karolin Seeger2008-12-091-12/+187
* Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.Jeremy Allison2008-12-092-2/+8
* Fix logging to syslogDan Sledz2008-12-091-1/+1
* Fix bug #5928 - Option --version in testparm does not work.Tomasz Krasuski2008-12-091-1/+1
* Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda2008-12-092-4/+17
* Fix for crash bug freeing a non-malloc'ed buffer if the client sends a non-en...Volker Lendecke2008-12-091-0/+7
* Fix bug #5937 - filenames with "*" char hide other filesJeremy Allison2008-12-091-6/+4
* Fix bug #5929 - vfs_prealloc does not build with option --with-cluster-suppor...Henning Henkel2008-12-091-1/+1
* Fix bug #1254 - write list not working under share-level securityJeremy Allison2008-12-092-3/+53
* winbindd: fix more horrible brace mis-indentations in winbindd_groupMichael Adam2008-12-091-2/+2
* winbindd: fix more misindentations of top level braces in winbindd_groupMichael Adam2008-12-091-2/+2
* winbindd: fix horrible mis-indentation of toplvl braces in getgrsid_sid2gid_recvMichael Adam2008-12-091-2/+2
* winbindd: don't open a new dc connection in winbindd_getpwnam (main winbindd)Michael Adam2008-12-091-1/+1
* winbindd: don't open a new dc connection in winbindd_getgrnam (main winbindd)Michael Adam2008-12-091-1/+1
* s3:net: fix password set of 'net rpc trustdom add'Stefan Metzmacher2008-12-091-1/+2
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-0918-40/+40
* libwbclient: avoid usage talloc_init() in library codeStefan Metzmacher2008-12-091-8/+4
* docs: Add default value for "writeable" to man smb.conf.Karolin Seeger2008-12-091-0/+2
* s3:selftest: test the streams_depot module as it passes make testStefan Metzmacher2008-12-091-1/+1
* s3:smbd: close the low level fd of the base_fsp, if the file was createdStefan Metzmacher2008-12-091-0/+2
* s3:streams_xattr: fstat should do a stat on the base fileStefan Metzmacher2008-12-091-1/+1
* s3:streams_xattr: recheck fsp->fsp_name after a renameStefan Metzmacher2008-12-091-0/+65
* s3:smbd: give the correct error when trying to replace a streamStefan Metzmacher2008-12-091-0/+6
* s3:vfs: fix FCHMOD_ACL macrosStefan Metzmacher2008-12-091-3/+3
* s3:streams_depot: add an option to disable the xattr checksStefan Metzmacher2008-12-091-4/+18
* s3:streams_depot: fix valgrind bug lp_parm_const_string() doesn't talloc the ...Stefan Metzmacher2008-12-091-1/+0
* s3:streams_depot: add support for stream renamesStefan Metzmacher2008-12-091-0/+74
* s3:streams_depot: map 'file::$DATA' to just 'file'Stefan Metzmacher2008-12-091-1/+12
* s3:streams_xattr: add support for renaming streamsStefan Metzmacher2008-12-091-1/+142
* s3:smbd: only try and fallback to open a directory if it's not a stream openStefan Metzmacher2008-12-091-0/+7
* s3:smbd: write times should be set on the base file instead of the stream nameStefan Metzmacher2008-12-091-1/+9
* s3:smbd: return DELETE_PENDING on path based operations on streams, when the ...Stefan Metzmacher2008-12-091-0/+40
* s3:smbd: construct the correct newname for stream renamesStefan Metzmacher2008-12-091-16/+32