pyldb: avoid segfault when adding an element with no name
[nivanova/samba-autobuild/.git] / source4 / libnet / userinfo.c
2014-01-16 Stefan Metzmachers4:libnet: let libnet_rpc_userinfo() take tevent_contex...
2014-01-16 Stefan Metzmachers4:libnet: let libnet_rpc_userinfo_send() take tevent_c...
2013-12-09 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupNames replies arrays...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-04-24 Stefan Metzmachers4:libnet: pass an explicit mem_ctx to libnet_rpc_useri...
2012-04-23 Andrew Bartletts4-libnet Always return after composite_error()
2012-04-23 Andrew Bartletts4-libnet: Fix continue_groupinfo_openuser to check...
2012-03-01 Andrew Bartletts4-libnet: Move to talloc_get_type_abort()
2010-03-12 Stefan Metzmachers4:libnet/userinfo.c: make use of use tevent_req based...
2010-03-01 Stefan Metzmachers4:libnet: make use of explicit dcerpc_*_recv functions
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix compiler warnings in libnet.
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
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_QueryUserInfo{2} from s3 idl. ...
2008-11-10 Günther Deschners4-samr: merge samr_LookupNames from s3 idl. (fixme...
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-20 Jelmer VernooijMake sure prototypes are always included, make some...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-10-10 Rafal Szczesniakr24051: more monitor function calls and monitor msg...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Rafal Szczesniakr22811: two more memory allocation checks.
2007-10-10 Rafal Szczesniakr22804: convert libnet_rpc_userinfo function to use...
2007-10-10 Rafal Szczesniakr22763: replace talloc_zero calls with composite_create...
2007-10-10 Rafal Szczesniakr19024: remove read-only and policy dependent fields...
2007-10-10 Rafal Szczesniakr18657: handle the case where rpc call went fine, but...
2007-10-10 Rafal Szczesniakr15996: Implement a missing monitor message.
2007-10-10 Rafal Szczesniakr15938: Extend userinfo call with one optional stage...
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Stefan Metzmacherr12611: fix compiler warnings
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Rafal Szczesniakr10633: Formatting.
2007-10-10 Stefan Metzmacherr10504: - seperate implementation specific stuff, from...
2007-10-10 Rafal Szczesniakr8761: Propagate changes in monitor messaging code.
2007-10-10 Rafal Szczesniakr7732: Implementation of very basic lookup function...
2007-10-10 Rafal Szczesniakr7588: Fix lacking space in the comment.
2007-10-10 Rafal Szczesniakr7490: Rename functions and prefices s/rpc_composite...
2007-10-10 Rafal Szczesniakr6718: Formatting fixes.
2007-10-10 Rafal Szczesniakr6624: I have put monitor function pointer into userinf...
2007-10-10 Rafal Szczesniakr6616: First (and totally untested) approach to monitor...
2007-10-10 Rafal Szczesniakr6384: Formatting fixes.
2007-10-10 Andrew Tridgellr6165: fixed up the userinfo composite code. Fixes...
2007-10-10 Rafal Szczesniakr6164: More comments in the code.
2007-10-10 Jelmer Vernooijr5775: Remove some unused functions (unions are no...
2007-10-10 Rafal Szczesniakr5677: Split structure definitions from implementation.
2007-10-10 Rafal Szczesniakr5576: Bunch of fixes pointed by tridge. A few more...
2007-10-10 Rafal Szczesniakr5474: Remove random notes put in code.
2007-10-10 Rafal Szczesniakr5472: First approach to composite rpc call fetchin...