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
/
lib
/
netapi
/
user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-3
/
+3
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-05-30
s3: fix some -Wunused-but-set-variable build warnings.
Günther Deschner
1
-2
/
+0
2011-05-05
More const fixes for compiler warnings from the waf build.
Jeremy Allison
1
-1
/
+1
2011-04-24
s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()
Stefan Metzmacher
1
-1
/
+1
2011-03-25
s3-netapi: fix memoryleak while not using talloc_tos() in cli_get_session_key...
Günther Deschner
1
-2
/
+2
2011-03-24
s3-netapi: use cli_get_session_key() in netapi.
Günther Deschner
1
-2
/
+17
2011-03-02
s3-libds: use already existing ../libds/common/flag_mapping.h header.
Günther Deschner
1
-0
/
+1
2011-02-01
s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/user.c.
Günther Deschner
1
-130
/
+377
2010-12-30
s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the acco...
Stefan Metzmacher
1
-3
/
+0
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-1
/
+1
2010-10-02
s3: Attempt to fix bug 7665
Volker Lendecke
1
-40
/
+40
2010-09-20
s3-util: use shared dom_sid_dup.
Günther Deschner
1
-7
/
+8
2010-08-25
s3-lsa: separate out init_lsa headers.
Günther Deschner
1
-0
/
+1
2010-07-05
samr.idl:UserInfo structures - fix some names according to MS-SAMR documentation
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-07-01
s3-libads: only include libds flags where needed.
Günther Deschner
1
-0
/
+1
2010-06-03
s3-security: use shared "Standard access rights.".
Günther Deschner
1
-2
/
+2
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-1
/
+1
2010-05-18
s3-rpc_client: move protos to init_samr.h
Günther Deschner
1
-0
/
+1
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+1
2009-11-08
Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...
Volker Lendecke
1
-11
/
+11
2009-11-08
s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_table
Volker Lendecke
1
-11
/
+11
2009-09-16
s3-netapi: Fix Coverity #668: FORWARD_NULL.
Günther Deschner
1
-1
/
+1
2009-09-16
s3-netapi: Fix Coverity #669 FORWARD_NULL.
Günther Deschner
1
-1
/
+1
2009-09-16
s3-netapi: Fix Coverity #670: FORWARD_NULL.
Günther Deschner
1
-1
/
+1
2009-07-13
libds: merge the UF<->ACB flag mapping functions.
Günther Deschner
1
-1
/
+1
2009-06-26
Fix some dead code warnings from SUN Studio
Volker Lendecke
1
-2
/
+2
2009-06-16
s3-netapi: Fix Bug #6451: net/libnetapi user rename using wrong access bits.
Günther Deschner
1
-0
/
+2
2009-04-15
Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+
Jeremy Allison
1
-15
/
+15
2009-03-26
s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat...
Günther Deschner
1
-6
/
+12
2009-03-20
s3-netapi: Fix Coverity #774 (REVERSE_INULL).
Günther Deschner
1
-6
/
+3
2009-03-20
s3-netapi: Fix Coverity #775 (REVERSE_INULL).
Günther Deschner
1
-6
/
+3
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
1
-2
/
+2
2009-01-18
libnetapi_open_pipe does not need to return cli_state
Volker Lendecke
1
-68
/
+2
2009-01-06
s3-samr: avoid all init_samr_user* functions.
Günther Deschner
1
-29
/
+35
2008-12-05
s3-samr: fix SAMR_FIELD_PASSWORD callers.
Günther Deschner
1
-1
/
+1
2008-10-28
netapi: fix access bits in netapi.
Günther Deschner
1
-1
/
+1
2008-10-23
netapi: fix add_GROUP_USERS_INFO_X_buffer.
Günther Deschner
1
-4
/
+12
2008-10-23
netapi: fix NetUserGetGroups_r returning partial results.
Günther Deschner
1
-2
/
+3
2008-09-25
netapi: start supporting NetUserSetInfo level 3.
Günther Deschner
1
-7
/
+46
2008-09-12
netapi: fix NetUserGetLocalGroups.
Günther Deschner
1
-2
/
+0
2008-09-12
netapi: fix NetUserSetGroups.
Günther Deschner
1
-20
/
+22
2008-09-11
netapi: implement NetUserGetLocalGroups_r.
Günther Deschner
1
-0
/
+238
2008-09-11
netapi: add NetUserGetLocalGroups skeleton.
Günther Deschner
1
-0
/
+18
2008-09-11
netapi: implement NetUserSetGroups_r.
Günther Deschner
1
-2
/
+242
2008-09-11
netapi: add skeleton for NetUserSetGroups.
Günther Deschner
1
-0
/
+19
2008-09-11
netapi: make add_GROUP_USERS_INFO_X_buffer non-static.
Günther Deschner
1
-6
/
+6
2008-08-29
netapi: add info21_to_USER_INFO_11 and support level 11 in NetUserEnum/GetInfo.
Günther Deschner
1
-5
/
+45
2008-08-29
netapi: add info21_to_USER_INFO_4 and support level 4 in NetUserEnum/GetInfo.
Günther Deschner
1
-2
/
+68
2008-08-29
netapi: add info21_to_USER_INFO_3 and support level 3 in NetUserEnum/GetInfo.
Günther Deschner
1
-2
/
+54
[next]