summaryrefslogtreecommitdiff
path: root/source4/include
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher1-0/+1
2007-10-10r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.Andrew Bartlett1-12/+0
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2-4/+3
2007-10-10r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell1-13/+0
2007-10-10r575: moved the SID_NAME_USE enum into samr.idlAndrew Tridgell1-13/+2
2007-10-10r549: added support for DOS error codes in NTSTATUS returns. This uses aAndrew Tridgell1-0/+8
2007-10-10r503: we don't need to include ldb_parse.h any moreAndrew Tridgell1-1/+0
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett1-1/+1
2007-10-10r359: moved the share type definitions to srvsvc.idlAndrew Tridgell1-9/+0
2007-10-10r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison1-1/+1
2007-10-10r189: Added UNIX search into tests - added client library parse code.Jeremy Allison1-2/+4
2007-10-10r184: Fix UNIX Search info level. This still needs to be added to the rawJeremy Allison1-1/+1
2007-10-10r152: a quick airport commit ....Andrew Tridgell3-2/+8
2007-10-10r141: A number of changes to get things working on FreeBSD and reduce the bre...Richard Sharpe1-0/+9
2007-10-10r134: - added ldb to the build of smbdAndrew Tridgell1-0/+1
2007-10-10r128: Another registry update. Changes:Jelmer Vernooij1-0/+3
2007-10-10r100: remember the user session key during session setup so it can be used in...Andrew Tridgell1-0/+4
2007-10-10r42: importing .cvsignore filesGerald Carter1-9/+0
2007-10-10r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij2-0/+61
2004-03-28switch from SIG_ATOMIC_T to sig_atomic_tAndrew Tridgell1-4/+2
2004-02-18don't inlcude rpc/rpc.h and rpcsvc/*.h anymoreStefan Metzmacher1-35/+4
2004-02-18remove unused NISPLUS/AUTOMOUNT stuffStefan Metzmacher1-1/+1
2004-02-12move the tdb lib code to lib/tdb/*Stefan Metzmacher1-3/+3
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell1-0/+1
2004-02-03move include/ntvfs.h to ntvfs/ntvfs.hStefan Metzmacher2-88/+1
2004-02-03- port AUTH and PASSDB subsystems to newStefan Metzmacher4-276/+4
2004-02-03do some merging from 3.0Stefan Metzmacher4-16/+33
2004-02-02remove some unused stuffStefan Metzmacher1-1/+0
2004-02-02- we now specify the object files in the subsystems config.m4 fileStefan Metzmacher1-26/+1
2004-02-01merge:Stefan Metzmacher2-44/+71
2004-01-28remove a lot of unused stuff from the header filesStefan Metzmacher12-329/+22
2004-01-28remove autogenerated version.h from CVSStefan Metzmacher1-1/+0
2004-01-28merge the version.h autogeneration stuff from 3.0Stefan Metzmacher1-0/+1
2004-01-19remove all unused stuff from Makefile.inStefan Metzmacher1-2/+1
2003-12-16added support for big-endian ucs2 strings (as used by big-endianAndrew Tridgell1-2/+2
2003-12-16a fairly large commit!Andrew Tridgell4-9/+6
2003-12-16more mutex portability.Andrew Tridgell1-5/+5
2003-12-16more portability fixes. We now almost compile on solarisAndrew Tridgell1-6/+6
2003-12-16use smb_rwlock_t instead of rwlock_t to avoid conflicts with systemAndrew Tridgell1-6/+6
2003-12-16make sure we have a value for DEFAULT_PRINTING on all platformsAndrew Tridgell1-2/+0
2003-12-14ntlmssp over rpc over tcp now fully worksAndrew Tridgell1-1/+4
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2-0/+7
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell1-0/+3
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell1-0/+5
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell6-42/+49
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell1-1/+4
2003-12-10the rest of the initial rpc server side infrastructureAndrew Tridgell3-51/+3
2003-12-10 * removed some unused codeAndrew Tridgell2-57/+2
2003-12-04* added a debug thread id hook from jim myersAndrew Tridgell1-0/+3
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell2-21/+54