summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-05-10Forgot one file.Jelmer Vernooij1-3/+0
2003-05-10Remove latest module_dummy patch from metze and me.Jelmer Vernooij1-53/+0
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij34-82/+3
2003-05-10Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij35-2/+137
2003-05-10Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison1-1/+9
2003-05-10Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison1-9/+0
2003-05-10Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison1-1/+2
2003-05-09removing total print jobs since it is not used anymoreGerald Carter1-2/+0
2003-05-09Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u...Jim McDonough1-2/+2
2003-05-09Some more static definitions ...Richard Sharpe1-0/+16
2003-05-09Add some static ...Richard Sharpe1-34/+84
2003-05-09Some more fixes for syntax problems on AIX etc ...Richard Sharpe1-2/+2
2003-05-09Fix up a bunch of compiler warnings ...Richard Sharpe1-13/+13
2003-05-09Fix some compiler warnings about const etc ...Richard Sharpe2-6/+5
2003-05-09Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison1-1/+12
2003-05-08fix bug #47; revert registration of workgroup<1b> to 2.2 behaviorGerald Carter1-1/+1
2003-05-08fixed bug #75; add check for non-zero destlenGerald Carter1-1/+1
2003-05-07SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison1-9/+1
2003-05-07Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison2-5/+20
2003-05-07Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison1-3/+2
2003-05-07Merge from distcc:Martin Pool1-2/+8
2003-05-07We used to use the name "*",0x0 here, but some WindowsJeremy Allison1-1/+9
2003-05-06Add metze's exit and idle event patchJelmer Vernooij6-4/+163
2003-05-06uff, forgot to put back this one :-/Simo Sorce1-0/+1
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