fixed a double free bug on error in net export
[ira/wip.git] / source3 /
2009-08-25 Jeremy AllisonHelp debug for bug 6651 - smbd SIGSEGV when breaking...
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-24 Jeremy AllisonUse existing time_t rounding function, don't invent...
2009-08-24 Günther Deschners3-netlogon: Only hand out rid when netlogon credential...
2009-08-24 Jeremy AllisonSecond part of fix for 6529 - Offline files conflict...
2009-08-24 Olaf Flebbemake smbcontrol smbd ping work proper checking for...
2009-08-24 Andrew TridgellLIBREPLACEOBJ now contains the full path
2009-08-24 Stefan Metzmachers3:lib: setup talloc log and abort functions
2009-08-24 Stefan Metzmachers3:configure: require talloc >= 2.0.0
2009-08-23 Volker Lendeckes3:winbind: Fallback to the forest root for lookupname
2009-08-23 Volker Lendeckes3:winbind: Even on a domain controller, "our" domain...
2009-08-23 Volker Lendeckes3:winbind: Do not drop the first user in sam_query_use...
2009-08-23 Volker Lendeckes3:winbind: For internal domains it is pointless to...
2009-08-23 Volker Lendeckes3:winbind: winbindd_dual_ndrcmd should output what...
2009-08-23 Volker Lendeckes3:winbind: Fix the talloc hierarchy in wb_queryuser_done
2009-08-22 Jeremy AllisonImplement Metze's suggestion of trying getpwuid(0)...
2009-08-22 Jeremy AllisonLog debug message when hires timestamps are available...
2009-08-22 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-08-22 Jeremy AllisonTry and fix the buildfarm by using getpwnam(root) instead
2009-08-21 Jeremy AllisonFix coverity CID: 932 - forward null.
2009-08-21 Michael Adams3: fix bug #6650, authentication at member servers...
2009-08-21 Steve FrenchAdd missing CreateFile flags to smb.h
2009-08-20 Jeremy AllisonFix bug 6638 - ADS Domain Member: Computer Mgr can...
2009-08-20 Günther Deschners3-idmap: fix two uninitialized variable warnings in...
2009-08-20 Volker Lendeckes3:dsgetdcname: Fix a crash in dsgetdcname
2009-08-20 Volker Lendeckes3:dsgetdcname: Inline dsgetdcname_cache_refresh
2009-08-20 Günther Deschners3-spoolss: add stubs for new idl opcodes in spoolss...
2009-08-19 Jeremy AllisonFix bug #6647 - get_root_nt_token: getpwnam("root"...
2009-08-19 Jeremy AllisonFix Red Hat bugzilla bug : https://bugzilla.redhat...
2009-08-19 Stefan Metzmachers3:smbd: implement SMB2 Find (Query Directory)
2009-08-19 Stefan Metzmachers3:smbd: store a dirptr on the files_struct for SMB2...
2009-08-19 Stefan Metzmachers3:smbd: add a generic smbd_dirptr_lanman2_entry()...
2009-08-19 Stefan Metzmachers3:smbd: implement all SMB2 Create contexts except...
2009-08-19 Stefan Metzmachers3:smbd: make smbd_check_open_rights() function non...
2009-08-19 Kai Blins3 merged build: Don't build wbinfo twice.
2009-08-19 Volker LendeckeMake refusal of SEC_DESC_DACL_PROTECTED configurable
2009-08-19 Stefan Metzmachers3:smbd: parse context blobs in SMB2 Create
2009-08-18 Kai Blinwbinfo: Fix up s3 blackbox test. wbinfo no longer needs...
2009-08-18 Kai Blinwbinfo: Use one codebase for Samba3 and Samba4.
2009-08-18 Kai Blins3 net: Add getauthuser/setauthuser commands.
2009-08-17 Günther Deschners3-spoolss: remove another duplicate copy of print_arch...
2009-08-17 Stefan Metzmachers3:smbd: add support for canceling SMB2 Notify calls.
2009-08-17 Stefan Metzmachers3:smbd: add smbd_notify_cancel_by_smbreq()
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-16 Volker Lendeckes3:winbind: The get[gr|pw]end functions need access...
2009-08-16 Volker Lendeckes3:winbind: Convert WINBINDD_GETGRNAM to the new API
2009-08-16 Volker Lendeckes3:winbind: Convert WINBINDD_GETGRGID to the new API
2009-08-16 Volker Lendeckes3:winbind: Add winbindd_print_groupmem
2009-08-16 Volker Lendeckes3:winbind: Make fill_grent publically available
2009-08-16 Volker Lendeckes3:winbind: Add const to normalize_name_map
2009-08-16 Volker Lendeckes3:winbind: Add async wb_getgrsid
2009-08-16 Volker Lendeckes3:winbind: Add async wb_group_members
2009-08-16 Volker Lendeckes3:winbind: Make wcache_lookup_groupmem available publi...
2009-08-16 Volker Lendeckes3: Add talloc_dict.[ch]
2009-08-16 Volker Lendeckes3:winbind: Convert winbindd_show_sequence to the new API
2009-08-16 Volker Lendeckes3:winbind: Add async wb_seqnums
2009-08-16 Volker Lendeckes3:winbind: Add async wb_seqnum
2009-08-16 Volker Lendeckes3:winbind: WINBIND_USERINFO -> wbint_userinfo
2009-08-16 Volker Lendeckes3:winbind: Simplify _wbint_[GU]id2Sid
2009-08-15 Stefan Metzmachers3:Makefile: build ../libcli/smb/smb2_create_blob.o...
2009-08-14 Jeremy AllisonUse defined names rather than numeric constants to...
2009-08-14 Michael Adamgpfs.so: map the file_inherit and dir_inherit flags...
2009-08-14 Stefan Metzmachers3:smbd: allow SMB2 Cancel to have the async flag set
2009-08-14 Stefan Metzmachers3:smbd: fix parsing of the SMB2 body
2009-08-13 Jeremy AllisonFix EVERY SINGLE build on the buildfarm that doesn...
2009-08-13 Jeremy AllisonMove build over to storing DOS attributes in EA's.
2009-08-12 Jeremy AllisonWhen mapping EA's into a TDB, don't remove the EA
2009-08-12 Jeremy AllisonFix BASE-DELAYWRITE test by removing const from struct...
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-12 Jeremy AllisonFix some warnings in the AIX ACL code.
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-12 Stefan Metzmachers3:smbd: as check_path_syntax() changes the string...
2009-08-12 Stefan Metzmachers3:smbd: avoid 'goto out' in smbd_smb2_create_send()
2009-08-12 Stefan Metzmachers3:smbd: make sure we don't call conn_free() with a...
2009-08-12 Stefan Metzmachers3:smbd: correctly invalidate vuids when SMB2 is used
2009-08-12 Stefan Metzmachers3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESET
2009-08-11 Kouhei SutouRename ASN1_BITFIELD to ASN1_BIT_STRING.
2009-08-11 Michael Adams3:smbcacls: forbid change of debug level from config...
2009-08-11 Michael Adams3: refomat definitions of some generic access rights...
2009-08-11 Stefan Metzmachers3:winbindd: raise the timeout for lsa_Lookup*() calls...
2009-08-11 Kai Blini18n: Update s3 net German translation.
2009-08-11 Kai Blins3 net: i18n support for net utility functions
2009-08-11 Kai Blins3 net: i18n support for net usershare
2009-08-11 Kai Blins3 net: i18n support for net user
2009-08-11 Kai Blins3 net: i18n support for net time
2009-08-11 Kai Blins3 net: i18n support for net status
2009-08-11 Kai Blins3 net: i18n support for net share
2009-08-11 Kai Blins3 net: i18n support for net sam
2009-08-11 Kai Blins3 net: i18n support for net rpc shell
2009-08-11 Kai Blins3 net: i18n support for net rpc service
2009-08-11 Kai Blins3 net: i18n support for net rpc samsync
2009-08-10 Jeremy AllisonEnsure the fsp->fsp_name stat_ex struct is always
2009-08-10 Jeremy AllisonRefactor the use of create_time and change time to go
2009-08-10 Kai Blins3 net: i18n support for net rpc rights
2009-08-10 Kai Blins3 net: i18n support net rpc registry
2009-08-10 Kai Blins3 net: i18n support for net rpc printer
2009-08-10 Kai Blins3 net: i18n support for net rpc join
2009-08-10 Günther Deschners3-spoolss: remove device mode defines from nt_printing.h.
2009-08-08 Volker LendeckeImplement db_rbt_traverse
2009-08-08 Stefan Metzmachers3:smbd: convert '\\' into '/' in SMB2 Create
next