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
/
source4
/
libnet
/
libnet_passwd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-15
s4:libnet_passwd: check for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE for SetPass...
Stefan Metzmacher
1
-1
/
+1
2010-04-15
s4:libnet_passwd: check for NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE in the ChangeP...
Stefan Metzmacher
1
-3
/
+3
2010-03-29
s4:libnet/libnet_passwd.c: add explicit check for NTSTATUS r.out.result
Stefan Metzmacher
1
-0
/
+36
2010-03-12
s4:libnet/libnet_passwd.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher
1
-13
/
+13
2010-03-10
s4:libnet - change variables to "unsigned" where needed
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-12-25
s4-net: Fix 'talloc_free with references ...' error
Kamen Mazdrashki
1
-4
/
+4
2009-11-06
s4:libnet_passwd - fix pointer type
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-06-18
s4:libnet Allow 'net password change' to work on expired passwords
Andrew Bartlett
1
-1
/
+5
2009-05-25
fixed the client side password change code
Andrew Tridgell
1
-61
/
+25
2008-12-05
s4-samr: fix samr callers after SAMR_FIELD_PASSWORD change.
Günther Deschner
1
-2
/
+2
2008-11-28
s4-samr: fix samr passwdord_expired callers.
Günther Deschner
1
-3
/
+2
2008-11-10
s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)
Günther Deschner
1
-1
/
+3
2008-11-10
s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)
Günther Deschner
1
-3
/
+6
2008-11-10
s4-samr: merge samr_ChangePasswordUser3 from s3 idl.
Günther Deschner
1
-0
/
+4
2008-09-24
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22669: fix uninitialized element which was causing a crash with 'net passwor...
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r19934: - allow to pass a samr_UserInfo21 struct to be passed to libnet_SetPa...
Stefan Metzmacher
1
-28
/
+48
2007-10-10
r18609: error_string should not contain newlines.
Günther Deschner
1
-24
/
+24
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14470: Remove some unnecessary headers.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14380: Reduce the size of structs.h
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14058: Try to make the continuation on the list of password set mechs clearer.
Andrew Bartlett
1
-2
/
+5
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12858: This moves the libnet_LookupPdc code to use a GetDC request to find
Andrew Bartlett
1
-4
/
+4
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
1
-6
/
+2
2007-10-10
r8235: fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r8232: remove samr_String and netr_String as they are the same as lsa_String
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r8077: Propagate changes in rpc connect routine to functions using it
Rafal Szczesniak
1
-27
/
+27
2007-10-10
r7204: Also fall back to different password set methods on WRITE_FAULT, as
Andrew Bartlett
1
-1
/
+1
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.
Tim Potter
1
-1
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4722: Start to add 'net join' to Samba4.
Andrew Bartlett
1
-45
/
+1
2007-10-10
r4721: Changes to libnet_passwd to take advantage of the new easier to call
Andrew Bartlett
1
-198
/
+223
2007-10-10
r4035: more effort on consistent naming of the access mask bits.
Andrew Tridgell
1
-3
/
+3
2007-10-10
r3724: Rename a number of structures, for better consistance between SAMR and
Andrew Bartlett
1
-9
/
+9
2007-10-10
r3478: split out some more pieces of includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3462: separate out the crypto includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2545: str_charnum -> strlen_m.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r2458: Rename policy handle parameters for the SAMR pipe. Parameters now
Tim Potter
1
-10
/
+10
2007-10-10
r2346: fix some minor stuff
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r2064: fix some error cases
Stefan Metzmacher
1
-1
/
+36
[next]