summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-4/+7
* s3-smbd: try to fix the irix build.Günther Deschner2011-03-301-0/+1
* s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 2236: REVERSE_INULLVolker Lendecke2011-03-301-3/+1
* s3: Fix Coverity ID 2304: FORWARD_NULLVolker Lendecke2011-03-301-3/+1
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-302-0/+2
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-3013-13/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-3014-0/+14
* s3-prototyes: user_in_netgroup and user_in_list moved to auth, out of smbd.Günther Deschner2011-03-301-2/+0
* s3-auth: smbd needs auth.hGünther Deschner2011-03-3025-0/+25
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3-locking: move locking prototypes out of proto.h.Günther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-3081-0/+81
* s3-smbd: add smbd.h and move smbd prototypes to smbd/proto.h.Günther Deschner2011-03-302-0/+1157
* s3: move filename_util.c out of source3/smbd to source3/lib.Günther Deschner2011-03-301-206/+0
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-3010-0/+10
* s3-build: only include transfer_file.h where needed.Günther Deschner2011-03-302-0/+2
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-3020-0/+20
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-303-0/+3
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-305-0/+5
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-301-0/+1
* s3-spoolssd: Start the spoolss service correctly.Andreas Schneider2011-03-291-1/+1
* s3-spoolssd: Pass down event and messanging context.Andreas Schneider2011-03-291-2/+4
* s3:spoolssd Start spoolss from smbdSimo Sorce2011-03-291-0/+15
* s3: Fix Coverity ID 2329: RESOURCE_LEAKVolker Lendecke2011-03-271-0/+1
* s3: Fix Coverity ID 2330: RESOURCE_LEAKVolker Lendecke2011-03-271-0/+1
* Revert "Fix bug 8021 - Incorrect string termination in volume/volume_name for...Jeremy Allison2011-03-261-1/+1
* Fix bug 8021 - Incorrect string termination in volume/volume_name for TRANS2-...Volodymyr Khomenko2011-03-241-1/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-246-6/+6
* s3-globals: silence build warning in smbd_messaging_context().Günther Deschner2011-03-231-0/+1
* s3-safe_string: Add checked_strlcpy()Andrew Bartlett2011-03-231-1/+1
* s3-lib Remove the clobber_region() code.Andrew Bartlett2011-03-231-3/+2
* s3-config: say which config file we failed to openAndrew Tridgell2011-03-231-1/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-1/+1
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-222-6/+1
* s3:smbd: access checks should not depend on share mode flagsStefan Metzmacher2011-03-211-1/+0
* s3:smbd: remove uses of "./" in unlink_internals()Stefan Metzmacher2011-03-191-4/+0
* SMB2 renames return SHARING_VIOLATION if there is any existing oplock on a file.Jeremy Allison2011-03-181-0/+6
* The searches struct is still being used and idled in SMB2 - move it to the gl...Jeremy Allison2011-03-182-31/+33
* Fix crash bug on smbd shutdown when using FOPENDIR() found by Volker.Jeremy Allison2011-03-171-1/+13
* s3: Expose num_opens via api_RNetSessionEnumVolker Lendecke2011-03-171-1/+1
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-163-0/+3
* s3: Fix Coverity ID 2140, DEADCODEVolker Lendecke2011-03-161-1/+1
* s3-msdfs: avoid global inclusion of msdfs.h.Günther Deschner2011-03-161-0/+1
* s3-libsmb: move smb encryption structs into own header.Günther Deschner2011-03-161-0/+1
* s3-smbd: Increase debug level von context messages.Andreas Schneider2011-03-092-7/+7
* s3-rpc_server: Start the Endpoint Mapper Dameon if enabled.Andreas Schneider2011-03-081-0/+15
* s3-printing: follow force user/group for driver IODavid Disseldorp2011-03-041-56/+71
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-022-3/+3