Age | Commit message (Expand) | Author | Files | Lines |
2008-07-30 | build: fix some no previous prototype warnings. | Günther Deschner | 2 | -11/+11 |
2008-07-30 | winbindd: handle trusted domains without sid. | Günther Deschner | 2 | -4/+17 |
2008-07-30 | libwbclient: let wbcStringToSid handle the global NULL sid. | Günther Deschner | 1 | -1/+1 |
2008-07-30 | netapi: add NetGroupGetUsers example code. | Günther Deschner | 2 | -0/+138 |
2008-07-30 | netapi: add NetGroupGetUsers to public header. | Günther Deschner | 1 | -0/+38 |
2008-07-30 | netapi: add NetGroupGetUsers skeleton. | Günther Deschner | 3 | -0/+85 |
2008-07-30 | re-run make idl. | Günther Deschner | 3 | -7/+160 |
2008-07-30 | netapi: add NetGroupGetUsers to IDL. | Günther Deschner | 1 | -0/+24 |
2008-07-30 | re-run make idl. | Günther Deschner | 3 | -0/+918 |
2008-07-30 | netapi: add some more USER_INFO structs to IDL. | Günther Deschner | 1 | -0/+110 |
2008-07-30 | netapi: fix libnetapi_samr_lookup_user_map_USER_INFO. | Günther Deschner | 1 | -37/+31 |
2008-07-30 | netapi: use "buffer" in libnetapi. | Günther Deschner | 5 | -41/+41 |
2008-07-30 | re-run make idl. | Günther Deschner | 2 | -27/+27 |
2008-07-30 | netapi: cosmetics, use "buffer" everywhere. | Günther Deschner | 1 | -7/+7 |
2008-07-30 | netapi: use init_samr_CryptPasswordEx and init_samr_CryptPassword. | Günther Deschner | 1 | -25/+9 |
2008-07-30 | rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword. | Günther Deschner | 2 | -0/+52 |
2008-07-30 | netapi: implement NetUserSetInfo_r() for at least level 1007. | Günther Deschner | 1 | -1/+123 |
2008-07-30 | netapi: add convert_USER_INFO_X_to_samr_user_info21 fn and use it NetUserAdd. | Günther Deschner | 1 | -49/+126 |
2008-07-30 | re-run make idl. | Günther Deschner | 3 | -0/+150 |
2008-07-30 | netapi: add USER_INFO_X to IDL. | Günther Deschner | 1 | -0/+27 |
2008-07-30 | netapi: add netapi testsuite. | Günther Deschner | 8 | -0/+1211 |
2008-07-30 | netapi: fix NetLocalGroupAdd. | Günther Deschner | 1 | -0/+17 |
2008-07-30 | testparm: Display warning if invalid values are used. | Michael Adam | 1 | -1/+3 |
2008-07-29 | pdb_interface: Fix typo in debug message. | Karolin Seeger | 1 | -1/+1 |
2008-07-29 | man pages: Fix typos in man smbclient. | Karolin Seeger | 1 | -2/+1 |
2008-07-28 | Attempt to fix bug 5616 | Volker Lendecke | 1 | -9/+6 |
2008-07-28 | run "make idl" after idl change to unify Primary:Kerberos* structs (e8ae49f) | Michael Adam | 3 | -267/+112 |
2008-07-28 | drsblobs.idl: unify the Primary:Kerberos and Primary:Kerberos-Newer-Keys structs | Stefan Metzmacher | 1 | -29/+18 |
2008-07-28 | run "make idl" after idl change "give some unknowns a meaning" (67de745) | Michael Adam | 2 | -74/+112 |
2008-07-28 | drsblobs.idl: give some unknowns a meaning | Stefan Metzmacher | 1 | -9/+11 |
2008-07-28 | rpcclient: Set the pid filed of the outgoing DsBindInfo to 0. | Michael Adam | 1 | -1/+1 |
2008-07-27 | Fix a debug message | Volker Lendecke | 1 | -1/+1 |
2008-07-27 | Remove a pointless CONST_DISCARD | Volker Lendecke | 1 | -1/+1 |
2008-07-27 | Fix srvsvc_Net[Get|Set]FileSecurity | Volker Lendecke | 1 | -155/+87 |
2008-07-27 | Make create_conn_struct() public | Volker Lendecke | 2 | -1/+6 |
2008-07-27 | Remove unused extern struct current_user from substitute.c | Volker Lendecke | 1 | -2/+0 |
2008-07-26 | Save 128 byte (32-bit platform) or 256 byte (64-bit) per connection_struct | Volker Lendecke | 1 | -1/+1 |
2008-07-26 | make read/write to internal pipes available externally | Volker Lendecke | 3 | -16/+12 |
2008-07-26 | Refactoring: Make close_internal_rpc_pipe_hnd a talloc destructor | Volker Lendecke | 2 | -14/+5 |
2008-07-26 | Refactor make_internal_rpc_pipe_p: connection_struct is not needed | Volker Lendecke | 3 | -23/+20 |
2008-07-26 | Create doxygen comments for async_req.[ch] | Volker Lendecke | 2 | -45/+162 |
2008-07-26 | Make api_rpcTNP static to srv_pipe.c | Volker Lendecke | 2 | -4/+5 |
2008-07-25 | Fix an incompatible pointer warning | Volker Lendecke | 1 | -2/+2 |
2008-07-25 | Fix bug creating files using DOS clients with mixed | Jeremy Allison | 1 | -1/+1 |
2008-07-25 | Fix a race condition in winbind leading to a crash | Volker Lendecke | 1 | -4/+3 |
2008-07-25 | talloc_string_sub2: Don't return NULL if src is empty. | Karolin Seeger | 1 | -1/+1 |
2008-07-24 | If we're not allowing streams on this conn ptr, | Jeremy Allison | 1 | -0/+5 |
2008-07-24 | Remove trailing withespace from wbinfo -m which breaks gdm auth. | Andreas Schneider | 1 | -4/+5 |
2008-07-24 | Add casts to uint32_t to match prototype for sid_append_rid(). | Jeremy Allison | 1 | -4/+4 |
2008-07-24 | Use sys_getgrnam not getgrnam. Pointed out by Herb. | Jeremy Allison | 1 | -1/+1 |