summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* param: rename lp function and variable from "symlinks" to "follow_symlinks"Garming Sam2014-02-074-4/+4
* param: rename lp function and variable from "veto_oplocks" to "veto_oplock_fi...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "shortpreservecase" to "short_pre...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "preservecase" to "preserve_case"Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "hideunwriteable_files" to "hide_...Garming Sam2014-02-072-2/+2
* param: rename lp function and variable from "hideunreadable" to "hide_unreada...Garming Sam2014-02-072-2/+2
* param: rename lp function and variable from "recursive_veto_delete" to "delet...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'wtmpdir' to 'wtmp_directory'Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'umtpdir' to 'utmp_directory'Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'piddir' to 'pid_directory'Garming Sam2014-02-072-4/+4
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-073-4/+4
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'magicchar' to 'mangling_char'Garming Sam2014-02-071-3/+3
* param: rename lp function and variable from 'defaultcase' to 'default_case'Garming Sam2014-02-072-3/+3
* param: rename lp function and variable from 'manglednames' to 'mangled_names'Garming Sam2014-02-072-3/+3
* param: rename lp function and variable from 'casesensitive' to 'case_sensitive'Garming Sam2014-02-071-3/+3
* param: rename lp function and variable from 'dontdescend' to 'dont_descend'Garming Sam2014-02-073-8/+8
* param: rename lp function and variable from 'force_dir_mode' to 'force_direct...Garming Sam2014-02-072-2/+2
* smbd: Fix memory overwritesVolker Lendecke2014-02-071-2/+2
* dbwrap: add a dbwrap_flags argument to db_open_tdb()Michael Adam2014-02-071-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-075-5/+9
* smbd/smb2_ioctl: fail zero length copy chunk requestsDavid Disseldorp2014-02-061-1/+16
* pysmbd: improve the return of error codes in the python smbd bindingsGarming Sam2014-02-051-31/+27
* loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...Michael Adam2014-02-032-2/+2
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-033-5/+5
* loadparm: rename lp[cfg]_readonly to lp[cfg]_read_only for consistency with docsMichael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny for consistency with...Michael Adam2014-02-032-3/+3
* loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow for consistency wi...Michael Adam2014-02-032-3/+3
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-034-9/+9
* s3:smbd: skip empty records in smbXsrv_open_cleanup()Stefan Metzmacher2014-01-301-0/+9
* smbd:smb2: fix durable reconnect: set fsp->fnum from the smbXsrv_open->local_idMichael Adam2014-01-301-0/+1
* s3: Don't open the dir for stat/attr/acl related maskAbhidnya Joshi2014-01-231-10/+21
* smbd: Use messaging_read_send in smbXsrv_session.cVolker Lendecke2014-01-211-15/+5
* s3-smbd: Log user change information.Andreas Schneider2014-01-171-0/+6
* s3:dir - Introduce a 64-bit directory offset <-> 32 bit wire offset map using...Jeremy Allison2014-01-151-2/+87
* s3:dir - Map wire offsets to native directory cookies.Jeremy Allison2014-01-151-5/+17
* s3:dir - Cope with fixed mapping of 'special' values.Jeremy Allison2014-01-151-0/+7
* s3: dir - Introduce 32-bit wire versions of the 'special' values.Jeremy Allison2014-01-151-0/+5
* s3:dir - Introduce a function to map a directory cookie to a 32-bit wire cookie.Jeremy Allison2014-01-151-1/+10
* s3:dir - In the old SMB1 search code, rename offset to wire_offset to disting...Jeremy Allison2014-01-151-8/+8
* smbd: Avoid duplicate debug header linesVolker Lendecke2014-01-151-7/+7
* s3: set native os according to Windows and NBT_ANNOUNCE_VERSION definesBjörn Jacke2014-01-141-1/+5
* dfs: always call create_conn_struct with root privilegesGarming Sam2014-01-101-1/+30
* smbd: Make "num_children" available by smbcontrolVolker Lendecke2014-01-062-0/+18
* smbd: Fix CID 1138328 Logically dead codeVolker Lendecke2013-12-171-0/+2
* s3:smbd: avoid calling fd_is_readable() without async echo handlerStefan Metzmacher2013-12-141-11/+13
* s3:smbd: use PATH_MAX for the buffer passed to full_path_tos()Stefan Metzmacher2013-12-142-2/+2
* smbd: Implement and use full_path_tosVolker Lendecke2013-12-143-15/+60
* smbd: Avoid pointless strcsequal callsVolker Lendecke2013-12-141-1/+1
* smbd: Fix a false DEBUG fn nameVolker Lendecke2013-12-141-2/+2