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