s4:torture:smb2: add torture_smb2_connection_ext() that takes previous_session
[ira/wip.git] / source3 / libgpo /
2011-12-04 Jeremy AllisonRename cli_open -> cli_openx. Prelude to replacing...
2011-11-02 Günther Deschners3-waf: fix libgpo.so library name.
2011-08-31 Günther Deschners3-waf: fix unresolved symbols in the group policy...
2011-07-23 Björn Baumbachs3-libgpo/gpo_filesync.c: return on read error
2011-07-20 Björn Baumbachs3-libsmb: replace cli_read() with cli_read_old()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Andrew Bartlettlib/util Remove samba-util-common!
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-30 Michael Adams3:libgpo/gpo_proto.h: add _LIBGPO_GPO_PROTO_H_ guard
2011-05-30 Michael Adams3:libgpo/gpo_proto.h: add GPL/Copyright header
2011-05-25 Sean FinneyFix numerous missing dependencies in WAF build scripts
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-05 Jeremy AllisonMore const fixes for compiler warnings from the waf...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-03-29 Günther Deschnerregistry: create and use shared libcli/registry/util_re...
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-18 Andrew Tridgells3-waf: use SAMBA3_*() build rules in source3/build
2010-12-01 Günther Deschners3-waf: avoid module name uppercasing.
2010-10-29 Jeremy AllisonFix bug #7700 - Improvement of return code of smbclient
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-08 Günther Deschners3-waf: slowly getting modules to match how they look...
2010-09-28 Günther Deschners3-waf: fix dependencies in most of our module subsystems.
2010-09-27 Günther Deschners3-waf: link PReg parser only in registry client side...
2010-09-26 Günther Deschners3-waf: move gpext subsystem to libgpo/gpext/wscript_build.
2010-09-22 Michael Adams3:registry: remove unneeded TALLOC_CTX argument from...
2010-09-21 Günther Deschners3-libgpo: fix the build of scripts client side extension.
2010-09-21 Michael Adams3:registry: move prototypes from reg_init_basic.c...
2010-09-21 Michael Adams3:registry: move the reg_api prototypes to their own...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Michael Adams3:registry: move higher level function reg_open_path...
2010-09-11 Andrew Bartletts3-privs Directly manipulate the privileges bitmap.
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
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-04 Volker Lendeckes3: Convert cli_list() to return NTSTATUS
2010-07-27 Volker Lendeckes3: Remove a typedef (struct file_info)
2010-07-07 Günther Deschners3-libgpo: remove handmarshalled PReg parser from regis...
2010-07-02 Günther Deschners3-registry: avoid using registry_value union.
2010-05-25 Michael Adams3:registry: extract the reg_backend_db prototypes...
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Günther Deschners3-secdesc: use SD_REVISION from security.idl.
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_acl SEC_ACL".
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_ace SEC_ACE".
2010-05-17 Günther Deschners3-registry: only include registry headers when really...
2010-05-17 Günther Deschners3-libgpo: move group policy protos to where they belong.
2010-04-27 Günther Deschners3: use shared registry functions.
2009-05-03 Volker LendeckeFix Coverity ID 913 (NEGATIVE_RETURNS) -- gd, please...
2009-04-30 Jeremy AllisonGet medieval on our ass about SMB1 file descriptors...
2009-04-20 Günther Deschnerlibgpo: fix the build of gpext plugins.
2009-04-20 Wilco Baan HofmanFix ini parsing in the s3 gpext modules. Fix ini parser...
2009-04-20 Wilco Baan HofmanMove gpo_ini stuff to the main libgpo. Make gpo_ini...
2009-04-20 Wilco Baan HofmanAdd 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-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-07 Karolin Seegers3/gpo_ldap: Fix typo.
2009-04-06 Andrew Bartletts3:libads Make ads_get_dn() take a talloc context
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-02 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-02 Tim Proutys3: Fix incompatible type warnings
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijEliminate two duplicate SEC_ACE_TYPE constants already...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-23 Jeremy AllisonMore warning fixes for Solaris.
2009-01-16 Michael Adams3: put the gpo cache dir under cache_dir instead of...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Jeremy AllisonAdd wrapper str_list_make_v3() to replace the old S3...
2008-11-01 Jelmer VernooijRename dos_errstr() to win_errstr() for consistency...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-15 Günther Deschners3-libgpo: fix build for security cse.
2008-10-12 Günther Deschners3: fix the build of registry.so gpext.
2008-10-12 Jelmer VernooijUse common util_file code.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-09 Jeremy AllisonRemove SEC_ACCESS. It's a uint32_t.
2008-09-26 Günther Deschnerlibgpo: fix copyright.
2008-09-26 Günther Deschnerlibgpo: add security CSE skeleton.
2008-09-26 Günther Deschnerlibgpo: fix invalid cast in scripts CSE.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-15 Michael Adamlibgpo: use MODULESDIR instead of LIBDIR for the group...
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-17 Gerald W. CarterMerge commit 'samba/v3-2-test' into wbc-test
2008-04-17 Günther Deschnerlibgpo: try nicer output when dumping gpo registry...
2008-04-17 Günther Deschnerlibgpo: Fallback to NTLMSSP fails while pulling policy...
2008-04-14 Günther Deschnerlibgpo: fix build warning.
2008-04-13 Günther Deschnergpo: add scripts plugin.
2008-04-13 Günther Deschnergpo: make integer debug print more readable.
next