summaryrefslogtreecommitdiff
path: root/source3/utils/net_usershare.c
Commit message (Expand)AuthorAgeFilesLines
* net: Use dom_sid_str_bufVolker Lendecke2018-12-111-1/+5
* net_usershare: Use dom_sid_str_bufVolker Lendecke2018-12-071-6/+8
* s3: utils: net. Fix return paths that don't free talloc stackframe.Jeremy Allison2017-11-211-1/+4
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+3
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-2/+6
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-4/+4
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-3/+3
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-2/+2
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-051-7/+7
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-051-2/+2
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-051-3/+3
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-2/+2
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* s3-utils: Fixed possible resource leak in net_usershare.Andreas Schneider2011-01-261-0/+5
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-1/+1
* Fix bug #7240 - Net usershare is not case sensitive.Jeremy Allison2010-03-261-4/+19
* s3: "net_usershare_add" only looks at the mode, device and inodeVolker Lendecke2009-11-291-1/+1
* s3: "net_usershare_add" only looks at the device and inodeVolker Lendecke2009-11-291-2/+1
* s3: "net_usershare_add" only looks at the mode and uidVolker Lendecke2009-11-291-1/+1
* s3: "count_num_usershares" only looks at the modeVolker Lendecke2009-11-291-2/+1
* s3: "info_fn" only looks at the mode and uidVolker Lendecke2009-11-291-1/+1
* s3: "get_share_list" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-6/+9
* s3 net: i18n support for net usershareKai Blin2009-08-111-90/+146
* s3: Fix crsh in net usershare listBo Yang2009-07-181-0/+1
* s3: Fix double free in net usershare.Bo Yang2009-07-151-28/+4
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-7/+7
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-201-1/+1
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-6/+6
* Use common util_file code.Jelmer Vernooij2008-10-121-2/+2
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-2/+2
* net: Make "net usershare" use functable3Kai Blin2008-06-101-29/+49
* net: Use true/false instead of True/False.Kai Blin2008-05-201-9/+9
* net: more whitespace cleanupKai Blin2008-05-101-6/+6
* net: Remove globalsKai Blin2008-05-101-29/+36
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+2
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-151-1/+2
* Gone from usershare.Jeremy Allison2007-12-031-61/+151
* Remove a staticVolker Lendecke2007-11-241-3/+5
* Remove pstring from param/Jeremy Allison2007-11-131-4/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21114: Fix 'net usershare': Adding "guest_ok=y" required a correct acl. Set theVolker Lendecke2007-10-101-4/+6
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-4/+4
* r18116: Make max usershares an advisory limit, pointed outJeremy Allison2007-10-101-0/+68