Age | Commit message (Expand) | Author | Files | Lines |
2010-07-05 | samr.idl:UserInfo structures - fix some names according to MS-SAMR documentation | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-07-05 | s3: Remove procid_self() from ctdb_read_req() and ctdb_handle_message() | Volker Lendecke | 1 | -4/+8 |
2010-07-05 | s3: Remove some type-punned warnings | Volker Lendecke | 1 | -5/+5 |
2010-07-05 | s3: Put serverid_key and serverid_data together | Volker Lendecke | 1 | -5/+5 |
2010-07-05 | s3: Add sconn_server_id() | Volker Lendecke | 1 | -0/+26 |
2010-07-05 | s3: Add messaging_server_id | Volker Lendecke | 1 | -0/+5 |
2010-07-05 | s3: Pass procid_self() explicitly to messaging_ctdbd_connection() | Volker Lendecke | 4 | -11/+17 |
2010-07-04 | s3: Remove an unused variable -- thanks, metze! | Volker Lendecke | 1 | -2/+1 |
2010-07-04 | s3: Replace register_message_flags() with serverid_register_msg_flags() | Volker Lendecke | 1 | -0/+52 |
2010-07-04 | s3: Use msg_ctx->id in messaging | Volker Lendecke | 2 | -5/+6 |
2010-07-04 | s3: Pass the new server_id through reinit_after_fork | Volker Lendecke | 1 | -1/+2 |
2010-07-04 | s3: Re-initialize the server_id in messaging_reinit | Volker Lendecke | 2 | -4/+7 |
2010-07-04 | s3: Remove serverid_[de]register_self | Volker Lendecke | 1 | -21/+5 |
2010-07-04 | s3: ALWAYS run make test before checkin .... | Volker Lendecke | 1 | -2/+2 |
2010-07-04 | s3: Slight reshaping of server_exists_parse | Volker Lendecke | 1 | -4/+6 |
2010-07-02 | s3-registry: avoid using registry_value union. | Günther Deschner | 1 | -20/+48 |
2010-07-01 | s3-libads: only include libds flags where needed. | Günther Deschner | 1 | -0/+1 |
2010-06-28 | s3: Make some routines static in smbldap | Volker Lendecke | 1 | -2/+2 |
2010-06-25 | s3-registry: Convert registry key delimiter from slash to backslash. | Andreas Schneider | 1 | -6/+6 |
2010-06-22 | Fix bug 7528 - Solaris with NIS autohome. | Jeremy Allison | 1 | -0/+3 |
2010-06-21 | tldap: Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 |
2010-06-21 | s3: Fix some enum/int mixup warnings | Volker Lendecke | 1 | -53/+53 |
2010-06-21 | s3: Fix a type-punned warning | Volker Lendecke | 1 | -2/+2 |
2010-06-21 | s3:fix an outdated comment. | Michael Adam | 1 | -5/+2 |
2010-06-16 | s3-tdb: Added missing out of memory check in rename_file_with_suffix(). | Andreas Schneider | 1 | -0/+4 |
2010-06-10 | s3:lib make server contexts generic | Simo Sorce | 1 | -0/+69 |
2010-06-09 | s3: fix calculation of st_blocks in init_stat_ex_from_stat | Björn Jacke | 1 | -1/+1 |
2010-06-08 | s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in netdo... | Günther Deschner | 1 | -1/+1 |
2010-06-07 | s3: fix build on platforms without st_blocks and st_blksize stat struct members | Björn Jacke | 1 | -0/+9 |
2010-06-07 | s3-lsa: Fix static list of luids in our privileges implementation. | Günther Deschner | 1 | -9/+9 |
2010-06-07 | s3-privileges: use LUID defines from lsa IDL. | Günther Deschner | 2 | -15/+15 |
2010-06-03 | s3-security: use shared "Standard access rights.". | Günther Deschner | 2 | -3/+3 |
2010-06-03 | s3-security: move ALL_SECURITY_INFORMATION to the only user. | Günther Deschner | 1 | -0/+7 |
2010-06-03 | s3-security: use shared SECINFO_DACL define. | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_SACL define. | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_GROUP define. | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_OWNER define. | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3: remove unused librpc/ndr/sid.c. | Günther Deschner | 1 | -0/+1 |
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 3 | -0/+3 |
2010-05-28 | s3:lib s3:lib move get_global_sam_name to util_names.c | Andrew Bartlett | 2 | -13/+13 |
2010-05-28 | s3:lib split out global workgroup and netbios name functions. | Andrew Bartlett | 2 | -42/+73 |
2010-05-25 | s3:registry: rename lib/util_reg_api.c to registry/reg_util_marshalling.c | Michael Adam | 1 | -215/+0 |
2010-05-25 | s3:registry: move prototype registry_create_admin_token() to new header reg_u... | Michael Adam | 1 | -0/+1 |
2010-05-25 | s3:registry: extract the reg_backend_db prototypes into their own header. | Michael Adam | 1 | -0/+1 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 10 | -120/+120 |
2010-05-21 | s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types | Andrew Bartlett | 1 | -2/+2 |
2010-05-20 | s3-registry: support REG_DWORD_BIG_ENDIAN. | Günther Deschner | 1 | -1/+3 |
2010-05-20 | s3-registry: support REG_QWORD. | Günther Deschner | 1 | -1/+16 |
2010-05-18 | s3-rpc_client: move protos to init_samr.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 1 | -0/+1 |