Age | Commit message (Expand) | Author | Files | Lines |
2008-04-21 | Remove the "pwd" struct from rpc_pipe_client | Volker Lendecke | 1 | -1/+0 |
2008-04-21 | cldap: avoid duplicate definitions so remove ads_cldap.h. | Günther Deschner | 2 | -61/+0 |
2008-04-21 | Remove redundant parameter fd from SMB_VFS_CLOSE(). | Michael Adam | 2 | -4/+5 |
2008-04-20 | Refactoring: Move stuff around for creating a pipe | Volker Lendecke | 1 | -4/+4 |
2008-04-20 | Remove the pipe_idx variable from rpc_pipe_client | Volker Lendecke | 2 | -2/+4 |
2008-04-20 | Move srv_name_slash from cli_state to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -0/+2 |
2008-04-20 | Refactoring: Make struct rpc_pipe_client its own talloc parent | Volker Lendecke | 1 | -2/+0 |
2008-04-17 | rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduce | Jelmer Vernooij | 1 | -2/+2 |
2008-04-17 | IDL: build generated nbt code. | Günther Deschner | 3 | -0/+6 |
2008-04-17 | Add simple implementation of several functions in the Samba 4 RPC | Jelmer Vernooij | 1 | -0/+1 |
2008-04-16 | errors: Add WERR_NO_SUCH_USER. | Günther Deschner | 1 | -0/+1 |
2008-04-16 | errors: Add WERR_NONE_MAPPED. | Günther Deschner | 1 | -0/+1 |
2008-04-15 | Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE. | Jelmer Vernooij | 1 | -4/+1 |
2008-04-14 | doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE. | Günther Deschner | 1 | -0/+2 |
2008-04-14 | Remove namedpipe_transact fn pointer from smb_np_struct | Volker Lendecke | 1 | -11/+0 |
2008-04-13 | adt_tree: change pathtree_add to return WERR instead of bool. | Michael Adam | 1 | -1/+1 |
2008-04-13 | registry: remove the REGISTRY_HOOKS layer from the reghook cache. | Michael Adam | 1 | -1/+1 |
2008-04-12 | Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION. | Günther Deschner | 1 | -0/+2 |
2008-04-12 | Move some WERRORs down to the NERR_BASE block. | Günther Deschner | 1 | -16/+11 |
2008-04-12 | dbwrap: add dbwrap_tdb2 backend | Stefan Metzmacher | 1 | -0/+8 |
2008-04-12 | messaging: add MSG_DBWRAP_TDB2_CHANGES flag | Stefan Metzmacher | 1 | -0/+3 |
2008-04-12 | messaging: add FLAG_MSG_DBWRAP message class flag | Stefan Metzmacher | 1 | -0/+2 |
2008-04-11 | Remove some write-only fstrings | Volker Lendecke | 1 | -7/+0 |
2008-04-10 | Add MAX_NERR define. | Günther Deschner | 1 | -0/+4 |
2008-04-08 | Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define. | Günther Deschner | 1 | -0/+1 |
2008-04-07 | smbd: make it possible to change the write time delay for testing | Stefan Metzmacher | 1 | -0/+3 |
2008-04-07 | smbd: implement the strange write time update logic | Stefan Metzmacher | 1 | -3/+7 |
2008-04-07 | locking: store the write time in the locking.tdb | Stefan Metzmacher | 1 | -0/+4 |
2008-04-03 | Add NT_STATUS_RPC_CANNOT_SUPPORT. | Günther Deschner | 1 | -0/+1 |
2008-04-02 | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 1 | -4/+40 |
2008-03-31 | Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a... | Gerald W. Carter | 1 | -1/+1 |
2008-03-28 | Fix a confusing variable name | Volker Lendecke | 1 | -2/+2 |
2008-03-27 | Remove last reference to rpc_netlogon.h. | Günther Deschner | 1 | -1/+0 |
2008-03-27 | Remove unused marshalling for Netlogon Lockout String. | Günther Deschner | 2 | -46/+0 |
2008-03-27 | dbwrap: add db_open_trans() | Stefan Metzmacher | 1 | -0/+5 |
2008-03-27 | Remove unused DS_DOMAIN_CONTROLLER_INFO struct. | Günther Deschner | 1 | -12/+0 |
2008-03-27 | Move netr_LogonLevel flags to IDL, rename old one to netr_LogonInfo. | Günther Deschner | 1 | -3/+0 |
2008-03-27 | Move DSGETDC_VALID_FLAGS to IDL. | Günther Deschner | 1 | -19/+0 |
2008-03-27 | Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam. | Günther Deschner | 1 | -2/+0 |
2008-03-27 | Move the known NETLOGON_CONTROL reply flags to IDL. | Günther Deschner | 1 | -8/+0 |
2008-03-27 | Move inline comment about MSV1_0 flags to IDL. | Günther Deschner | 1 | -18/+0 |
2008-03-26 | Fill in IDL for PNP_GetDeviceRegProp. | Günther Deschner | 1 | -2/+0 |
2008-03-26 | Comment out some svcctl headers which are now defined in IDL. | Günther Deschner | 1 | -3/+7 |
2008-03-26 | util_tdb: remove trivial and unused tdb_wipe(). | Michael Adam | 1 | -2/+0 |
2008-03-26 | util_tdb: make the _byblob fetch/store functions public again. | Michael Adam | 1 | -0/+4 |
2008-03-25 | util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn(). | Michael Adam | 1 | -2/+1 |
2008-03-25 | util_tdb: add the tdb_pack_append() prototype to util_tdb.h | Michael Adam | 1 | -0/+2 |
2008-03-25 | util_tdb: group prototypes in util_tdb.h thematically | Michael Adam | 1 | -13/+20 |
2008-03-25 | build: don't autogenerate prototypes for util_tdb and dbwrap anymore. | Michael Adam | 2 | -0/+38 |