s3:winbindd: remove unused function idmap_backends_sid_to_unixid()
[kai/samba.git] / source3 /
2012-12-03 Michael Adams3:winbindd: remove unused function idmap_backends_sid_...
2012-12-03 Michael Adams3:test:wbinfo_sids2xids: test the results with singula...
2012-12-03 Michael Adams3:test: fix intialization of WBINFO in test_wbinfo_sid...
2012-12-03 Michael Adams3:idmap_autorid: force mapping type to ID_TYPE_BOTH...
2012-12-03 Michael Adams3:idmap_rid: force mapping type to ID_TYPE_BOTH for...
2012-12-03 Michael Adams3:winbindd: remove unused idmap_sid_to_gid()
2012-12-03 Michael Adams3:winbindd: remove unused idmap_sid_to_uid()
2012-12-03 Michael Adams3:winbindd: remove unused server implementation of...
2012-12-03 Michael Adams3:winbindd: remove unused server implementation of...
2012-12-03 Michael Adams3:winbindd: remove wbint_Sid2Gid from the wbint.idl
2012-12-03 Michael Adams3:winbindd: remove wbint_Sid2Uid() from the wbint.idl
2012-12-03 Michael Adams3:winbindd: remove now unused wb_sid2uid and wb_sid2gi...
2012-12-03 Michael Adams3:winbindd: change winbindd_getgroups to use wb_sids2x...
2012-12-03 Michael Adams3:winbindd: change wb_getgrsid to use wb_sids2xids...
2012-12-03 Michael Adams3:winbindd: change wb_fill_pwent to use wb_sids2xids...
2012-12-03 Michael Adams3:winbindd: make idmap_find_domain() static.
2012-12-03 Michael Adams3:winbindd: also use idmap_passdb for own sam and...
2012-12-03 Michael Adams3:winbindd: add idmap_find_domain_with_sid()
2012-12-03 Michael Adams3:winbindd: rename idmap_init_passdb_domain() -> idmap...
2012-12-03 Michael Adams3:winbindd: use struct unixid instead of uint64 in...
2012-12-03 Michael Adams3:winbindd: add an explanatory comment to _wbint_Sids2...
2012-12-03 Michael Adams3:winbindd: add an explanatory comment to _wbint_Sids2...
2012-12-03 Michael Adams3:winbindd: use wb_sids2xids instead of wb_sid2gid...
2012-12-03 Michael Adams3:winbindd: use wb_sids2xids instead of wb_sid2uid...
2012-12-03 Michael Adams3:winbindd: factor winbindd_sids_to_xids into external...
2012-12-03 Michael Adams3:winbindd: convert some spaces to tabs in winbindd_si...
2012-12-03 Michael Adams3:winbindd: add explaining comment winbindd_sids_to_xi...
2012-12-03 Michael Adams3:winbindd: factor lsa_SidType_to_id_type() out of...
2012-12-03 Michael Adams3:winbindd: simplify winbindd_sids_to_xids_recv()...
2012-12-03 Michael Adams3:winbindd:util: add a comment explaining the function...
2012-12-02 Stefan Metzmachers3:smbcacls: add --query-security-info and --set-securi...
2012-12-02 Stefan Metzmachers3:libsmb: add cli_{query,set}_security_descriptor...
2012-12-02 Stefan Metzmachers3:smbd/open: fall back to Builtin_Administrators if...
2012-12-02 Stefan Metzmachers3:smbd/open: try the primary sid (user) as group_sid...
2012-12-02 Stefan Metzmachers3:smbd/open: use Builtin_Administrators as owner of...
2012-11-30 Andreas Schneiders3-reg: Fix copy and paste error in debug message.
2012-11-30 Stefan Metzmachers3:popt_common: Fix password processing.
2012-11-30 Stefan Metzmachers3:util: fix usage of popt_burn_cmdline_password()
2012-11-30 Günther Deschners3-winbind: use new reconnect logic in rpc_lookup_sids...
2012-11-30 Günther Deschners3-winbindd: rework reconnect logic in winbindd_lookup_...
2012-11-30 Günther Deschners3-winbindd: rework reconnect logic in winbindd_lookup_...
2012-11-30 Günther Deschners3-winbindd: remove lookup_sids_fn_t.
2012-11-30 Günther Deschners3-winbindd: remove lookup_names_fn_t.
2012-11-30 Günther Deschners3-rpc_client: make dcerpc_lsa_lookup_names_generic...
2012-11-30 Günther Deschners3-rpc_cli: make dcerpc_lsa_lookup_sids_generic() public.
2012-11-30 Günther Deschners3-winbindd: add cm_connect_lsat().
2012-11-30 Günther Deschners3-rpc_cli: Remove some unused wrapping code.
2012-11-30 Volker LendeckeFix Bug 9422 - large read requests cause server to...
2012-11-29 Volker Lendeckedbwrap: Do not rely on dbwrap_record_get_value to retur...
2012-11-29 Volker Lendeckes3: Remove db_ctdb_fetch
2012-11-29 Volker Lendeckes3: Directly parse local existing records in db_ctdb_pa...
2012-11-29 Volker Lendeckes3: Factor out db_ctdb_can_use_local_hdr from db_ctdb_c...
2012-11-29 Volker Lendeckes3: Remove unused code for fetching persistent ctdb...
2012-11-29 Volker Lendeckes3: Avoid db_ctdb_fetch for persistent databases
2012-11-29 Volker Lendeckes3: Factor out parse_newest_in_marshall_buffer from...
2012-11-29 Volker Lendeckes3: reduce db_ctdb_marshall_loop_next to specialized...
2012-11-29 Volker Lendeckes3: Factor out db_ctdb_marshall_loop_next_key from...
2012-11-29 Volker Lendeckes3: Slightly simplify db_ctdb_marshall_loop_next
2012-11-29 Volker Lendeckes3: Use db_ctdb_ltdb_parse in db_ctdb_fetch_db_seqnum_f...
2012-11-29 Volker Lendeckes3: Use db_ctdb_ltdb_parse in db_ctdb_ltdb_fetch
2012-11-29 Volker Lendeckes3: Add db_ctdb_ltdb_parse
2012-11-29 Volker Lendeckes3: Slightly simplify db_ctdb_transaction_commit
2012-11-29 Volker Lendeckes3: Remove header==NULL code from db_ctdb_marshall_record
2012-11-29 Volker Lendeckes3: test dbwrap_ctdb
2012-11-29 David Disseldorps3-printing: add missing carriage return to debug str
2012-11-29 David Disseldorprpcclient: fix usage docs for rpcclient adddriver
2012-11-29 David Disseldorpspoolss: fix segfault when "default devmode" is disabled
2012-11-28 Volker Lendeckes3: Use dbwrap_parse_record in fetch_share_mode_unlocked
2012-11-28 Andreas SchneiderBUG 9436: Fix leaking sockets of SMB connections to...
2012-11-28 Stefan Metzmachers3:vfs_gpfs: add no memory check in gpfs2smb_acl()
2012-11-28 Stefan Metzmachers3:vfs_gpfs: make sure we return the correct errno...
2012-11-28 Stefan Metzmachers4:smbd/open: add missing TALLOC_FREE(frame) to inherit...
2012-11-28 Stefan Metzmachers3:vfs_aixacl2: make use of vfs_aixacl_util.h
2012-11-28 Volker Lendeckes3: Open gencache_notrans with TDB_NOSYNC
2012-11-28 Volker Lendeckes3: Avoid some transaction_commit on gencache.tdb
2012-11-27 Volker Lendeckes3: Fix bug 9428 -- inotify detection broken
2012-11-26 Volker Lendeckes3: Do not free a string where we should not
2012-11-26 Volker Lendeckes3: Do not free a string where we should not
2012-11-26 Volker Lendeckes3: Fix Coverity ID 741407 -- resource leak
2012-11-26 Günther Deschners3-rpc_client: try to use socket_addr if available...
2012-11-23 Michael Adamconfigure(waf): Fail "configure --with-ads" if ads...
2012-11-23 Günther Deschners3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tc...
2012-11-23 Matthieu PatouFix MD5 detection in the autoconf build
2012-11-22 Andrew Bartlettbuild: Do not install testing binaries
2012-11-22 Andrew Bartlettbuild: Remove --enable-smbtorture, require bin/smbtortu...
2012-11-22 Andrew Bartlettbuild: Be consistent with the name of smbtorture binaries
2012-11-22 Andrew Bartletttorture: remove source3 locktest and masktest
2012-11-22 Andrew Bartlettbuild: Use ntlm_auth from source3 as the only ntlm_auth...
2012-11-20 Christian Ambachs3:smbd/aio do not mark file modified during reads
2012-11-20 Volker Lendeckes3: Fix some blank line endings
2012-11-20 Stefan Metzmachers3:librpc: add support for PFC_FLAG_OBJECT_UUID when...
2012-11-20 Stefan Metzmachers3:param: set "map archive = no" in ROLE_ACTIVE_DIRECTO...
2012-11-20 Christian Ambachbuild(waf): fix a typo
2012-11-20 Jeremy AllisonMore for #9374 - Allow smb2.acls torture test to pass...
2012-11-19 Jeremy AllisonAdd comments explaining exactly *why* we don't check...
2012-11-17 Christian Ambachs3:modules:nfs4_acls remove unused mem_ctx parameter...
2012-11-16 Christian Ambachs3:modules:nfs4_acls fix memory hierarchy in smb_create...
2012-11-16 Christian Ambachs3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_acl
2012-11-16 Christian Ambachs3:vfs_gpfs fix memory corruption in gpfs2smb_acl
2012-11-16 Christian Ambachs3:vfs_gpfs fix memory leak in gpfs_get_nfs4_acl
next