index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_usershare.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
1
-2
/
+6
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-4
/
+4
2012-04-05
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
1
-3
/
+3
2012-04-05
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
1
-2
/
+2
2012-04-05
build: Remove sys_closedir wrapper
Andrew Bartlett
1
-7
/
+7
2012-04-05
build: Remove sys_readdir wrapper
Andrew Bartlett
1
-2
/
+2
2012-04-05
build: Remove sys_opendir wrapper
Andrew Bartlett
1
-3
/
+3
2012-04-05
build: Remove sys_open wrapper
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-1
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/passwd.h when needed.
Günther Deschner
1
-0
/
+1
2011-01-26
s3-utils: Fixed possible resource leak in net_usershare.
Andreas Schneider
1
-0
/
+5
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-1
/
+1
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
1
-1
/
+1
2010-03-26
Fix bug #7240 - Net usershare is not case sensitive.
Jeremy Allison
1
-4
/
+19
2009-11-29
s3: "net_usershare_add" only looks at the mode, device and inode
Volker Lendecke
1
-1
/
+1
2009-11-29
s3: "net_usershare_add" only looks at the device and inode
Volker Lendecke
1
-2
/
+1
2009-11-29
s3: "net_usershare_add" only looks at the mode and uid
Volker Lendecke
1
-1
/
+1
2009-11-29
s3: "count_num_usershares" only looks at the mode
Volker Lendecke
1
-2
/
+1
2009-11-29
s3: "info_fn" only looks at the mode and uid
Volker Lendecke
1
-1
/
+1
2009-11-29
s3: "get_share_list" only looks at the mode and uid
Volker Lendecke
1
-2
/
+1
2009-11-29
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
1
-6
/
+9
2009-08-11
s3 net: i18n support for net usershare
Kai Blin
1
-90
/
+146
2009-07-18
s3: Fix crsh in net usershare list
Bo Yang
1
-0
/
+1
2009-07-15
s3: Fix double free in net usershare.
Bo Yang
1
-28
/
+4
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-7
/
+7
2009-04-20
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
1
-1
/
+1
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
1
-6
/
+6
2008-10-12
Use common util_file code.
Jelmer Vernooij
1
-2
/
+2
2008-06-10
net: Rename functable3 to functable, get rid of old functables
Kai Blin
1
-2
/
+2
2008-06-10
net: Make "net usershare" use functable3
Kai Blin
1
-29
/
+49
2008-05-20
net: Use true/false instead of True/False.
Kai Blin
1
-9
/
+9
2008-05-10
net: more whitespace cleanup
Kai Blin
1
-6
/
+6
2008-05-10
net: Remove globals
Kai Blin
1
-29
/
+36
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-1
/
+2
2007-12-15
Replace sid_string_static with sid_string_tos
Volker Lendecke
1
-1
/
+2
2007-12-03
Gone from usershare.
Jeremy Allison
1
-61
/
+151
2007-11-24
Remove a static
Volker Lendecke
1
-3
/
+5
2007-11-13
Remove pstring from param/
Jeremy Allison
1
-4
/
+4
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-5
/
+5
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21114: Fix 'net usershare': Adding "guest_ok=y" required a correct acl. Set the
Volker Lendecke
1
-4
/
+6
2007-10-10
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r18116: Make max usershares an advisory limit, pointed out
Jeremy Allison
1
-0
/
+68
2007-10-10
r16652: Fix bug #3891 reported by jason@ncac.gwu.edu.
Jeremy Allison
1
-4
/
+1
2007-10-10
r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607
Volker Lendecke
1
-2
/
+10
2007-10-10
r16298: On request of jiri sasek - Sun Microsystems - Prague Czech Republic <...
Jeremy Allison
1
-6
/
+6
2007-10-10
r16251: for i in `seq 1 1000`
Volker Lendecke
1
-1
/
+1
[next]