Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r961: convert 'uchar' to 'uint8_t' | Stefan Metzmacher | 2 | -6/+2 |
2007-10-10 | r960: convert 'unsigned int' to uint_t in the most places | Stefan Metzmacher | 4 | -11/+11 |
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 5 | -13/+13 |
2007-10-10 | r937: - added a simple QuerySecurity implementation in samr server | Andrew Tridgell | 1 | -20/+0 |
2007-10-10 | r917: - added the start of a LSA server to samba4. | Andrew Tridgell | 1 | -9/+0 |
2007-10-10 | r904: - fixed account expiry testing in auth_sam | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r898: - remove some unused macros | Andrew Tridgell | 3 | -83/+0 |
2007-10-10 | r893: a few more _t conversions | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 6 | -29/+33 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 9 | -222/+215 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 12 | -199/+180 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 6 | -134/+103 |
2007-10-10 | r867: removed a couple of unused structures | Andrew Tridgell | 1 | -20/+0 |
2007-10-10 | r862: remove acl and sendfile stuff | Stefan Metzmacher | 1 | -279/+0 |
2007-10-10 | r861: remove the next round of unused stuff | Stefan Metzmacher | 4 | -165/+0 |
2007-10-10 | r853: remove a real big bunch of unused code | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r848: convert lib/tdb into the same layout as lib/ldb | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r838: got rid of rpc_misc.h | Andrew Tridgell | 2 | -81/+0 |
2007-10-10 | r837: get rid of some more old rpc headers, and the genparser headers | Andrew Tridgell | 5 | -380/+0 |
2007-10-10 | r836: get rid of SEC_DESC and related structure definitions | Andrew Tridgell | 1 | -95/+2 |
2007-10-10 | r826: removed a pile of old code, in preparation for a new ACL handling syste... | Andrew Tridgell | 1 | -22/+0 |
2007-10-10 | r818: added server side SMB signing to Samba4 | Andrew Tridgell | 2 | -0/+14 |
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 |