summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-12-05Make share_info_db_init staticVolker Lendecke1-1/+1
2007-12-05Remove a static, and "signal_received" needs to be sig_atomic_tVolker Lendecke1-15/+18
2007-12-05Move create_file to open.cVolker Lendecke2-477/+475
2007-12-05Fix an uninitialized variableVolker Lendecke1-1/+1
2007-12-05Fix debugVolker Lendecke1-2/+8
2007-12-05Fix attribute calculation for ntcreate&xVolker Lendecke1-17/+21
2007-12-05Fix error returnsVolker Lendecke1-2/+12
2007-12-05Fix debugsVolker Lendecke1-2/+18
2007-12-05Implement create_file()Volker Lendecke1-706/+347
2007-12-05Reformatting, also allow quotas for transact_createVolker Lendecke1-12/+38
2007-12-05Tiny refactoringsVolker Lendecke1-17/+12
2007-12-05Split out sd parsingVolker Lendecke1-5/+33
2007-12-05ReformattingVolker Lendecke1-9/+12
2007-12-05Align formatting, one TALLOC_FREE is enoughVolker Lendecke1-5/+5
2007-12-05Move pulling the ea list out of the wayVolker Lendecke1-14/+8
2007-12-05ReformattingVolker Lendecke1-10/+12
2007-12-05Put posix semantic calculation in the same place in both routinesVolker Lendecke1-9/+9
2007-12-05Tiny refactoringVolker Lendecke1-6/+8
2007-12-05Tiny refactoringVolker Lendecke1-3/+3
2007-12-05TALLOC_FREE earlyVolker Lendecke1-4/+10
2007-12-05consolidate srvstr_get_path in ntcreate_and_XVolker Lendecke1-89/+59
2007-12-05Tiny refactoringVolker Lendecke1-3/+2
2007-12-05tiny refactoringVolker Lendecke1-4/+5
2007-12-05add SESSSETUP_BENCHVolker Lendecke1-0/+41
2007-12-04More pstring removal.Jeremy Allison1-6/+15
2007-12-04Fix sample gtk code. Does this compile ?Jeremy Allison1-38/+40
2007-12-04Ok, down to just the client/*.c code now.Jeremy Allison2-35/+52
2007-12-04Remove pstring from automount lookups. Remove premature optimization.Jeremy Allison2-72/+60
2007-12-04Remove tok pstring from util_str.cJeremy Allison2-44/+40
2007-12-04pull_ascii_pstring is gone.Jeremy Allison4-20/+21
2007-12-04The usual !pstring...Jeremy Allison5-57/+61
2007-12-04More pstring elimination.Jeremy Allison1-2/+3
2007-12-04Remove pstrings.Jeremy Allison1-84/+166
2007-12-04Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison2-15/+40
2007-12-04Remove pstr_sprintf. Replace with snprintf.Jeremy Allison1-46/+72
2007-12-04Back to pstring removal.Jeremy Allison1-12/+27
2007-12-04Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison2-88/+5
2007-12-04Fix crash bug with vl's new trans handling in old transsJeremy Allison1-5/+6
2007-12-03Gone from usershare.Jeremy Allison1-61/+151
2007-12-03Don't forget to delete the stackframe.Jeremy Allison1-0/+1
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison9-159/+238
2007-12-03Remove more pstrings, from the winbindd protocol def andJeremy Allison4-15/+16
2007-12-03Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison7-98/+138
2007-12-03Fix the build. fstrterminate was used in one place.Jeremy Allison1-2/+2
2007-12-03Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison4-81/+35
2007-12-03Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison4-15/+29
2007-12-03Last pstring here.Jeremy Allison1-4/+6
2007-12-03Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2-1687/+2216
2007-12-03Fix shutdown callers.Günther Deschner1-6/+7
2007-12-03Fix wkssvc callers.Günther Deschner2-8/+7