Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13018: Fix (correct) warning about mixing C/js interface function types. I | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12997: Feed the right event context to libnet in ejsnet and the auth code. | Andrew Bartlett | 2 | -11/+22 |
2007-10-10 | r12931: Remove some prefixes. We have: | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r12928: This patch improves the interaction between the vampire and provsion ... | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r12918: Don't tell the user the difference between 'no such user' and 'wrong | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r12892: Add a 'Migrate from Windows' page to our installation section in SWAT. | Andrew Bartlett | 3 | -48/+195 |
2007-10-10 | r12823: Fix up the provison and newuser code in SWAT. This also cleans up the | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r12822: Given that talloc gives us this extra level of safety, use it. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r12819: Fix swat authentication again. We need to pass the socket_address | Andrew Bartlett | 1 | -8/+17 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 1 | -14/+7 |
2007-10-10 | r12746: An initial version of the kludge_acls module. | Andrew Bartlett | 2 | -4/+24 |
2007-10-10 | r12744: For correctly written scripts, we don't need this anymore. Only use | Andrew Bartlett | 1 | -3/+1 |
2007-10-10 | r12738: Use a talloc_reference to ensure this doesn't get free()'ed too early. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r12708: This is equivilant, but doesn't cause a warning. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r12699: correctly escape invalid DN characters (reported by Steinar H. Gunder... | Jelmer Vernooij | 1 | -1/+30 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12622: Move table.c prototypes to seperate header to prevent circular depend... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 2 | -2/+4 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12596: This variable is unused. | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r12592: Remove some useless dependencies | Jelmer Vernooij | 1 | -2/+3 |
2007-10-10 | r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNS | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r12517: Don't generate empty init functions | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r12516: Fix drsuapi and netlogon javascript bindings | Jelmer Vernooij | 2 | -0/+25 |
2007-10-10 | r12514: Move DCE/RPC interface table to a seperate file | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 1 | -3/+1 |
2007-10-10 | r12501: Merge EJSHeader.pm into EJS.pm and simplify smbcalls_rpc.c a bit, | Jelmer Vernooij | 3 | -38/+17 |
2007-10-10 | r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib... | Jelmer Vernooij | 1 | -0/+12 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12323: fixeed the use of options.get_credentials() for ldb | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r12322: automatically use cmdline_credentials if the ldb object doesn't have | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb | Andrew Bartlett | 2 | -5/+29 |
2007-10-10 | r12104: Move to (sync) smb_composite_connect from smbcli_tree_full_connection() | Rafal Szczesniak | 1 | -2/+13 |
2007-10-10 | r12014: free the irpc_request structure with the irpc_call_recv functions, | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r12013: fix compiler warnings | Stefan Metzmacher | 2 | -6/+6 |
2007-10-10 | r11995: A big kerberos-related update. | Andrew Bartlett | 1 | -0/+12 |
2007-10-10 | r11814: 1) Set name resolution methods according to smb.conf | Rafal Szczesniak | 1 | -1/+4 |
2007-10-10 | r11748: By default, use name resolution method provided by means | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r11588: Remove unused (at the moment) variable and quiet compiler warning. | Rafal Szczesniak | 1 | -1/+0 |
2007-10-10 | r11586: Further work on ejs interface for libnet. The idea is to split libnet | Rafal Szczesniak | 2 | -4/+57 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -3/+4 |
2007-10-10 | r11498: added an optional extra argument to split to limit the number of | Andrew Tridgell | 1 | -8/+19 |
2007-10-10 | r11474: - enable ldb transactions from ejs | Andrew Tridgell | 1 | -0/+81 |
2007-10-10 | r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. In | Andrew Tridgell | 5 | -27/+34 |
2007-10-10 | r11439: Make presedence on strcmp comparison clear, and fill in | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r11365: fixed a comment typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11354: - generate a ejs error on bad ldif to add/modify | Andrew Tridgell | 1 | -3/+7 |
2007-10-10 | r11308: Correctly return status code in case of js error or libnet | Rafal Szczesniak | 1 | -1/+8 |
2007-10-10 | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r11281: Initial ejs interface for libnet functions. | Rafal Szczesniak | 4 | -1/+149 |