index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
smbcquotas.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smbcquotas: pass down NULL instead of a zero sockaddr_storage
Stefan Metzmacher
2011-07-22
1
-4
/
+1
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3-fault: removed the cont_fn from fault_setup()
Andrew Tridgell
2011-03-22
1
-1
/
+1
*
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
2011-02-28
1
-0
/
+1
*
s3: Move dump_ntquota* to smbcquotas.c
Volker Lendecke
2011-01-17
1
-0
/
+99
*
s3: Convert cli_set_fs_quota_info to cli_trans
Volker Lendecke
2011-01-17
1
-4
/
+8
*
s3: Convert cli_get_fs_quota_info to cli_trans
Volker Lendecke
2011-01-17
1
-10
/
+20
*
s3: Convert cli_list_user_quota to cli_trans
Volker Lendecke
2011-01-17
1
-2
/
+5
*
s3: Convert cli_set_user_quota to cli_trans
Volker Lendecke
2011-01-17
1
-2
/
+5
*
s3: Convert cli_get_user_quota to cli_trans
Volker Lendecke
2011-01-17
1
-4
/
+10
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-01-17
1
-7
/
+5
*
s3: Remove unused "retry" from cli_full_connection
Volker Lendecke
2010-12-20
1
-2
/
+1
*
s3: string_to_sid does thorough syntax checking
Volker Lendecke
2010-11-14
1
-2
/
+2
*
s3: Avoid two calls cli_errstr
Volker Lendecke
2010-11-14
1
-4
/
+9
*
s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead
Andrew Bartlett
2010-11-02
1
-1
/
+1
*
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
2010-11-02
1
-3
/
+1
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3-build: only include "fake_file.h" where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
2010-08-05
1
-0
/
+1
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-3
/
+3
*
s3-rpc_client: move protos to cli_lsarpc.h
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
s3: Convert cli_get_fs_attr_info to the async API
Volker Lendecke
2009-11-21
1
-1
/
+1
*
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
2009-04-30
1
-2
/
+2
*
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
2009-04-21
1
-1
/
+1
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
1
-1
/
+1
*
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
2009-03-17
1
-6
/
+1
*
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
2008-12-14
1
-12
/
+20
*
s3: Change sockaddr util function names for consistency
Tim Prouty
2008-12-03
1
-1
/
+1
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-5
/
+1
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
1
-2
/
+4
*
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
2008-05-05
1
-1
/
+14
*
Fix -e for smbcquotas.
Jeremy Allison
2008-01-05
1
-11
/
+24
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
1
-1
/
+1
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-1
/
+1
*
Make all the tools use the proper accessor functions.
Jeremy Allison
2007-12-06
1
-9
/
+11
*
Getting to the home stretch for elimination of pstrings...
Jeremy Allison
2007-12-03
1
-32
/
+60
*
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
2007-11-29
1
-4
/
+3
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
1
-1
/
+1
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-7
/
+8
*
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
2007-10-19
1
-3
/
+12
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-12
/
+12
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r24943: Some stackframes
Volker Lendecke
2007-10-10
1
-0
/
+3
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Günther Deschner
2007-10-10
1
-1
/
+1
*
r23009: Both contains a strchr_m(server,'/') few lines after replacing all / ...
James Peach
2007-10-10
1
-5
/
+2
*
r18271: Big change:
Gerald Carter
2007-10-10
1
-2
/
+2
[next]