summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-05-06sort out some include dependenciesSimo Sorce4-33/+65
2003-05-06add mapping.h hereSimo Sorce1-0/+1
2003-05-06restore structures from previous erroneous commitSimo Sorce1-22/+30
2003-05-05Turn off using lsa_qos.Rafal Szczesniak1-5/+2
2003-05-05A good reason to use make variables instead of autoconf substitutionsTim Potter1-2/+1
2003-05-05Fixed typo introduced when reverting patch from revision 1.19Tim Potter1-1/+1
2003-05-05AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter2-12/+7
2003-05-04move some things aroundSimo Sorce4-138/+171
2003-05-03fixes to *_util.c filesSimo Sorce4-15/+416
2003-05-02exclude tdbsam2.h generation until it will be usedSimo Sorce1-14/+15
2003-05-02fix pam_smbpassSimo Sorce2-3/+3
2003-05-02remove testing debug lineSimo Sorce1-1/+1
2003-05-02shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce3-15/+15
2003-05-01Fix uninitialized blobs reported by Luke Howard.Jeremy Allison1-0/+6
2003-05-01Fix for bugid 51 from Dragan Krnic.Jeremy Allison1-5/+5
2003-05-01fix wrong debug messages in idmap_util.cSimo Sorce2-5/+10
2003-05-01init wellknown in pdbedit tooSimo Sorce2-24/+26
2003-05-01proper wellknown sids initialization at startupSimo Sorce5-40/+90
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce16-177/+174
2003-05-01Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij1-1/+1
2003-05-01Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij3-3/+3
2003-04-30Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green3-94/+116
2003-04-30correctly initiazlize idmap tdb when creationg newSimo Sorce4-148/+169
2003-04-30pam_smbpass will need at least IDMAP.Andrew Bartlett1-1/+1
2003-04-30Get pam_smbpass to compile again (it probably won't link or run, but at leastAndrew Bartlett2-5/+3
2003-04-30auto-init for utility functionsSimo Sorce1-0/+18
2003-04-29forgot to remove getpwnamSimo Sorce1-20/+0
2003-04-29This is a nice rewrite:Simo Sorce23-371/+191
2003-04-29remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter3-93/+1
2003-04-29adding ifdef'd code to add alias membership for vampireGerald Carter1-0/+138
2003-04-29Some passdb backends really don't like having no primary group - so alwaysAndrew Bartlett1-34/+25
2003-04-29Change order of parameters to smb_register_passdb()Jelmer Vernooij3-3/+3
2003-04-29add version back to lanman string in sessetup replyGerald Carter1-1/+5
2003-04-29Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continueAndrew Bartlett1-412/+1591
2003-04-29forgot to add the file where things movedSimo Sorce1-0/+189
2003-04-29consolidate idmap code in one placeSimo Sorce3-353/+4
2003-04-29Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett3-94/+52
2003-04-29only call the add_script if the getpwnam_alloc() failsGerald Carter1-22/+27
2003-04-29don't implement any group mapping functions in the guest sam moduleGerald Carter2-0/+59
2003-04-29removing printing = SOFTQ since no one knows what it isGerald Carter2-95/+0
2003-04-29ok next_rid out as well local_*id_to*id functionsSimo Sorce5-530/+141
2003-04-28swat need idmap nowSimo Sorce1-2/+2
2003-04-28new helper functions to create usersSimo Sorce1-1/+154
2003-04-28Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison1-2/+2
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij35-119/+155
2003-04-28Typo in error messageVolker Lendecke1-1/+1
2003-04-28Merge memory leak fixes in our trusted domain list from 3.0 to HEADAndrew Bartlett1-7/+11
2003-04-28Merge compile warning fixes from 3.0Andrew Bartlett1-1/+1
2003-04-28Merge compile and other fixes from 3.0 to HEAD.Andrew Bartlett6-39/+48
2003-04-28Perform lp_load() before popt to fix -W option.Tim Potter1-11/+11