summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2-5/+4
2011-04-05s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2-3/+3
2011-04-05s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett3-59/+34
2011-04-04Move SET_STAT_INVALID call added by Volker as fix for bug 8042 - Newly create...Jeremy Allison1-3/+3
2011-04-04Note that check_parent_exists() doesn't change the contents of smb_fname (add...Jeremy Allison1-1/+1
2011-04-04s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett2-37/+5
2011-04-03s3: Fix bug 8042: File creation on OS/XVolker Lendecke1-0/+3
2011-04-01Fix bug #8047 - mdns registration doesn't work if "interfaces" is used in smb...Marc A. Dahlhaus1-0/+7
2011-03-30Fix bug #7996 - sgid bit lost on folder rename.Jeremy Allison3-1/+23
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison1-4/+7
2011-03-30s3-smbd: try to fix the irix build.Günther Deschner1-0/+1
2011-03-30s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner1-0/+1
2011-03-30s3: Fix Coverity ID 2236: REVERSE_INULLVolker Lendecke1-3/+1
2011-03-30s3: Fix Coverity ID 2304: FORWARD_NULLVolker Lendecke1-3/+1
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner2-0/+2
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner13-13/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner14-0/+14
2011-03-30s3-prototyes: user_in_netgroup and user_in_list moved to auth, out of smbd.Günther Deschner1-2/+0
2011-03-30s3-auth: smbd needs auth.hGünther Deschner25-0/+25
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-03-30s3-locking: move locking prototypes out of proto.h.Günther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner81-0/+81
2011-03-30s3-smbd: add smbd.h and move smbd prototypes to smbd/proto.h.Günther Deschner2-0/+1157
2011-03-30s3: move filename_util.c out of source3/smbd to source3/lib.Günther Deschner1-206/+0
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner10-0/+10
2011-03-30s3-build: only include transfer_file.h where needed.Günther Deschner2-0/+2
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner20-0/+20
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner3-0/+3
2011-03-30s3-trans2: only include trans2.h where needed.Günther Deschner5-0/+5
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner1-0/+1
2011-03-29s3-spoolssd: Start the spoolss service correctly.Andreas Schneider1-1/+1
2011-03-29s3-spoolssd: Pass down event and messanging context.Andreas Schneider1-2/+4
2011-03-29s3:spoolssd Start spoolss from smbdSimo Sorce1-0/+15
2011-03-27s3: Fix Coverity ID 2329: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-03-27s3: Fix Coverity ID 2330: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-03-26Revert "Fix bug 8021 - Incorrect string termination in volume/volume_name for...Jeremy Allison1-1/+1
2011-03-24Fix bug 8021 - Incorrect string termination in volume/volume_name for TRANS2-...Volodymyr Khomenko1-1/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell6-6/+6
2011-03-23s3-globals: silence build warning in smbd_messaging_context().Günther Deschner1-0/+1
2011-03-23s3-safe_string: Add checked_strlcpy()Andrew Bartlett1-1/+1
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett1-3/+2
2011-03-23s3-config: say which config file we failed to openAndrew Tridgell1-1/+1
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell1-1/+1
2011-03-22s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2-6/+1
2011-03-21s3:smbd: access checks should not depend on share mode flagsStefan Metzmacher1-1/+0
2011-03-19s3:smbd: remove uses of "./" in unlink_internals()Stefan Metzmacher1-4/+0
2011-03-18SMB2 renames return SHARING_VIOLATION if there is any existing oplock on a file.Jeremy Allison1-0/+6
2011-03-18The searches struct is still being used and idled in SMB2 - move it to the gl...Jeremy Allison2-31/+33
2011-03-17Fix crash bug on smbd shutdown when using FOPENDIR() found by Volker.Jeremy Allison1-1/+13