summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-05-03configure.in updates:Andrew Bartlett1-32/+11
2003-05-03This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+737
2003-05-03Add a comment about the use of string functions in the modules code, andAndrew Bartlett1-4/+9
2003-05-03Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farmAndrew Bartlett1-1/+1
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-02Now that multi-pdu schannel works and a but in the negotiator has beenVolker Lendecke1-2/+2
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 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 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-01This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+655
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-01Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij1-1/+1
2003-05-01Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett3-41/+19
2003-05-01Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij3-3/+3
2003-04-30Make the version numbers ints (patch from metze)Jelmer Vernooij4-5/+5
2003-04-30Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2-94/+1
2003-04-30This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+115
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-30Merge from HEAD - the usual popt-needs-static for Sun CC.Andrew Bartlett1-1/+1
2003-04-30Try to fix IRIX build - add quotes and never call libns_winbind by name - weAndrew Bartlett2-4/+4
2003-04-30Trailing , is non-standard (warning from IRIX)Andrew Bartlett1-2/+2
2003-04-30Fix for AIX - you can't qualify a return type as const, when it's not aAndrew Bartlett1-1/+1
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-30Sun CC requires constant initialisers, so use a static here.Andrew Bartlett1-1/+1
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-29smbgroupedit has been replaced by 'net groupmap'Gerald Carter2-412/+0
2003-04-29remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter4-4/+27
2003-04-29remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter3-93/+1
2003-04-29Like net rpc user -l, let net ads user -l allow more than 50 characters inJim McDonough1-1/+1
2003-04-29Allow net rpc user -l to list longer than 50 characters in a user comment.Jim McDonough1-1/+1
2003-04-29adding ifdef'd code to add alias membership for vampireGerald Carter1-0/+138
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-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