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
/
net_rpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Use samba default command line arguments.
Kai Blin
2009-05-25
1
-25
/
+49
*
s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not be...
Günther Deschner
2009-05-13
1
-1
/
+1
*
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
2009-05-11
1
-2
/
+2
*
Fix some warnings due to uint16_t!=-1 always being true
Volker Lendecke
2009-05-03
1
-1
/
+1
*
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
2009-04-30
1
-4
/
+3
*
s3-net: make sure to call libnetapi init functions at the top of "net rpc" co...
Günther Deschner
2009-04-28
1
-0
/
+13
*
s3-secdesc: move all winreg access bits to IDL.
Günther Deschner
2009-04-21
1
-3
/
+3
*
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
2009-04-21
1
-4
/
+4
*
Merge commit 'origin/master' into libcli-auth-merge-without-netlogond
Andrew Bartlett
2009-04-20
1
-10
/
+9
|
\
|
*
s3:net_rpc: don't shutdown a cli_state passed from the caller
Stefan Metzmacher
2009-04-17
1
-9
/
+8
|
*
Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+
Jeremy Allison
2009-04-15
1
-1
/
+1
*
|
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
2009-04-14
1
-3
/
+6
|
/
*
s3-net: Fix Coverity #861 (UNINIT).
Günther Deschner
2009-03-20
1
-1
/
+1
*
s3-net: Fix Coverity #898 (UNINIT).
Günther Deschner
2009-03-20
1
-1
/
+1
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
1
-37
/
+37
*
s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.
Günther Deschner
2009-03-18
1
-18
/
+18
*
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
2009-03-17
1
-1
/
+1
*
s3: use samr_RidWithAttribute instead of DOM_GID.
Günther Deschner
2009-02-05
1
-1
/
+1
*
s3-net: remove unused ENUM_HND.
Günther Deschner
2009-02-05
1
-3
/
+0
*
Fix some type-punned warnings
Volker Lendecke
2009-02-01
1
-3
/
+3
*
cli_get_pipe_name_from_interface does not really need a talloc_ctx
Volker Lendecke
2009-02-01
1
-2
/
+1
*
Make cli_tcon_andx async
Volker Lendecke
2009-01-30
1
-2
/
+2
*
Actually complete 3662c2b...
Volker Lendecke
2009-01-22
1
-1
/
+1
*
Memory leaks and other fixes found by Coverity
todd stecher
2009-01-21
1
-2
/
+10
*
s3-samr: avoid all init_samr_user* functions.
Günther Deschner
2009-01-06
1
-25
/
+5
*
Fix all warnings in source3 with gcc4.3.
Jeremy Allison
2008-12-31
1
-2
/
+6
*
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
2008-12-19
1
-1
/
+2
*
s3-samr: fix SAMR_FIELD_PASSWORD callers.
Günther Deschner
2008-12-05
1
-1
/
+1
*
s3:net: fix password set of 'net rpc trustdom add'
Stefan Metzmacher
2008-12-04
1
-1
/
+2
*
s3-samr: fix init_samr_user_info{23,24} callers.
Günther Deschner
2008-11-28
1
-1
/
+1
*
s3-net: add "net rpc vampire passdb" that allows to take arguments.
Günther Deschner
2008-11-18
1
-0
/
+8
*
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
2008-11-01
1
-3
/
+3
*
s3-samr: remove duplicate copies of Domain Object specific access rights.
Günther Deschner
2008-10-31
1
-1
/
+1
*
s3-samr: remove duplicate copies of SAM server specific access rights.
Günther Deschner
2008-10-31
1
-1
/
+1
*
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2008-10-31
1
-11
/
+7
*
Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
Jeremy Allison
2008-10-21
1
-11
/
+0
*
s3: fix various samr callers.
Günther Deschner
2008-10-15
1
-5
/
+5
*
Share initshutdown.idl.
Jelmer Vernooij
2008-10-15
1
-8
/
+4
*
net: Make share type lookup a function.
Kai Blin
2008-09-26
1
-3
/
+1
*
net: use netapi for NetFileEnum.
Günther Deschner
2008-09-11
1
-68
/
+32
*
net: use netapi for NetFileClose.
Günther Deschner
2008-09-11
1
-33
/
+13
*
net: use netapi for NetShareEnum.
Günther Deschner
2008-09-11
1
-66
/
+36
*
net: share_type is defined in net_rap.c, net_rpc.c needs to use that.
Kai Blin
2008-09-10
1
-1
/
+3
*
net: use netapi for rpc_sh_share_delete as well.
Günther Deschner
2008-09-05
1
-10
/
+1
*
net: use netapi for deleting shares.
Günther Deschner
2008-09-05
1
-36
/
+2
*
net: use netapi for rpc_sh_share_add as well.
Günther Deschner
2008-09-05
1
-21
/
+15
*
net: use netapi to add shares.
Günther Deschner
2008-09-05
1
-49
/
+43
*
net: use netapi for "net rpc user info" to enumerate user group membership.
Günther Deschner
2008-08-29
1
-112
/
+27
*
net: use netapi function to set user password.
Günther Deschner
2008-08-29
1
-113
/
+18
[next]