summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2011-02-25Detect Mac OS X as a separate client type.Justin Maggard1-1/+1
2011-02-25s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.Günther Deschner1-1/+0
2011-02-25s3-printing: move more printing defines out of includes.hGünther Deschner2-30/+30
2011-02-23Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison1-1/+2
2011-02-23s3-proto: remove some prototypes of non-existing functions.Günther Deschner2-42/+0
2011-02-22s3-includes: move some chgpasswd related defines to the locations where they ...Günther Deschner1-12/+0
2011-02-22s3-printing: move more printing structs to printing.hGünther Deschner2-40/+40
2011-02-22s3-printing: only include printing where really needed.Günther Deschner2-29/+23
2011-02-22s3-printing: fix pcacp prototypes and includes.Günther Deschner1-8/+0
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner1-63/+0
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher3-4/+4
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett3-17/+17
2011-02-20s3: Convert init_system_info to NTSTATUSVolker Lendecke1-1/+1
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke1-1/+2
2011-02-18s3-charcnv Don't genreate valid_table on the fly, rely on valid.datAndrew Bartlett1-1/+0
2011-02-18lib/util/charset Use top level iconv.c in source3Andrew Bartlett1-1/+0
2011-02-18charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett1-4/+0
2011-02-18s3-includes: force _SAMBA_BUILD_=3 in source3 includes.hAndrew Tridgell1-0/+5
2011-02-17s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX.Günther Deschner1-2/+3
2011-02-17s3-cluster remove more CLUSTER_SUPPORT #ifdef stuffAndrew Bartlett1-4/+0
2011-02-17s3: add server_id.idl and use only autogenerated code.Günther Deschner1-8/+1
2011-02-16s3-build: move priv2ld proto to smbldap.h (in order to fix non-ldap builds).Günther Deschner2-4/+1
2011-02-16s3-lsa: Implement lsaRSetForestTrustInformationSumit Bose1-0/+1
2011-02-16s3-ipasam: add IPA specific attributesSumit Bose1-0/+3
2011-02-16s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose2-0/+6
2011-02-16s3-ipasam: implement {get,set,del}_trusted_domainSumit Bose1-0/+1
2011-02-16s3-passdb: make priv2ld() publicSumit Bose1-0/+1
2011-02-16s3-passdb: add {get,set,del,enum}_trusted_domain callsSumit Bose2-0/+33
2011-02-16s3-passdb: Add minimal stub for IPA passdb backendSumit Bose2-0/+7
2011-02-15s3: Add "code_page" to struct samuVolker Lendecke2-0/+5
2011-02-15s3: Add "country_code" to struct samuVolker Lendecke2-0/+6
2011-02-15s3: no need to globally include intl.h.Günther Deschner1-1/+0
2011-02-14s3-librpc: no need to globally include endpointmapper headers.Günther Deschner1-1/+0
2011-02-14s3: move some defines to a better place.Günther Deschner1-17/+4
2011-02-14s3-proto: remove prototype for non-existing functions.Günther Deschner1-4/+0
2011-02-14s3-librpc: remove duplicate prototypes.Günther Deschner1-18/+0
2011-02-13s3: Convert tldap_entry_values args to "array, count"Volker Lendecke1-1/+1
2011-02-13s3: Add an explicit counter to tldap_add_mod_[blobs|str]Volker Lendecke1-3/+5
2011-02-13s3: Convert tldap_make_mod_fmt args to "array, count"Volker Lendecke1-1/+1
2011-02-13s3: Convert tldap_make_mod_blob args to "array, count"Volker Lendecke1-1/+1
2011-02-13s3: Convert tldap_add_mod_blobs args to "array, count"Volker Lendecke1-1/+1
2011-02-10s3: Align the args in tldap_modifyVolker Lendecke1-2/+2
2011-02-10s3: Align tldap_add and tldap_add_sendVolker Lendecke1-1/+1
2011-02-10s3: give ../librpc/ndr/util.c its own header.Günther Deschner1-7/+0
2011-02-10s3-auth Remove unused pam_handleAndrew Bartlett1-2/+0
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett1-1/+1
2011-02-10Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...Jeremy Allison1-1/+0
2011-02-09Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison1-1/+3
2011-02-09Correctly plumb in VFS_FDOPENDIR.Jeremy Allison1-2/+2
2011-02-09s3: move some stuff out of smb.h to better locations.Günther Deschner2-6/+2