Age | Commit message (Expand) | Author | Files | Lines |
2011-01-18 | release-scripts: remove commented out line from git-version | Michael Adam | 1 | -2/+0 |
2011-01-18 | packaging/RHEL-CTDB: add the smbta-util manpage | Michael Adam | 1 | -0/+1 |
2011-01-18 | packaging/RHEL-CTDB: add the pam_winbind.conf manpage | Michael Adam | 1 | -0/+1 |
2011-01-18 | packaging/RHEL-CTDB: do not use an external docs tarball but build the manpages | Michael Adam | 2 | -15/+9 |
2011-01-18 | packaging/RHEL-CTDB: untangle the various %doc entries to single lines | Michael Adam | 1 | -3/+10 |
2011-01-18 | docs: Remove template "itemizedlist/listitem" from man.xsl | Michael Adam | 1 | -60/+0 |
2011-01-18 | s4-gensec Extend python bindings for GENSEC and the associated test | Andrew Bartlett | 3 | -28/+275 |
2011-01-18 | s4-auth Extend python bindings to allow ldb and message to be specified | Andrew Bartlett | 3 | -11/+61 |
2011-01-18 | s4-pygensec Fix indentation of py_gensec_start_mech_by_name() | Andrew Bartlett | 1 | -11/+11 |
2011-01-18 | s4-torture Remove unused temp dirs from the RPC-PAC test. | Andrew Bartlett | 1 | -9/+0 |
2011-01-18 | s4-pyldb Fix tp_basicsize for PyLdbDn | Andrew Bartlett | 1 | -1/+1 |
2011-01-18 | s4-pygensec Add bindings for server_start() and update() | Andrew Bartlett | 1 | -4/+96 |
2011-01-18 | s4-pyauth Add bindings for auth_context_create() as AuthContext() | Andrew Bartlett | 2 | -1/+81 |
2011-01-18 | s4-pyauth Use py_talloc_get_type() for greater talloc binding safety | Andrew Bartlett | 2 | -12/+15 |
2011-01-18 | s4-gensec Don't steal the auth_context, reference it. | Andrew Bartlett | 2 | -6/+17 |
2011-01-18 | pidl:wscript: don't warn about pidl gammar file changes for now | Stefan Metzmacher | 1 | -2/+4 |
2011-01-18 | s4-ldb_ldif: Take into account LDB_FLG_SHOW_BINARY | Kamen Mazdrashki | 1 | -1/+4 |
2011-01-18 | s4-ldb_ldif: Don't check for LDB_FLG_SHOW_BINARY in ldb_should_b64_encode | Kamen Mazdrashki | 1 | -4/+0 |
2011-01-17 | s4-provision: Fixed owner/group for hard-coded Sites descriptor. | Nadezhda Ivanova | 1 | -3/+1 |
2011-01-17 | s4-tools: Fixed a bug in ldapcmp - DACL was not retrieved correctly if the ob... | Nadezhda Ivanova | 1 | -1/+4 |
2011-01-17 | s3-rpc_client: Fixed status check of dcerpc_lsa_lookup_sids_noalloc. | Andreas Schneider | 1 | -1/+1 |
2011-01-17 | s3-rpc_client: Fixed return values of dcerpc_lsa_lookup_sids_generic. | Andreas Schneider | 1 | -4/+4 |
2011-01-17 | s3-auth: Fixed account lockout check. | Andreas Schneider | 1 | -1/+1 |
2011-01-17 | s3: Make sure we call wbcAuthenticateUserEx correctly | Volker Lendecke | 2 | -8/+29 |
2011-01-17 | s4-tools: Added a --sort-aces option to ldapcmp | Nadezhda Ivanova | 1 | -6/+12 |
2011-01-17 | s3:build: don't use librpc/gen_ndr/cli_echo.[ch] anymore | Stefan Metzmacher | 2 | -8/+3 |
2011-01-17 | s3:torture: use dcerpc_echo_X() functions | Stefan Metzmacher | 1 | -4/+6 |
2011-01-17 | s3:rpcclient: use dcerpc_echo_X() functions | Stefan Metzmacher | 1 | -30/+37 |
2011-01-17 | s3: Avoid a few calls to cli_errstr | Volker Lendecke | 2 | -9/+13 |
2011-01-17 | s3: Remove some unused code | Volker Lendecke | 2 | -107/+0 |
2011-01-17 | s3: Convert cli_lock64 to cli_smb | Volker Lendecke | 1 | -34/+24 |
2011-01-17 | s3: Convert cli_lock to use cli_locktype | Volker Lendecke | 1 | -46/+7 |
2011-01-17 | s3: Convert cli_locktype to cli_smb | Volker Lendecke | 1 | -32/+22 |
2011-01-17 | s3: Make passing up "result_parent" from cli_smb optional | Volker Lendecke | 2 | -3/+2 |
2011-01-17 | s3: Remove unused cli_send_keepalive | Volker Lendecke | 2 | -20/+0 |
2011-01-17 | s3: Remove unused cli_send/receive_trans | Volker Lendecke | 2 | -340/+0 |
2011-01-17 | s3: Convert try_trans2 to cli_trans | Volker Lendecke | 1 | -28/+28 |
2011-01-17 | s3: Convert cli_api to cli_trans | Volker Lendecke | 1 | -11/+48 |
2011-01-17 | s3: Make cli_setpathinfo_basic use cli_setpathinfo | Volker Lendecke | 3 | -77/+20 |
2011-01-17 | s3: Add cli_setpathinfo | Volker Lendecke | 2 | -0/+40 |
2011-01-17 | s3: Rename cli_setpathinfo->cli_setpathinfo_basic | Volker Lendecke | 3 | -18/+18 |
2011-01-17 | s3: Remove unused cli_send/receive_nt_trans | Volker Lendecke | 2 | -350/+0 |
2011-01-17 | s3: Convert try_nttrans to cli_trans | Volker Lendecke | 1 | -26/+25 |
2011-01-17 | s3: Move dump_ntquota* to smbcquotas.c | Volker Lendecke | 3 | -77/+99 |
2011-01-17 | s3: Convert cli_set_fs_quota_info to cli_trans | Volker Lendecke | 3 | -37/+31 |
2011-01-17 | s3: Convert cli_get_fs_quota_info to cli_trans | Volker Lendecke | 3 | -47/+49 |
2011-01-17 | s3: Convert cli_list_user_quota to cli_trans | Volker Lendecke | 3 | -64/+54 |
2011-01-17 | s3: Convert cli_set_user_quota to cli_trans | Volker Lendecke | 3 | -38/+30 |
2011-01-17 | s3: Convert cli_get_user_quota to cli_trans | Volker Lendecke | 3 | -52/+54 |
2011-01-17 | s3: Fix some nonempty blank lines | Volker Lendecke | 4 | -14/+12 |