s3: Remove talloc_autofree_context() from init_system_info()
[abartlet/samba.git/.git] / source3 / lib /
2010-09-23 Günther Deschners3-dsgetdcname: always pass in messaging context.
2010-09-22 Günther Deschners3-registry: fix some c++ build warnings.
2010-09-22 Michael Adams3:registry: remove unneeded TALLOC_CTX argument from...
2010-09-22 Gregor Becks3-lib: add srprs, primitives to build simple recursive...
2010-09-22 Gregor Becks3-lib: add cbuf, a talloced character buffer
2010-09-21 Volker Lendeckes3: Remove a global variable in bugfix for bug 7665
2010-09-21 Michael Adams3:registry: move prototype from reg_init_smbconf.c...
2010-09-21 Michael Adams3:registry: move the reg_api prototypes to their own...
2010-09-21 Günther Deschners3-libnetapi: Fix Bug #7665, memory leak in netapi...
2010-09-20 Andrew Bartletts3-lib/util Remove unused smb_uuid_unpack()
2010-09-20 Andrew Bartletts3-uuid Remove unused smb_uuid_pack()
2010-09-20 Andrew Bartletts3: Replace sid_binstring and sid_guidstring with PIDL...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util: use shared dom_sid_dup.
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-09-20 Günther Deschners3-build: only include ctdbd_conn.h where needed.
2010-09-20 Günther Deschners3-build: only include async headers where needed.
2010-09-20 Rusty RussellReally enable core dumps in Linux
2010-09-20 Michael Adams3:registry: move higher level function reg_open_path...
2010-09-19 Günther Deschners3-nltest: add dsregdns command to nltest.
2010-09-19 Günther Deschners3-libnetapi: support NETLOGON_CONTROL_FORCE_DNS_REG...
2010-09-16 Björn Jackes3/s4: merge msleep and smb_msleep
2010-09-15 Günther Deschners3-nltest: add dsgetdc command.
2010-09-15 Günther Deschners3-libnetapi: try using netr_DsRGetDCNameEx() in DsGetD...
2010-09-15 Günther Deschners3-libnetapi: add DS request flags to public header.
2010-09-15 Günther Deschners3-libnetapi: add DS_X_FLAGs to public header.
2010-09-15 Günther Deschners3-nltest: convert server input argument into --server.
2010-09-15 Günther Deschners3-nltest: rename print_result to print_netlogon_info_r...
2010-09-14 Jeremy AllisonEnsure incoming timespec values correctly wrap at nsecs.
2010-09-14 Andrew Bartletts3-util_sid Use the NDR parser to parse struct dom_sid
2010-09-14 Andrew Bartlettlibcli/security Merge source3/ string_to_sid() to commo...
2010-09-14 Andrew Bartletts3-util_sid use ARRAY_SIZE() to ensure we never overflo...
2010-09-14 Andrew Bartletts3-util_sid Accept S-1-5 as a SID
2010-09-14 Andrew Bartletts3-dom_sid Use C99 types in dom_sid handling
2010-09-14 Björn Jackes3/profiling: don't use CLOCK_PROCESS_CPUTIME_ID
2010-09-11 Andrew Bartlettlibcli/security Move 'private' privileges functions...
2010-09-11 Andrew Bartlettlibcli/security Remove 'always true' return from se_pri...
2010-09-11 Andrew Bartletts3-util_sid Tidy up global struct security_token
2010-09-11 Andrew Bartletts3-privs Add const
2010-09-11 Andrew Bartletts3-privs Remove extra pointer on privilege mask
2010-09-11 Andrew Tridgells3-privileges: add handling of both old and new formats...
2010-09-11 Andrew Bartletts3-privs Remove unused function
2010-09-11 Andrew Bartletts3-privs Overhaul PRIVILEGE_SET handling, avoid dealing...
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 Rework privilege enumeration to also use new...
2010-09-11 Andrew Bartletts3-privs Directly manipulate the privileges bitmap.
2010-09-11 Andrew Bartletts3-privs Convert from user_has_privileges() -> security...
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 Bartletts3-privs Inline dump_se_priv into callers now that...
2010-09-11 Andrew Bartletts3-privs Move source3/ privileges implmentation into...
2010-09-11 Andrew Bartletts3-privs Rename structure elements for greater clarity
2010-09-11 Andrew Bartletts3-privs More clarity in variable names
2010-09-11 Andrew Bartletts3-privs Rename mask -> privilege_mask to be more clear
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-auth Change type of num_sids to uint32_t
2010-09-11 Andrew Bartletts3-privs Only store low bits of luid in privileges...
2010-09-11 Andrew Bartlettprivs Add my Copyright
2010-09-11 Andrew Bartletts3-privs Remove comment already moved to security.idl
2010-09-11 Andrew Bartletts3-privs Use constants from security.idl
2010-09-11 Andrew Bartletts3-privs Further changes to remove SE_PRIV
2010-09-11 Andrew Bartletts3:privs Change to new host endian neutral privilages...
2010-09-11 Andrew Bartletts3:Change SE_PRIV to uint64_t
2010-09-11 Andrew Bartletts3:privileges Change SE_PRIV to be just a uint64_t
2010-09-09 Jeremy AllisonFox missing SMB_MALLOC return checks noticed by "Andrea...
2010-09-08 Jeremy AllisonFix warnings caused by double ";;" at the end of the...
2010-09-08 Björn Jackes3/ldap: use monotonic clock for timeouts in smbldap
2010-09-02 Andrew Tridgells3-param: added lp_set_cmdline() and --option= parameter
2010-09-01 Günther Deschners3-ctdb: ctdbd_init_connection() is static to this...
2010-08-31 Volker Lendeckes3: messaging_ctdbd_connection() was only called with...
2010-08-31 Volker Lendeckes3: messaging_ctdbd_init potentially modifies my_vnn
2010-08-31 Volker Lendeckes3: Make ctdbd_init_connection static
2010-08-31 Björn Jackes3: use monotonic time in timeout of sys_select_intr()
2010-08-31 Björn Jackes3: use clock_gettime() in timespec_current()
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN privileges -> privilege_mask
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-29 Volker Lendeckes3: Remove smbd_server_fd()
2010-08-29 Volker Lendeckes3: Set the client_id in substitute.c once
2010-08-28 Volker Lendeckes3: Fix a (highly unlikly) memleak in set_local_machine...
2010-08-28 Volker Lendeckes3: Fix some DEBUGs
2010-08-28 Volker Lendeckes3: Remove smbd_server_fd() from set_local_machine_name()
2010-08-28 Volker Lendeckes3: Fix a typo
2010-08-28 Volker Lendeckes3: Remove the dependency of g_lock on procid_self
2010-08-25 Günther Deschners3-build: use talloc_dict.h only where needed.
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-build: only include libnscd.h where needed.
2010-08-25 Günther Deschners3-idmap: only include idmap headers where needed.
2010-08-25 Günther Deschners3-build: only include nsswitch header where needed.
2010-08-25 Günther Deschners3-build: only include memcache.h where needed.
2010-08-25 Günther Deschners3-lsa: separate out init_lsa headers.
2010-08-25 Michael Adams3:smbd: add a nfs backend for sysquotas.
2010-08-22 Volker Lendeckes3: Fix some nonemtpy blank lines
2010-08-22 Volker Lendeckes3: Move check_access to cgi.c, its only user
2010-08-22 Volker Lendeckes3: Replace calls to check_access by allow_access
2010-08-19 Surbhi Palande-ENOTSUP translates to NT_STATUS_NOT_SUPPORTED
2010-08-18 Volker Lendeckes3: Fix serverid_register_msg_flags
2010-08-18 Andreas Schneiders3-lib: Fixed a possible crash bug.
next