Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r707: Chainsaw work - SAM_ACCOUNT can die, along with passdb | Andrew Bartlett | 1 | -116/+0 |
2007-10-10 | r685: The SAM is dead! Long live the new SAM! ;-) | Andrew Bartlett | 2 | -6/+1 |
2007-10-10 | r683: Remove the trailing ; from this macro, so it can be used in an 'if' exp... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r665: merge over the new build system from my tmp branch | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r614: Clean out the POSIX assumptions from the Samba4 auth subsystem. | Andrew Bartlett | 1 | -12/+0 |
2007-10-10 | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 2 | -4/+3 |
2007-10-10 | r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn... | Andrew Tridgell | 1 | -13/+0 |
2007-10-10 | r575: moved the SID_NAME_USE enum into samr.idl | Andrew Tridgell | 1 | -13/+2 |
2007-10-10 | r549: added support for DOS error codes in NTSTATUS returns. This uses a | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r503: we don't need to include ldb_parse.h any more | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r443: Update Samba4 to the auth and NTLMSSP code from Samba3. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r359: moved the share type definitions to srvsvc.idl | Andrew Tridgell | 1 | -9/+0 |
2007-10-10 | r204: Turns out that the string in the SEARCH unix_info level is that | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r189: Added UNIX search into tests - added client library parse code. | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r184: Fix UNIX Search info level. This still needs to be added to the raw | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 3 | -2/+8 |
2007-10-10 | r141: A number of changes to get things working on FreeBSD and reduce the bre... | Richard Sharpe | 1 | -0/+9 |
2007-10-10 | r134: - added ldb to the build of smbd | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r128: Another registry update. Changes: | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r100: remember the user session key during session setup so it can be used in... | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r42: importing .cvsignore files | Gerald Carter | 1 | -9/+0 |
2007-10-10 | r20: Add the registry library. Still needs a lot of work, | Jelmer Vernooij | 2 | -0/+61 |
2004-03-28 | switch from SIG_ATOMIC_T to sig_atomic_t | Andrew Tridgell | 1 | -4/+2 |
2004-02-18 | don't inlcude rpc/rpc.h and rpcsvc/*.h anymore | Stefan Metzmacher | 1 | -35/+4 |
2004-02-18 | remove unused NISPLUS/AUTOMOUNT stuff | Stefan Metzmacher | 1 | -1/+1 |
2004-02-12 | move the tdb lib code to lib/tdb/* | Stefan Metzmacher | 1 | -3/+3 |
2004-02-10 | - modified the dcerpc client security code to be generic, so ntlmssp | Andrew Tridgell | 1 | -0/+1 |
2004-02-03 | move include/ntvfs.h to ntvfs/ntvfs.h | Stefan Metzmacher | 2 | -88/+1 |
2004-02-03 | - port AUTH and PASSDB subsystems to new | Stefan Metzmacher | 4 | -276/+4 |
2004-02-03 | do some merging from 3.0 | Stefan Metzmacher | 4 | -16/+33 |
2004-02-02 | remove some unused stuff | Stefan Metzmacher | 1 | -1/+0 |
2004-02-02 | - we now specify the object files in the subsystems config.m4 file | Stefan Metzmacher | 1 | -26/+1 |
2004-02-01 | merge: | Stefan Metzmacher | 2 | -44/+71 |
2004-01-28 | remove a lot of unused stuff from the header files | Stefan Metzmacher | 12 | -329/+22 |
2004-01-28 | remove autogenerated version.h from CVS | Stefan Metzmacher | 1 | -1/+0 |
2004-01-28 | merge the version.h autogeneration stuff from 3.0 | Stefan Metzmacher | 1 | -0/+1 |
2004-01-19 | remove all unused stuff from Makefile.in | Stefan Metzmacher | 1 | -2/+1 |
2003-12-16 | added support for big-endian ucs2 strings (as used by big-endian | Andrew Tridgell | 1 | -2/+2 |
2003-12-16 | a fairly large commit! | Andrew Tridgell | 4 | -9/+6 |
2003-12-16 | more mutex portability. | Andrew Tridgell | 1 | -5/+5 |
2003-12-16 | more portability fixes. We now almost compile on solaris | Andrew Tridgell | 1 | -6/+6 |
2003-12-16 | use smb_rwlock_t instead of rwlock_t to avoid conflicts with system | Andrew Tridgell | 1 | -6/+6 |
2003-12-16 | make sure we have a value for DEFAULT_PRINTING on all platforms | Andrew Tridgell | 1 | -2/+0 |
2003-12-14 | ntlmssp over rpc over tcp now fully works | Andrew Tridgell | 1 | -1/+4 |
2003-12-13 | completed the linkage between the endpoint mapper and the dcerpc | Andrew Tridgell | 2 | -0/+7 |
2003-12-13 | dcerpc over tcp in the samba4 server now works to some extent. It | Andrew Tridgell | 1 | -0/+3 |
2003-12-13 | added a basic dcerpc endpoint mapper to Samba4. Currently only | Andrew Tridgell | 1 | -0/+5 |
2003-12-12 | * the RPC-ECHO pipe now works in smbd, as long as the data sizes | Andrew Tridgell | 6 | -42/+49 |
2003-12-11 | the next step in the dcerpc server code. Added the link between the | Andrew Tridgell | 1 | -1/+4 |
2003-12-10 | the rest of the initial rpc server side infrastructure | Andrew Tridgell | 3 | -51/+3 |