s3-passdb: move passdb headers to passdb/proto.h.
[abartlet/samba.git/.git] / source3 / include / proto.h
2011-03-29 Günther Deschners3-passdb: move passdb headers to passdb/proto.h.
2011-03-29 Günther Deschners3-groupdb: move groupdb headers to groupdb/proto.h.
2011-03-29 Günther Deschners3: create_builtin_users/administrators belongs to...
2011-03-29 Günther Deschnerregistry: create and use shared libcli/registry/util_re...
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-29 Günther Deschnerlib/util/util_pw: share more code between lib/util...
2011-03-29 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-03-27 Volker Lendeckes3: Replace cli_negprot_sendsync() by cli_negprot_send()
2011-03-27 Volker Lendeckes3: Remove a use of cli_send_smb
2011-03-25 Andrew Tridgells3-charcnv: removed unused function
2011-03-25 Andrew Bartletts3-charcnv Add convert_string_error()
2011-03-25 Andrew Tridgells3-lib: make pull_ucs2_base_talloc static
2011-03-25 Andrew Tridgelllib: remove unused pieces of string_wrappers.h
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-23 Günther Deschners3-prototypes: remove protos of some dead functions.
2011-03-23 Günther Deschners3-proto: remove some duplicate prototypes.
2011-03-23 Andrew Bartletts3-safe_str: Futher simplify the macros by removing...
2011-03-23 Andrew Bartletts3-lib Remove the clobber_region() code.
2011-03-23 Andrew Tridgellfault: get fault.c ready for use by s4
2011-03-22 Michael Adams3:loadparm: remove unused parameter "idmap read only".
2011-03-22 Andrew Tridgells3-fault: removed the cont_fn from fault_setup()
2011-03-18 Volker Lendeckes3: Add "print notify backchannel" parameter to prevent...
2011-03-16 Günther Deschners3-build: only include asn1 headers where actually...
2011-03-16 Günther Deschners3-msdfs: avoid global inclusion of msdfs.h.
2011-03-16 Günther Deschners3-libsmb: move smb encryption structs into own header.
2011-03-16 Günther Deschnerlibcli/security: move display_sec headers to own header...
2011-03-15 Günther Deschners3-libsmb: only include rap client when needed.
2011-03-15 Volker Lendeckes3: Remove some unused code
2011-03-04 David Disseldorps3-printing: follow force user/group for driver IO
2011-03-02 Günther Deschners3-proto: fix some inline comments.
2011-03-02 Günther Deschners3-libds: use already existing ../libds/common/flag_map...
2011-03-02 Günther Deschners3-sessionid: avoid global include of sessionid.h
2011-03-01 Andrew Bartletts3-auth struct security_unix_token replaces UNIX_USER_TOKEN
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-02-28 Stefan Metzmachers3: Remove unused receive_packet
2011-02-28 Volker Lendeckes3: Add poll_intr_one_fd
2011-02-28 Volker Lendeckes3: Add poll_one_fd()
2011-02-28 Volker Lendeckes3: Add timeval_to_msec
2011-02-28 Gregor Becks3: smbcontrol to notify smbd about idmap changes
2011-02-28 Gregor Becks3: add functions to remove entries from idmap memcache
2011-02-28 Gregor Becks3: add functions to flush the idmap memcache
2011-02-27 Volker Lendeckes3: Make is_zero_addr take a sockaddr_storage
2011-02-25 Günther Deschners3-errormap: move (unused) map_nt_error_from_wbcErr...
2011-02-24 Jeremy AllisonFix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODE...
2011-02-23 Günther Deschners3-proto: remove some prototypes of non-existing functions.
2011-02-22 Günther Deschners3-printing: only include printing where really needed.
2011-02-22 Günther Deschners3-printing: fix pcacp prototypes and includes.
2011-02-22 Günther Deschners3-printing: isolate print notification prototypes...
2011-02-22 Stefan Metzmachers3:auth: change num_groups to from size_t to uint32_t
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-20 Volker Lendeckes3: Convert init_system_info to NTSTATUS
2011-02-19 Volker Lendeckes3: Add "len" to pdb_set_hours
2011-02-18 Andrew Bartletts3-charcnv Don't genreate valid_table on the fly, rely...
2011-02-18 Andrew Bartlettlib/util/charset Use top level iconv.c in source3
2011-02-18 Andrew Bartlettcharset Remove use of {isupper,islower,toupper,tolower...
2011-02-16 Günther Deschners3-build: move priv2ld proto to smbldap.h (in order...
2011-02-16 Sumit Boses3-ipasam: add ipasam_get_trusted_domain_by_sid()
2011-02-16 Sumit Boses3-passdb: make priv2ld() public
2011-02-16 Sumit Boses3-passdb: add {get,set,del,enum}_trusted_domain calls
2011-02-16 Sumit Boses3-passdb: Add minimal stub for IPA passdb backend
2011-02-15 Volker Lendeckes3: Add "code_page" to struct samu
2011-02-15 Volker Lendeckes3: Add "country_code" to struct samu
2011-02-14 Günther Deschners3-proto: remove prototype for non-existing functions.
2011-02-14 Günther Deschners3-librpc: remove duplicate prototypes.
2011-02-10 Günther Deschners3: give ../librpc/ndr/util.c its own header.
2011-02-10 Jeremy AllisonPut OpenDir() back the way it was - don't overload...
2011-02-09 Jeremy AllisonAllow SMB2_FIND to actually use the open fd handle...
2011-02-09 Stefan Metzmachers3:rpc_client: make rpccli_bh_create() non-static for now
2011-02-08 Jeremy AllisonPass fsp to dptr_CloseDir(). Cope with setting the...
2011-02-08 Jeremy AllisonAdd fdopendir().
2011-02-08 Günther Deschnerpam: share pam errors in a common location.
2011-02-08 Günther Deschnerlibndr: share some uuid helpers.
2011-02-08 Günther Deschnerndr: merge ndr_map_error2string and ndr_errstr.
2011-02-08 Günther Deschnerndr: move null_ndr_syntax_id to the common libndr location.
2011-02-07 Andreas Schneiders3-rpc_server: Added a svcctl shutdown function.
2011-02-07 Andreas Schneiders3-services: Migrated svcctl registry functions to...
2011-02-05 Jeremy AllisonFix try_chown code. Use new vfs_chown_fsp() which alway...
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2011-01-25 Jeremy AllisonAdd name_hash into the share mode entry struct (as...
2011-01-25 Jeremy AllisonAdd name_hash to files_struct. Set within fsp_set_smb_f...
2011-01-25 Günther Deschneridl: add file_id idl.
2011-01-25 Günther Deschnerlibndr: move ndr_print_bool to ndr_basic.c
2011-01-21 Volker Lendeckes3:winbind: Fork multiple children per domain
2011-01-17 Volker Lendeckes3: Remove some unused code
2011-01-17 Volker Lendeckes3: Remove unused cli_send_keepalive
2011-01-17 Volker Lendeckes3: Remove unused cli_send/receive_trans
2011-01-17 Volker Lendeckes3: Make cli_setpathinfo_basic use cli_setpathinfo
2011-01-17 Volker Lendeckes3: Add cli_setpathinfo
2011-01-17 Volker Lendeckes3: Rename cli_setpathinfo->cli_setpathinfo_basic
2011-01-17 Volker Lendeckes3: Remove unused cli_send/receive_nt_trans
2011-01-17 Volker Lendeckes3: Move dump_ntquota* to smbcquotas.c
2011-01-17 Volker Lendeckes3: Convert cli_set_fs_quota_info to cli_trans
2011-01-17 Volker Lendeckes3: Convert cli_get_fs_quota_info to cli_trans
2011-01-17 Volker Lendeckes3: Convert cli_list_user_quota to cli_trans
2011-01-17 Volker Lendeckes3: Convert cli_set_user_quota to cli_trans
2011-01-17 Volker Lendeckes3: Convert cli_get_user_quota to cli_trans
2011-01-15 Volker Lendeckes3: Convert cli_set_secdesc to cli_trans
2011-01-07 David Disseldorps3-printing: Initiate pcap reload from parent smbd
2011-01-07 David Disseldorps3-printing: reload shares after pcap cache fill
next