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