summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* s3-printing: move more printing structs to printing.hGünther Deschner2011-02-222-40/+40
* s3-printing: only include printing where really needed.Günther Deschner2011-02-222-29/+23
* s3-printing: fix pcacp prototypes and includes.Günther Deschner2011-02-221-8/+0
* s3-printing: isolate print notification prototypes better.Günther Deschner2011-02-221-63/+0
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-223-4/+4
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-223-17/+17
* s3: Convert init_system_info to NTSTATUSVolker Lendecke2011-02-201-1/+1
* s3: Add "len" to pdb_set_hoursVolker Lendecke2011-02-191-1/+2
* s3-charcnv Don't genreate valid_table on the fly, rely on valid.datAndrew Bartlett2011-02-181-1/+0
* lib/util/charset Use top level iconv.c in source3Andrew Bartlett2011-02-181-1/+0
* charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett2011-02-181-4/+0
* s3-includes: force _SAMBA_BUILD_=3 in source3 includes.hAndrew Tridgell2011-02-181-0/+5
* s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX.Günther Deschner2011-02-171-2/+3
* s3-cluster remove more CLUSTER_SUPPORT #ifdef stuffAndrew Bartlett2011-02-171-4/+0
* s3: add server_id.idl and use only autogenerated code.Günther Deschner2011-02-171-8/+1
* s3-build: move priv2ld proto to smbldap.h (in order to fix non-ldap builds).Günther Deschner2011-02-162-4/+1
* s3-lsa: Implement lsaRSetForestTrustInformationSumit Bose2011-02-161-0/+1
* s3-ipasam: add IPA specific attributesSumit Bose2011-02-161-0/+3
* s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose2011-02-162-0/+6
* s3-ipasam: implement {get,set,del}_trusted_domainSumit Bose2011-02-161-0/+1
* s3-passdb: make priv2ld() publicSumit Bose2011-02-161-0/+1
* s3-passdb: add {get,set,del,enum}_trusted_domain callsSumit Bose2011-02-162-0/+33
* s3-passdb: Add minimal stub for IPA passdb backendSumit Bose2011-02-162-0/+7
* s3: Add "code_page" to struct samuVolker Lendecke2011-02-152-0/+5
* s3: Add "country_code" to struct samuVolker Lendecke2011-02-152-0/+6
* s3: no need to globally include intl.h.Günther Deschner2011-02-151-1/+0
* s3-librpc: no need to globally include endpointmapper headers.Günther Deschner2011-02-141-1/+0
* s3: move some defines to a better place.Günther Deschner2011-02-141-17/+4
* s3-proto: remove prototype for non-existing functions.Günther Deschner2011-02-141-4/+0
* s3-librpc: remove duplicate prototypes.Günther Deschner2011-02-141-18/+0
* s3: Convert tldap_entry_values args to "array, count"Volker Lendecke2011-02-131-1/+1
* s3: Add an explicit counter to tldap_add_mod_[blobs|str]Volker Lendecke2011-02-131-3/+5
* s3: Convert tldap_make_mod_fmt args to "array, count"Volker Lendecke2011-02-131-1/+1
* s3: Convert tldap_make_mod_blob args to "array, count"Volker Lendecke2011-02-131-1/+1
* s3: Convert tldap_add_mod_blobs args to "array, count"Volker Lendecke2011-02-131-1/+1
* s3: Align the args in tldap_modifyVolker Lendecke2011-02-101-2/+2
* s3: Align tldap_add and tldap_add_sendVolker Lendecke2011-02-101-1/+1
* s3: give ../librpc/ndr/util.c its own header.Günther Deschner2011-02-101-7/+0
* s3-auth Remove unused pam_handleAndrew Bartlett2011-02-101-2/+0
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-1/+1
* Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...Jeremy Allison2011-02-101-1/+0
* Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison2011-02-091-1/+3
* Correctly plumb in VFS_FDOPENDIR.Jeremy Allison2011-02-091-2/+2
* s3: move some stuff out of smb.h to better locations.Günther Deschner2011-02-092-6/+2
* s3: remove unused struct uuid_flat.Günther Deschner2011-02-091-7/+0
* s3:popt: add POPT_COMMON_OPTION to provide only the "--option" featureMichael Adam2011-02-091-0/+2
* s3:rpc_client: make rpccli_bh_create() non-static for nowStefan Metzmacher2011-02-091-0/+1
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-093-0/+15
* Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...Jeremy Allison2011-02-081-1/+1
* Add fdopendir().Jeremy Allison2011-02-081-0/+1