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