tdb: change version to 1.3.0 after using the jankins hash for non-persistent tdbs
[metze/samba/wip.git] / source3 / utils /
2010-09-16 Volker Lendeckes3: Add the PAC info3 struct to the netsamlogon_cache...
2010-09-16 Volker Lendeckes3: Correctly unwrap the krb ticket in gss-spnego
2010-09-16 Volker Lendeckes3: Fall back to raw NTLMSSP for the gss-spnego protocol
2010-09-16 Volker Lendeckes3: Split off output generation from manage_squid_ntlms...
2010-09-16 Volker Lendeckes3: Wrap the ntlm_auth loop with a talloc_stackframe
2010-09-16 Andrew Bartlettlibcli/auth/ntlmssp Be clear about talloc parents for...
2010-09-15 Volker Lendeckes3: Fix some debug msgs in ntlm_auth
2010-09-14 Volker Lendeckes3: Remove some unnecessary if-statements
2010-09-13 Volker Lendeckentlm_auth: Fix a valgrind error
2010-09-13 Volker Lendeckes3: Fix a typo
2010-09-13 Volker Lendeckes3: Fix a typo (authentictaion->authentication)
2010-09-11 Andrew Bartletts3-privs Hide the bitmap-based grant_privilege and...
2010-09-11 Andrew Bartletts3-privs Make privilege_enum_sids() take an LUID, not...
2010-09-11 Andrew Bartletts3-privs Remove a pointer from grant_privilege()
2010-09-11 Andrew Bartletts3-privs Remove a pointer indirection from revoke_privi...
2010-09-11 Andrew Bartlettlibcli/security Don't export privs[] as a global variable
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-09-11 Andrew Bartletts3-privs Further changes to remove SE_PRIV
2010-09-10 Jeremy AllisonCheck all SMB_MALLOC returns correctly. Found by Andrea...
2010-09-09 Günther Deschners3-utils: remove unused variable in smbget.
2010-09-08 Björn Jackes3: use time_mono throughout in smbget
2010-08-31 Björn Jackes3: use monotonic clock for time deltas in smbget
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-28 Volker Lendeckes3: Remove the dependency of g_lock on procid_self
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-25 Günther Deschners3-build: only include krb5 environment variables where...
2010-08-25 Günther Deschners3-idmap: only include idmap headers where needed.
2010-08-25 Günther Deschners3-build: only include "fake_file.h" where needed.
2010-08-25 Günther Deschners3-build: only include nsswitch header where needed.
2010-08-25 Günther Deschners3-lsa: separate out init_lsa headers.
2010-08-14 Michael Adams3:net: remove the "net idmap secret alloc" functionality.
2010-08-14 Michael Adams3:net: rewrite "net idmap restore" using dbwrap
2010-08-14 Michael Adams3:net: change "net idmap dump" to use dbwrap instead...
2010-08-14 Michael Adams3:net sam provision: compose sid before getting uid...
2010-08-14 Michael Adams3:net sam provision: allocate the uid after composing...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from notify_print...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from notify_job_s...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from notify_print...
2010-08-08 Stefan Metzmachers3:utils/net_rpc_service.c: we also need some ndr_pull...
2010-08-06 Günther Deschners3-net: fix copy/paste typo in usage of "net printing".
2010-08-06 Günther Deschners3-net: only include netapi header when needed.
2010-08-06 Günther Deschners3-rap: include svcctl.h where needed.
2010-08-06 Günther Deschners3-passdb: include samr.h where needed.
2010-08-06 Volker Lendeckes3: Remove some explicit calls to procid_self()
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-08-04 Volker Lendeckes3: Convert cli_list() to return NTSTATUS
2010-08-01 Volker Lendeckes3: Fix some nonempty blank lines
2010-07-30 Günther Deschners3-build: avoid to globally include printing and spools...
2010-07-27 Volker Lendeckes3: Remove a typedef (struct file_info)
2010-07-26 Volker Lendeckes3: fix a typo
2010-07-21 Simo Sorces3-libsmb: Use data_blob_talloc to get krb5 ticket...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-ntlmssp: Remove ntlmssp_end and let the talloc hiera...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-18 Volker Lendeckes3: Fix some nonempty blank lines
2010-07-13 Günther Deschners3-libnet: better separate headers.
2010-07-08 Ira Coopers3: Add SMB2 performance counters.
2010-07-04 Volker Lendeckes3: Fix bug 7338, smbget skips leading slash when using...
2010-07-04 Volker Lendeckes3: Fix some nonempty blank lines
2010-07-02 Günther Deschners3-net: forgot to set type in winreg getvalue operation.
2010-07-02 Günther Deschners3-registry: remove unused reg_util_marshalling code.
2010-07-02 Günther Deschners3-registry: avoid using registry_value union.
2010-07-01 Günther Deschners3-libads: only include libds flags where needed.
2010-07-01 Günther Deschners3-libads: move ads_dns out of main includes.
2010-07-01 Günther Deschners3-libads: use shared well known guids.
2010-06-29 Günther Deschners3-utils: remove rpccheck.
2010-06-29 Andreas Schneiders3-net: Make sure we don't call free on garbage.
2010-06-29 Andreas Schneiders3-net: Use talloc_asprintf and return if file is in...
2010-06-28 Andreas Schneiders3-net: Make sure that the data blob is initialized.
2010-06-25 Michael Adams3:net [rpc] registry: be as user-friendly as possible...
2010-06-21 Michael Adams3:net rpc registry: make getsd succeed when key sd...
2010-06-07 Matthew McGillisFix bug with incorrect flag values for inherited ace...
2010-06-03 Günther Deschners3-spoolss: add and use spoolss_printerinfo2_to_setprin...
2010-06-03 Günther Deschners3-security: use shared SECINFO_DACL define.
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-31 Günther Deschners3: only use netlogon/nbt header when needed.
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-28 Günther Deschners3-build: only use ndr_samr.h where needed.
2010-05-26 Günther Deschners3-net: fix the build.
2010-05-25 Günther Deschners3-net: fix a "dereferencing type-punned pointer will...
2010-05-25 Michael Adams3:registry: move reg_objects.h to registry/ and use...
2010-05-25 Michael Adams3:net rpc registry: use regval_ctr_init() instead...
2010-05-25 Michael Adams3:profiles: use regval_ctr_init() instead of direct...
2010-05-25 Michael Adams3:net_rpc_printer: use regval_blob/ctr accessor functions
2010-05-25 Michael Adams3:net rpc printer: fix use of a possibly uninitialized...
2010-05-25 Michael Adams3:registry: extract registry_pull/push_value prototype...
2010-05-25 Michael Adams3:registry: move prototype registry_create_admin_token...
2010-05-25 Michael Adams3:registry: extract reg_eventlog prototypes to header...
2010-05-25 Michael Adams3:registry: extract the reg_backend_db prototypes...
2010-05-25 Michael Adams3:registry: adapt callers of regval_ctr_addvalue to...
2010-05-21 Günther Deschners3-net: fix net_ads_gpo() for non-ads case.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-21 Andrew Bartletts3:passdb Remove use of uint8 uint16 and uint32 in...
2010-05-20 Günther Deschners3-net: show how to use filters for group policy proces...
2010-05-20 Günther Deschners3-net: let net_ads_gpo() call no_ads when built w...
2010-05-20 Günther Deschners3-net: compile net_ads_gpo_apply().
2010-05-20 Günther Deschners3-utils: remove trailing whitespace from profiles...
next