Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2643: convert more of the auth subsyystem to the new talloc methods. This | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2630: I missed a couple of places in the gensec talloc conversion | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2629: convert gensec to the new talloc model | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2612: Ensure ntlm_auth always logs to stderr. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r2611: Try to make Samba4's ntlm_auth more consistant with Samba 3.0. | Andrew Bartlett | 1 | -8/+5 |
2007-10-10 | r2597: A small program that takes SID strings on stdin and produces a marshalled | Tim Potter | 3 | -0/+93 |
2007-10-10 | r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}n... | Tim Potter | 2 | -2/+24 |
2007-10-10 | r2576: Some userspace tools for getting and setting ntacls via the 'security.... | Tim Potter | 4 | -0/+252 |
2007-10-10 | r2546: Remove another strupper_m() that we don't need. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r2074: fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2066: add 'net time' command | Stefan Metzmacher | 3 | -1/+88 |
2007-10-10 | r1985: take advantage of the new talloc in a few more places | Andrew Tridgell | 1 | -5/+7 |
2007-10-10 | r1951: add 'net password set' call | Stefan Metzmacher | 1 | -0/+82 |
2007-10-10 | r1949: provide functions to access the username, userdomain and userpassword | Stefan Metzmacher | 1 | -10/+3 |
2007-10-10 | r1919: paasword change basicly works now:-) | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r1915: use popt's cmdline_auth_info to fill the net_context | Stefan Metzmacher | 2 | -11/+22 |
2007-10-10 | r1914: use common popt stuff in net | Stefan Metzmacher | 1 | -9/+8 |
2007-10-10 | r1880: bugger, now I have used gcc 3.4.1 myself and have statements before de... | Stefan Metzmacher | 1 | -7/+6 |
2007-10-10 | r1879: - add a user sub struct in net_context | Stefan Metzmacher | 4 | -23/+172 |
2007-10-10 | r1877: since make proto catches all functions | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r1876: rewrite net command completely | Stefan Metzmacher | 5 | -567/+111 |
2007-10-10 | r1875: - move 'net' code into a subdir | Stefan Metzmacher | 12 | -6883/+0 |
2007-10-10 | r1844: fix the build, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1838: Updates from the airplane: | Jelmer Vernooij | 3 | -1/+15 |
2007-10-10 | r1786: Add support for the 'helpstring' attribute on interfaces | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r1654: rename cli_ -> smbcli_ | Stefan Metzmacher | 7 | -267/+267 |
2007-10-10 | r1630: - fixed the replacement timegm() function to work correctly for DST ch... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1356: Fix logic bugs in ntlm_auth. | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r1305: Grrr, fix my build breakage... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 1 | -201/+215 |
2007-10-10 | r1200: Add 'gensec', our generic security layer. | Andrew Bartlett | 1 | -762/+70 |
2007-10-10 | r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts. | Andrew Bartlett | 3 | -321/+1305 |
2007-10-10 | r1135: - allow integer function numbers in ndrdump | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 4 | -10/+10 |
2007-10-10 | r961: convert 'uchar' to 'uint8_t' | Stefan Metzmacher | 2 | -8/+8 |
2007-10-10 | r960: convert 'unsigned int' to uint_t in the most places | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 4 | -10/+10 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 3 | -18/+18 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 6 | -57/+57 |
2007-10-10 | r866: convert the rest of the binaries to config.mk files | Stefan Metzmacher | 2 | -0/+17 |
2007-10-10 | r852: remove unused utility progs | Stefan Metzmacher | 15 | -8247/+0 |
2007-10-10 | r848: convert lib/tdb into the same layout as lib/ldb | Stefan Metzmacher | 8 | -1481/+0 |
2007-10-10 | r718: removed some more unused code, and two source files | Andrew Tridgell | 1 | -32/+0 |
2007-10-10 | r665: merge over the new build system from my tmp branch | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 4 | -10/+10 |
2007-10-10 | r42: importing .cvsignore files | Gerald Carter | 1 | -1/+0 |
2003-12-10 | * removed some unused code | Andrew Tridgell | 3 | -199/+99 |
2003-11-24 | added the dcerpc remote management interfaces as mgmt.idl, and wrote a | Andrew Tridgell | 1 | -22/+6 |
2003-11-23 | * better diagnostics in ndrdump | Andrew Tridgell | 1 | -0/+17 |