idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values
[kai/samba.git] / source4 / libnet / libnet_passwd.c
2010-04-15 Stefan Metzmachers4:libnet_passwd: check for NT_STATUS_RPC_ENUM_VALUE_OU...
2010-04-15 Stefan Metzmachers4:libnet_passwd: check for NT_STATUS_RPC_PROCNUM_OUT_O...
2010-03-29 Stefan Metzmachers4:libnet/libnet_passwd.c: add explicit check for NTSTA...
2010-03-12 Stefan Metzmachers4:libnet/libnet_passwd.c: make use of dcerpc_binding_h...
2010-03-10 Matthias Dieter... s4:libnet - change variables to "unsigned" where needed
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-25 Kamen Mazdrashkis4-net: Fix 'talloc_free with references ...' error
2009-11-06 Matthias Dieter... s4:libnet_passwd - fix pointer type
2009-06-18 Andrew Bartletts4:libnet Allow 'net password change' to work on expire...
2009-05-25 Andrew Tridgellfixed the client side password change code
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-05 Günther Deschners4-samr: fix samr callers after SAMR_FIELD_PASSWORD...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-28 Günther Deschners4-samr: fix samr passwdord_expired callers.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-10 Günther Deschners4-samr: merge samr_LookupDomain from s3 idl. (fixme...
2008-11-10 Günther Deschners4-samr: merge samr_LookupNames from s3 idl. (fixme...
2008-11-10 Günther Deschners4-samr: merge samr_ChangePasswordUser3 from s3 idl.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijMove source4/lib/crypto to lib/crypto.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22669: fix uninitialized element which was causing...
2007-10-10 Stefan Metzmacherr19934: - allow to pass a samr_UserInfo21 struct to...
2007-10-10 Günther Deschnerr18609: error_string should not contain newlines.
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Andrew Bartlettr14058: Try to make the continuation on the list of...
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr12858: This moves the libnet_LookupPdc code to use...
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Stefan Metzmacherr8235: fix the build
2007-10-10 Stefan Metzmacherr8232: remove samr_String and netr_String as they are...
2007-10-10 Rafal Szczesniakr8077: Propagate changes in rpc connect routine to...
2007-10-10 Andrew Bartlettr7204: Also fall back to different password set methods...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Tim Potterr5364: Rename string fields called 'domain' and 'name...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Bartlettr4722: Start to add 'net join' to Samba4.
2007-10-10 Andrew Bartlettr4721: Changes to libnet_passwd to take advantage of...
2007-10-10 Andrew Tridgellr4035: more effort on consistent naming of the access...
2007-10-10 Andrew Bartlettr3724: Rename a number of structures, for better consis...
2007-10-10 Andrew Tridgellr3478: split out some more pieces of includes.h
2007-10-10 Andrew Tridgellr3462: separate out the crypto includes
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Bartlettr2545: str_charnum -> strlen_m.
2007-10-10 Tim Potterr2458: Rename policy handle parameters for the SAMR...
2007-10-10 Stefan Metzmacherr2346: fix some minor stuff
2007-10-10 Stefan Metzmacherr2064: fix some error cases
2007-10-10 Stefan Metzmacherr2021: add password change fallback to SetUserInfo...
2007-10-10 Stefan Metzmacherr1952: change the _RPC levels into _SAMR
2007-10-10 Stefan Metzmacherr1950: implement libnet_SetPassword_rpc()
2007-10-10 Stefan Metzmacherr1947: fix cup & paste errors
2007-10-10 Stefan Metzmacherr1928: give up on NT_STATUS_PASSWORD_RESTRICTION
2007-10-10 Stefan Metzmacherr1926: fallback to other SAMR ChangePasswordUser levels
2007-10-10 Stefan Metzmacherr1919: paasword change basicly works now:-)
2007-10-10 Stefan Metzmacherr1878: implemet libnet_context_{init,destroy}
2007-10-10 Stefan Metzmacherr1836: - as abartlet said to me, we need to contact...
2007-10-10 Stefan Metzmacherr1816: here's the initial idea of libnet