summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-03-09fix build with gcc 2.96 and --with-developerGerald Carter1-1/+1
2004-03-09Commit to HEAD the updates to smb signing code that I was propsing for 3.0.Andrew Bartlett7-62/+101
2004-03-09Merge fixes and tests for jra's broken strstr_m() function from 3.0Andrew Bartlett4-8/+102
2004-03-09Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett4-8/+94
2004-03-09JRA's recent strstr_m work really badly broke our string_sub code.Andrew Bartlett1-2/+10
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison6-12/+82
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison6-12/+82
2004-03-08Fix assumption about following directory sep in check_path_syntax(). WeJeremy Allison1-5/+11
2004-03-08Fix assumption about following directory sep in check_path_syntax(). WeJeremy Allison1-5/+11
2004-03-08Do some checks about data passed to this functionSimo Sorce1-0/+3
2004-03-082 fixes to enhance readability of source code and debug messagesSimo Sorce3-4/+6
2004-03-07Get us a little closer to Windows LSA semantics.Volker Lendecke1-10/+1
2004-03-07Get us a little closer to Windows LSA semantics.Volker Lendecke2-10/+2
2004-03-07Mention wb_delgrpmem fixVolker Lendecke1-0/+1
2004-03-07This might not be used a lot and might not survive for long, but at least itVolker Lendecke2-7/+11
2004-03-07This might not be used a lot and might not survive for long, but at least itVolker Lendecke2-7/+11
2004-03-07Fix typo.Tim Potter1-1/+1
2004-03-07Fix typo.Tim Potter1-1/+1
2004-03-07Merge from HEAD.Tim Potter1-0/+4
2004-03-07Enclose use of fchown() with guards. Bugzilla #1155.Tim Potter1-0/+4
2004-03-07Merge from HEAD.Tim Potter1-1/+0
2004-03-06tdbdump doesn't need to #include <sys/mman.h>Tim Potter1-1/+0
2004-03-05Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison4-108/+105
2004-03-05Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison4-108/+105
2004-03-05BUG 488: fix the 'show client in col 1' button and corrctely enumerate active...Gerald Carter1-1/+1
2004-03-05BUG 488: fix the 'show client in col 1' button and corrctely enumerate active...Gerald Carter1-1/+1
2004-03-05fix compiler warningGerald Carter1-1/+1
2004-03-05fix compiler warningGerald Carter1-1/+1
2004-03-05Add -O (write downloaded files to stdout), based on patch fromJelmer Vernooij1-65/+80
2004-03-05Add -O (for writing downloaded files to standard out) based on patch byJelmer Vernooij1-65/+80
2004-03-05bring WHATSNEW back up to dateGerald Carter1-8/+199
2004-03-05all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2-18/+5
2004-03-05all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2-18/+5
2004-03-04Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison1-4/+1
2004-03-04Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison1-4/+1
2004-03-04BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppcGerald Carter1-1/+3
2004-03-04BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppcGerald Carter1-1/+3
2004-03-04BUG 1080: fix declaration of SMB_BIG_UINTGerald Carter1-12/+12
2004-03-04BUG 1080: fix declaration of SMB_BIG_UINTGerald Carter1-12/+12
2004-03-04There's a specific error message NT_STATUS_ALIAS_EXISTS.Volker Lendecke1-1/+1
2004-03-04There's a specific error message NT_STATUS_ALIAS_EXISTS.Volker Lendecke1-1/+1
2004-03-04Another typo, sorry for samba-cvs spam :-)Volker Lendecke1-1/+1
2004-03-04Another typo, sorry for samba-cvs spam :-)Volker Lendecke1-1/+1
2004-03-04Fix typo.Volker Lendecke1-1/+1
2004-03-04Fix typo.Volker Lendecke1-1/+1
2004-03-04Fix build farm, older compilers won't let you declare variablesJim McDonough1-1/+1
2004-03-04Fix build farm, older compilers won't let you declare variablesJim McDonough1-1/+1
2004-03-04BUG 848: don't create winbind local users/groups that already exist in the tdbGerald Carter1-3/+16
2004-03-04BUG 848: don't create winbind local users/groups that already exist in the tdbGerald Carter1-3/+16
2004-03-04another fix for bug 761; don't default to bsd printing on linuxGerald Carter1-9/+0