Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3898: Work towards local/server DCOM support, start working | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We now | Andrew Bartlett | 1 | -0/+21 |
2007-10-10 | r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans server | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL is | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3830: unified the query/set security descriptor code with the rest of the | Andrew Tridgell | 3 | -17/+29 |
2007-10-10 | r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file | Andrew Tridgell | 3 | -6/+141 |
2007-10-10 | r3827: fixed copyright notices to remove simo and lkcl who have no code left ... | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r3826: - added testing of ea lists in NTTRANS CREATE | Andrew Tridgell | 4 | -11/+109 |
2007-10-10 | r3821: added client side code and test code for NTTRANS_CREATE | Andrew Tridgell | 1 | -0/+133 |
2007-10-10 | r3810: create a LIB_SECURITY subsystem | Stefan Metzmacher | 6 | -9/+247 |
2007-10-10 | r3806: added support to smb_server and pvfs for the NTTRANS Create call. This | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3805: Fix the LSA portions of the RPC-SAMSYNC test - I was not using the LSA | Andrew Bartlett | 1 | -0/+77 |
2007-10-10 | r3792: improved the posix -> nt error mapping, so we get things like | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r3786: send a mechListMIC to make the current samba3 client happy | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r3770: - fix endless recursion loop in spnego fallback code | Stefan Metzmacher | 1 | -7/+11 |
2007-10-10 | r3751: Some fixes to using enable and disable for subsystems, ext libs and mo... | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r3744: Support building subsystems as a shared library. Modules don't work yet, | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3740: Convert more files to .mk, fix the build | Jelmer Vernooij | 3 | -23/+20 |
2007-10-10 | r3739: Remove a bunch of unused m4 macros | Jelmer Vernooij | 3 | -14/+13 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 3 | -12/+3 |
2007-10-10 | r3735: Allow building subsystems as static libraries (.a files). To enable | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r3733: More build system fixes/features: | Jelmer Vernooij | 4 | -7/+3 |
2007-10-10 | r3730: More build system fixes and simplifications | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r3721: We cracked the NTLM2 puzzle long ago, and set the flags elsewhere. | Andrew Bartlett | 1 | -16/+0 |
2007-10-10 | r3686: The results of some work on the NETLOGON pipe: | Andrew Bartlett | 4 | -15/+19 |
2007-10-10 | r3679: We now know a few more of the Netlogon negotiate flags. | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r3677: Seperate the SamLogon tests from the main RPC-NETLOGON test into a | Andrew Bartlett | 1 | -0/+21 |
2007-10-10 | r3655: As required by the new torture test, add the LM session key output | Andrew Bartlett | 2 | -2/+10 |
2007-10-10 | r3654: Add static and fix indentation. | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r3652: Fix malloc-history dependent failures in smbtorture. | Andrew Bartlett | 1 | -6/+7 |
2007-10-10 | r3630: More work on DCOM server side | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r3613: fixed a typo | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3612: This appears to be the 'offical' way to initialise this struct. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r3610: prevent segv with heimdal and password krb5 init | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r3609: Lets spew out a few less error messages for tridge, and hope to get | Andrew Bartlett | 2 | -10/+3 |
2007-10-10 | r3591: to get a bit more useful info from valgrind I'm disabling the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 2 | -19/+10 |
2007-10-10 | r3585: check sscanf return code | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r3584: fix referral handling | Stefan Metzmacher | 2 | -5/+13 |
2007-10-10 | r3583: - seperate the ldap client code and the ldap parsing code | Stefan Metzmacher | 4 | -657/+699 |
2007-10-10 | r3572: Thanks to tridge for his patience with my build breakage. | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r3571: rough guesses at what abartlet really wanted to do in his last commit | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3565: Move PAC parsing into the session_info generation, and out of the | Andrew Bartlett | 1 | -16/+41 |
2007-10-10 | r3545: initial support for using extended attributes to hold extended dos att... | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r3519: Include time headers to fix the build. | Andrew Bartlett | 3 | -0/+3 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 2 | -9/+9 |
2007-10-10 | r3494: got rid of include/rewrite.h, and split out the dynconfig.h header | Andrew Tridgell | 1 | -112/+0 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 3 | -11/+14 |
2007-10-10 | r3476: fixed some const warnings | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r3475: don't pass a ptr to an enum as a ptr to an int (bug found by tcc) | Andrew Tridgell | 1 | -1/+3 |