summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Expand)AuthorFilesLines
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke10-246/+12
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison1-1/+2
2009-01-14Fix build of netapi.Jeremy Allison1-1/+2
2009-01-06s3-samr: avoid all init_samr_user* functions.Günther Deschner1-29/+35
2008-12-05s3-samr: fix SAMR_FIELD_PASSWORD callers.Günther Deschner1-1/+1
2008-10-28netapi: fix access bits in netapi.Günther Deschner1-1/+1
2008-10-24netapi: make sure to always cleanup after testing NetUser calls.Günther Deschner1-0/+4
2008-10-24netapi: add more group tests to netapitest.Günther Deschner1-3/+220
2008-10-23netapi: fix add_GROUP_USERS_INFO_X_buffer.Günther Deschner1-4/+12
2008-10-23netapi: fix NetUserGetGroups_r returning partial results.Günther Deschner1-2/+3
2008-10-23netapi: NetGroupEnum_r needs to handle servers with no groups.Günther Deschner1-1/+1
2008-10-20Fix warnings.Jeremy Allison5-32/+34
2008-10-15s3: fix various samr callers.Günther Deschner2-3/+3
2008-10-05Fix some missing error handlingsVolker Lendecke3-2/+8
2008-09-25netapi: start supporting NetUserSetInfo level 3.Günther Deschner1-7/+46
2008-09-22netapi: add NetFile testsuite.Günther Deschner4-1/+151
2008-09-22netapi: fix case statement in example NetUserSetModals code.Günther Deschner1-0/+1
2008-09-17build: fix cflag recursion in generated netapi makefiles.Günther Deschner2-51/+51
2008-09-12netapi: fix NetUserGetLocalGroups.Günther Deschner1-2/+0
2008-09-12netapi: fix NetGroupGetUsers (only enumerates users).Günther Deschner1-1/+6
2008-09-12netapi: fix NetUserSetGroups.Günther Deschner1-20/+22
2008-09-12netapi: fix NetGroupSetUsers.Günther Deschner1-20/+22
2008-09-11netapi: implement NetFileEnum_r.Günther Deschner1-1/+93
2008-09-11netapi: add NetFileEnum example code.Günther Deschner2-1/+153
2008-09-11netapi: add NetFileEnum to public header.Günther Deschner1-0/+31
2008-09-11netapi: add NetFileEnum skeleton.Günther Deschner3-0/+88
2008-09-11netapi: add NetFileGetInfo example code.Günther Deschner2-1/+119
2008-09-11netapi: add NetFileGetInfo to public header.Günther Deschner1-0/+32
2008-09-11netapi: implement NetFileGetInfo_r.Günther Deschner1-1/+93
2008-09-11netapi: add NetFileGetInfo skeleton.Günther Deschner3-0/+72
2008-09-11netapi: implement NetFileClose_r.Günther Deschner1-1/+27
2008-09-11netapi: add NetFileClose example code.Günther Deschner2-1/+90
2008-09-11netapi: add NetFileClose to public header.Günther Deschner1-0/+16
2008-09-11netapi: add NetFileClose skeleton.Günther Deschner3-0/+91
2008-09-11netapi: implement NetUserGetLocalGroups_r.Günther Deschner1-0/+238
2008-09-11netapi: add NetUserGetLocalGroups example code.Günther Deschner2-0/+128
2008-09-11netapi: add NetUserGetLocalGroups to public header.Günther Deschner1-0/+32
2008-09-11netapi: add NetUserGetLocalGroups skeleton.Günther Deschner3-0/+84
2008-09-11netapi: fix group_getusers example.Günther Deschner1-2/+2
2008-09-11netapi: implement NetGroupGetUsers_r.Günther Deschner1-1/+136
2008-09-11netapi: implement NetGroupSetUsers_r.Günther Deschner1-1/+227
2008-09-11netapi: add example code for NetGroupSetUsers.Günther Deschner2-0/+148
2008-09-11netapi: add NetGroupSetUsers to public header.Günther Deschner1-0/+22
2008-09-11netapi: add skeleton for NetGroupSetUsers.Günther Deschner3-0/+75
2008-09-11netapi: implement NetUserSetGroups_r.Günther Deschner1-2/+242
2008-09-11netapi: add example code for NetUserSetGroups.Günther Deschner2-0/+150
2008-09-11netapi: add NetUserSetGroups to public header.Günther Deschner1-0/+22
2008-09-11netapi: add skeleton for NetUserSetGroups.Günther Deschner3-0/+76
2008-09-11netapi: make add_GROUP_USERS_INFO_X_buffer non-static.Günther Deschner2-6/+13
2008-09-11netapi: fix NetShareEnum_r.Günther Deschner1-1/+4