s4-spoolss: add stubs for new idl opcodes in spoolss server.
[ira/wip.git] / source3 /
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
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Jeremy AllisonMove the checks for null timestamps down below the...
2009-08-07 Jeremy AllisonCorrectly send out notify messages for timestamp changes.
2009-08-07 Stefan Metzmachers3:smbd: split the dir entry marshalling into smbd_mars...
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-08-07 Stefan Metzmachers3:smbd: remove dirptr and dirpath from connection_struct
2009-08-07 Stefan Metzmachers3:smbd: implement get_lanman2_dir_entry() on top of...
2009-08-07 Stefan Metzmachers3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()
2009-08-07 Stefan Metzmachers3:smbd: add generic smbd_dirptr_get_entry()
2009-08-07 Stefan Metzmachers3:smbd: conn_free_internal() can be static now
2009-08-07 Stefan Metzmachers3:smbd: add a smbd_server_connection pointer to connec...
2009-08-07 Volker LendeckeFix some nonempty blank lines
2009-08-07 Stefan Metzmachers3:smbd: don't ignore check_descend in get_dir_entry()
2009-08-07 Günther Deschners3-wkssvcs: fix check for BUILTIN\Administrators member...
2009-08-07 Kai Blins3 net: i18n support for net rpc audit
2009-08-07 Kai Blins3 net: net i18n in it's own module
2009-08-07 Kai BlinRevert "s3: Update i18n files"
2009-08-07 Kai Blins3 net: i18n support for net rpc
2009-08-07 Kai Blins3 net: i18n support for net registry
2009-08-07 Kai Blins3 net: i18n support for net rap
2009-08-07 Bo Yangs3: Fix nss info substitution
2009-08-07 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Tim Proutys3: Fix a bug in renames of directories
2009-08-06 Jeremy AllisonRemove a const warning.
2009-08-06 Jeremy AllisonFix bug #5714 - NetBSD, ENODATA undefined, at least...
next