summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18104: A couple of important fixes to samr domain open so thatRafal Szczesniak1-3/+6
2007-10-10r18101: Use composite_create function and add monitor function pointerRafal Szczesniak1-3/+8
2007-10-10r17954: Avoid including \n in error strings (left over from DEBUG() conversion).Andrew Bartlett1-12/+18
2007-10-10r17938: More comments.Rafal Szczesniak1-12/+101
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij2-2/+1
2007-10-10r17856: The two new functions - libnet_LookupName and libnet_UserInfo.Rafal Szczesniak5-0/+416
2007-10-10r17670: 1) Refactor libnet context structure a bit, to have rpc connectionRafal Szczesniak6-65/+495
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-1/+1
2007-10-10r17472: Remove unused variable.Rafal Szczesniak1-1/+0
2007-10-10r17450: A bit more protection against memory allocation errors.Rafal Szczesniak1-1/+2
2007-10-10r17448: Define macros to set fields in api function modifying user account.Rafal Szczesniak2-28/+50
2007-10-10r17447: Add more fields to user modify routines.Rafal Szczesniak1-0/+17
2007-10-10r17079: Remove an attempt to connect on ncacn_ip_tcp transport after failureRafal Szczesniak1-38/+0
2007-10-10r17028: Remove extra newline.Rafal Szczesniak1-1/+0
2007-10-10r17027: My copyright notice.Rafal Szczesniak1-1/+2
2007-10-10r17026: Make rpc connect routine a bit smarter. Try to connect againRafal Szczesniak1-7/+86
2007-10-10r17001: Prepare a new monitor messages.Rafal Szczesniak2-0/+24
2007-10-10r16895: Add continue function and prevent from segfaulting (or unpredictableRafal Szczesniak1-16/+41
2007-10-10r16830: Fix IBM checker and GCC warnings.Andrew Bartlett1-3/+3
2007-10-10r16694: Store lsa rpc pipe pointer in a right place.Rafal Szczesniak1-7/+12
2007-10-10r16693: Name type should be passed further down the lookup engine insteadRafal Szczesniak1-7/+5
2007-10-10r16692: More comments and further code in set_user_changes routine.Rafal Szczesniak1-17/+77
2007-10-10r16573: Fixes in comments.Rafal Szczesniak1-4/+4
2007-10-10r16572: More comments and simple refactoring of one condition.Rafal Szczesniak1-6/+52
2007-10-10r16532: Tell username from account name (source from target, whenRafal Szczesniak1-0/+1
2007-10-10r16531: Add a function preparing argument for modify user routine.Rafal Szczesniak1-2/+41
2007-10-10r16530: Send monitor messages only after successful receiving result of a stage.Rafal Szczesniak1-25/+33
2007-10-10r16476: Error in composite functions implemented the 'old way' (single event ...Rafal Szczesniak1-2/+4
2007-10-10r16226: Fixes for various segfault bugs found against a buggy Samba4. WithAndrew Bartlett2-2/+15
2007-10-10r16211: Refactor domain_opened function a bit and add a few comments.Rafal Szczesniak1-28/+60
2007-10-10r15996: Implement a missing monitor message.Rafal Szczesniak1-1/+10
2007-10-10r15940: Add new field to pass username to libnet_rpc_userinfo function.Rafal Szczesniak1-0/+1
2007-10-10r15938: Extend userinfo call with one optional stage - lookup forRafal Szczesniak1-19/+84
2007-10-10r15937: Currently, we don't use nor support distinguished call levels, so removeRafal Szczesniak1-15/+0
2007-10-10r15920: Move userman.c and userinfo.c definition into respectiveRafal Szczesniak5-74/+102
2007-10-10r15919: - Create function checking prerequisites like valid domainRafal Szczesniak1-63/+175
2007-10-10r15858: - initialize s->r.outStefan Metzmacher1-13/+23
2007-10-10r15857: don't clear the error string after setting itStefan Metzmacher1-4/+6
2007-10-10r15850: another spot where r->out.error_string can be uninitialiedAndrew Tridgell1-0/+1
2007-10-10r15849: ensure we don't try to talloc_steal() an invalid error_string inAndrew Tridgell1-0/+1
2007-10-10r15726: Comments and a couple of minor formattings in the code.Rafal Szczesniak1-57/+121
2007-10-10r15667: Make sure the rpc pipe pointers are zeroed duringRafal Szczesniak1-0/+8
2007-10-10r15666: Fix a silly typo.Rafal Szczesniak1-1/+1
2007-10-10r15663: Turn libnet_DeleteUser into async function and fix subtle bug probablyRafal Szczesniak2-82/+130
2007-10-10r15625: Partial commit of my current work. It makes libnet api functionsRafal Szczesniak8-61/+403
2007-10-10r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my headAndrew Bartlett1-1/+1
2007-10-10r15500: Add support for interactive prompting on bad passwords to the RPC lib...Andrew Bartlett1-1/+1
2007-10-10r15489: Typo fixes.Rafal Szczesniak1-2/+2
2007-10-10r15488: This structure is not needed any longer.Rafal Szczesniak1-25/+2
2007-10-10r15487: More comments and a few minor changes (not even fixes).Rafal Szczesniak1-13/+31