summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher37-690/+736
2007-10-10r14154: Add summary line for extended attribute libraryJelmer Vernooij1-0/+1
2007-10-10r14151: Add simple script that writes a summary to show what libraries the userJelmer Vernooij5-17/+60
2007-10-10r14143: Replace old function with equivalent based on new async code.Rafal Szczesniak1-67/+4
2007-10-10r14142: fixed ascii padding of nttrans create in server tooAndrew Tridgell1-2/+2
2007-10-10r14141: fixed bugzilla 2921, forcing correct alignment when in ascii modeAndrew Tridgell1-2/+4
2007-10-10r14140: block SIGPIPE in smbtortureStefan Metzmacher1-0/+3
2007-10-10r14139: Fix issue with undefined variables.Jelmer Vernooij2-6/+3
2007-10-10r14138: this isn't neededStefan Metzmacher1-2/+0
2007-10-10r14137: move **p2 to the _recv function for setup the second pipeStefan Metzmacher2-43/+29
2007-10-10r14136: Fix bug causing segfaults in certain circumstances (gcc3.x amongRafal Szczesniak1-7/+7
2007-10-10r14131: Fix Coverity bug # 127Volker Lendecke1-1/+3
2007-10-10r14125: Fix incorrect declaration caught on build farm.Rafal Szczesniak1-1/+2
2007-10-10r14124: One more thing needed for async dcerpc connect code.Rafal Szczesniak1-0/+2
2007-10-10r14123: Huge lump of code making all of our dcerpc connect codeRafal Szczesniak3-381/+1233
2007-10-10r14120: make the rpc client code also librariesStefan Metzmacher1-49/+192
2007-10-10r14117: fix a perl warningStefan Metzmacher1-0/+4
2007-10-10r14110: make ndr interface parsing code libraries,Stefan Metzmacher5-66/+284
2007-10-10r14109: Modulify the smbcalls subsystem.Jelmer Vernooij8-82/+119
2007-10-10r14108: Make the Doxyfiles a bit shorter...Jelmer Vernooij3-3629/+16
2007-10-10r14105: fix whitespacesStefan Metzmacher1-1/+1
2007-10-10r14104: version.h has changed the locationStefan Metzmacher1-2/+2
2007-10-10r14100: print out the title with the thread specific debug messagesStefan Metzmacher1-4/+25
2007-10-10r14097: Remove subsystem names when installing modules (they're already insta...Jelmer Vernooij3-5/+10
2007-10-10r14096: setup a service task for smbsrv and dcesrvStefan Metzmacher2-23/+53
2007-10-10r14095: disable setproctitle support by defaultStefan Metzmacher1-10/+24
2007-10-10r14094: Use saner module directory names, fix loading of server service modules.Jelmer Vernooij12-78/+80
2007-10-10r14082: fix the build of process model threadStefan Metzmacher1-1/+1
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher16-4/+118
2007-10-10r14078: move ldb_global_init() to the main smbd code,Stefan Metzmacher3-5/+4
2007-10-10r14072: - only add the 'lib' prefix to libraries not modulesStefan Metzmacher5-34/+58
2007-10-10r14071: fix the buildStefan Metzmacher2-3/+6
2007-10-10r14070: this functions need to be exported,Stefan Metzmacher2-3/+3
2007-10-10r14067: give more usefull errorsStefan Metzmacher1-4/+5
2007-10-10r14066: fix whitespacesStefan Metzmacher1-2/+2
2007-10-10r14065: build gensec_schannel always static as libnet needs functions from itStefan Metzmacher1-0/+1
2007-10-10r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher7-3/+12
2007-10-10r14063: libnet depends on dcerpcStefan Metzmacher1-1/+1
2007-10-10r14059: change notify is quite a bit more complex than we thought. These testsAndrew Tridgell1-5/+85
2007-10-10r14058: Try to make the continuation on the list of password set mechs clearer.Andrew Bartlett1-2/+5
2007-10-10r14055: merge from samba3. add ACB_NO_AUTH_DATA_REQD, this has been verifiedGünther Deschner1-1/+2
2007-10-10r14054: merge from samba3, fillout more userAccountControl bits.Günther Deschner1-2/+2
2007-10-10r14041: be a bit less verboseStefan Metzmacher1-1/+1
2007-10-10r14040: report errors betterStefan Metzmacher1-0/+2
2007-10-10r14039: as samba4 drops the connection on multiple negprot requestsStefan Metzmacher1-7/+10
2007-10-10r14038: reopen log files after a SIGHUPStefan Metzmacher2-17/+38
2007-10-10r14037: add ntvfs_next_notify()Stefan Metzmacher1-0/+12
2007-10-10r14029: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison1-2/+6
2007-10-10r14016: use type safe talloc when constructing operation structures in smb se...Andrew Tridgell1-38/+43
2007-10-10r14013: added construction of the notify reply buffer in the nttrans serverAndrew Tridgell1-9/+62