ira/wip.git
2009-04-20 Wilco Baan... Move gpo_ini stuff to the main libgpo. Make gpo_ini...
2009-04-20 Wilco Baan... Fix Samba 4 Makefile to also clean ../libgpo
2009-04-20 Wilco Baan... Move some headers around to avoid confusion.
2009-04-20 Wilco Baan... Move some headers around to avoid confusion.
2009-04-20 Wilco Baan... Adjust samba 3 to the new gpo API. Still untested code.
2009-04-20 Wilco Baan... Make the gpo files build for samba 4.
2009-04-20 Wilco Baan... Mark the places where work needs to be done.
2009-04-20 Wilco Baan... Add nt_token_check_sid convenience function. Map NT_USE...
2009-04-20 Wilco Baan... Add ../libgpo to samba4 srcdir list in rules.mk.
2009-04-20 Wilco Baan... Make gpo_ldap.c compatible with samba 4. Add ads_get_ld...
2009-04-20 Wilco Baan... Add ads convenience functions to samba 4. Move gpo_ldap...
2009-04-20 Jelmer VernooijMove gpo_fetch to top-level.
2009-04-20 Jelmer VernooijMove gpo_sec to top-level.
2009-04-20 Jelmer VernooijMove some libgpo files to root.
2009-04-20 Stefan Metzmacherpidl:Samba4/client: fix dcerpc_ndr_request_send() callers
2009-04-20 Stefan Metzmachers4:librpc/rpc: pass async as argument to dcerpc_ndr_req...
2009-04-20 Stefan Metzmacherpidl:Samba4/client: use dcerpc_ndr_request() for sync...
2009-04-20 Stefan Metzmachers4:librpc/rpc: remove async argument from the sync...
2009-04-20 Stefan Metzmachers4:librpc/rpc: only use smb_trans for sync rpc calls
2009-04-20 Stefan Metzmachers4:torture/rpc: use dcerpc_ndr_request() for the object...
2009-04-20 Stefan Metzmachers4:librpc/rpc: ask for 0x2000 bytes in the ioctl case...
2009-04-20 Jeremy AllisonStop autogenerated files from being created.
2009-04-20 Jeremy AllisonAdd previously generated header files now needed in...
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 John H TerpstraAdded ability to revert to old modules for make revert.
2009-04-20 Andrew BartlettFix to use modified cli_rpc_pipe_open_schannel_with_key API
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-20 Volker LendeckeDo not vasprint stuff where not necessary
2009-04-20 Andrew BartlettRemove use of talloc_reference in cli_rpc_pipe_open_sch...
2009-04-20 Jelmer VernooijMove syslog check out of m4 library file into configure.in
2009-04-20 Jelmer VernooijError out at runtime when seteuid/setresuid or setegid...
2009-04-20 Jelmer VernooijOnly define waitpid replacement if wait4 is available...
2009-04-20 Jelmer VernooijCope with the fact that only _mkdir() exists on Windows...
2009-04-20 Jelmer VernooijMove check for syslog out of libreplace to source3...
2009-04-20 Volker LendeckeReproduce a bug with a custom GET_REAL_FILENAME
2009-04-20 Stefan Metzmachers4:selftest: ignore smb2.lease test for now
2009-04-20 Jelmer VernooijAdd a unit test for security_descriptor.as_sddl() witho...
2009-04-20 Jelmer VernooijMake domain sid argument to as_sddl() optional.
2009-04-20 Volker LendeckeDo not use the file system GET_REAL_FILENAME for mangle...
2009-04-20 Andrew Bartlettlibcli/auth Ensure we cancel the transaction when schan...
2009-04-20 Jeremy AllisonEnsure we have all the definitions needed in both threa...
2009-04-20 Jeremy AllisonFix warning in use of talloc_set_name.
2009-04-20 Jeremy AllisonAttempt to fix build farm on platforms where pthread_on...
2009-04-20 Jeremy AllisonFix the pthread_once initialization issue. Make talloc_...
2009-04-20 Andrew Bartletts3:ntlmssp Remove use of talloc(NULL) in NTLMSSP code
2009-04-20 Jelmer VernooijFix the valid NetBIOS name tests.
2009-04-20 Andrew Bartlettlibcli/auth: Don't pass back lm_sess_key as the same...
2009-04-20 Volker LendeckeConvert the domain handles to type-safe policy handles
2009-04-19 Günther Deschners3-printing: use ARRAY_SIZE() macro in forms functions.
2009-04-19 Günther Deschners3-printing: use sec_initial_uid() instead "0" in print...
2009-04-19 Günther Deschners4-smbtorture: test all levels in test_GetJob().
2009-04-19 Volker LendeckeMake force_flush_samr_cache use a dom_sid to find what...
2009-04-19 Andrew BartlettRemove unused headers
2009-04-19 Andrew Bartletts3:auth Fix segfault: Always initialise returned sessio...
2009-04-19 Andrew Bartletts3:ntlmssp Fix segfault: msrpc_gen now uses talloc()
2009-04-19 Volker LendeckeRemove flag "builtin_domain" from disp_info
2009-04-19 Volker LendeckeRemove flag "builtin_domain" from samr_info
2009-04-19 Volker LendeckeMake get_samr_info_by_sid use recent coding conventions
2009-04-19 Volker LendeckeAdd "uint32_t access_granted" to policy handles
2009-04-19 Volker LendeckeMake "struct policy" private to srv_lsa_hnd.c
2009-04-18 Volker LendeckeConvert the samr connect_handles to type-safe calls
2009-04-18 Volker LendeckeAdd type-safe policy_handle_create/find
2009-04-18 Volker LendeckeAdd some const
2009-04-17 Günther Deschners3-spoolss: remove some direct checks for 0 uid in...
2009-04-17 Stefan Metzmachers3:docs: document the --request-timeout option of net
2009-04-17 Stefan Metzmachers3:net: add --request-timeout option
2009-04-17 Stefan Metzmachers3:net_rpc: don't shutdown a cli_state passed from...
2009-04-17 Günther Deschners3-selftest: enable RPC-SPOOLSS.
2009-04-17 Günther Deschners4-smbtorture: Skip Job pause and resume on paused...
2009-04-17 Günther Deschners3-spoolss: add support for _spoolss_EnumPrinterDrivers...
2009-04-17 Günther Deschners3-spoolss: add support for _spoolss_EnumPrinterDrivers...
2009-04-17 Günther Deschners3-spoolss: add support for _spoolss_EnumPrinterDrivers...
2009-04-17 Günther Deschners4-smbtorture: rework test_EnumPrinterDrivers() a littl...
2009-04-17 Günther Deschners4-smbtorture: Fix RPC-SPOOLSS-WIN for printers with...
2009-04-17 Michael Adams3: make installmo and uninstallmo scripts executable
2009-04-17 Michael Adams3: Fix uninstallmo
2009-04-17 Günther Deschners3-selftest: samba 3 also passes RPC-JOIN so enable it.
2009-04-17 Michael Adams3:registry: Prevent creation of keys containing the...
2009-04-17 Günther Deschners3-samr: set the builtin_domain bool flag in get_samr_d...
2009-04-17 Günther Deschners3-selftest: enable RPC-SAMR-PASSWORDS-PWDLASTSET whilt...
2009-04-17 Günther Deschners4-smbtorture: disable CreateUser2 tests when running...
2009-04-17 Jim McDonoughMerge branch 'master' of /home/jmcd/samba/git.samba...
2009-04-16 Günther Deschners3-docs: fix typo in smb.conf.5.
2009-04-16 Günther Deschners3-selftest: enable RPC-LSA-LOOKUPSIDS against samba 3.
2009-04-16 Günther Deschners4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263.
2009-04-16 Günther Deschners4-smbtorture: Fix crash in RPC-LSA-LOOKUP
2009-04-16 Günther Deschners3-docs: document warn_pwd_expire pam_winbind option...
2009-04-16 Jeremy AllisonAdd torture tester to ensure we don't regress the ulogo...
2009-04-16 Jeremy AllisonFix bug found by Tim Prouty, logging off and then re...
2009-04-16 Jeremy AllisonWhen doing a cli_ulogoff don't invalidate the cnum...
2009-04-16 Jeremy AllisonFix IDL licensing file that got missed when IDL files...
2009-04-16 Jim McDonoughDon't look up local user for remote changes, even when...
2009-04-16 Volker LendeckeAdd notify_onelevel.tdb
2009-04-16 Volker LendeckeRename notify_context->db to db_recursive
2009-04-16 Martin SchwenkeIn net_conf_import, start a transaction when importing...
2009-04-16 Stefan Metzmachertsocket: fix the build without ipv6 support
2009-04-16 Andrew BartlettFix crash bug in NTLMSSP caused by msrpc_parse() moving...
2009-04-16 Andrew BartlettUse an absolute path to ensure that we can always regen...
2009-04-16 Andrew BartlettFix building the now common msrpc_parse code
2009-04-16 Andrew BartlettFix building the common libcli/samsync code
next