Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Apply Vance Lankhaars' cifs2002 documentation patch - mostly grammar and | Jelmer Vernooij | 2002-09-27 | 19 | -262/+138 | |
| | | | | | | | | English typo fixes and updates of documentation | |||||
| * | Sorry to touch such an internal function. But I was quite surprised that | Volker Lendecke | 2002-09-27 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 'security = user', 'encrypt passwords = no' did not work anymore. This is on quite a standard SuSE 7.3, ./configure.developer --with-tdbsam. I can provide a config.log / config.h on demand. Please re-check for consequences, I don't really oversee that file. Thanks, Volker | |||||
| * | Move a number of ADS related functions out into utility libs, so that things | Andrew Bartlett | 2002-09-27 | 7 | -218/+345 | |
| | | | | | | | | | | | | | | | | like metze's sam_ads can also use them. Also add error checking etc to a few more functions. Andrew Bartlett | |||||
| * | An example of a group creation command that can handle failures | Volker Lendecke | 2002-09-27 | 1 | -0/+27 | |
| | | | | | | | | | | | | of groupadd. Volker | |||||
| * | Do not update manpages directly... | Volker Lendecke | 2002-09-27 | 1 | -1/+10 | |
| | | ||||||
| * | Doco patch from metze. This reformats the 'ldap ssl' docs, and add doco for | Andrew Bartlett | 2002-09-27 | 1 | -9/+35 | |
| | | | | | | | | | | | | the new 'ldap passwd sync' option. Andrew Bartlett | |||||
| * | Vance picked up a pile of typos etc at the CIFS confernce, and finally got them | Andrew Bartlett | 2002-09-27 | 4 | -15/+15 | |
| | | | | | | | | | | | | off his laptop :-) Andrew Bartlett | |||||
| * | Minor updates: | Andrew Bartlett | 2002-09-27 | 3 | -10/+24 | |
| | | | | | | | | | | | | | | | | | | | | Add const to some more functions, and reintroduce 'net rpc join oldstyle' as *only* trying an old-style join. This means that we can rely on it not prompting for a password on the build farm. Andrew Bartlett | |||||
| * | Some small cleanups to the libads code (mainly error checking), and give a | Andrew Bartlett | 2002-09-27 | 3 | -7/+30 | |
| | | | | | | | | | | | | sane prototype for the push_utf8_allocate code. Andrew Bartlett | |||||
| * | I missed committing this - all updates to configure.in adding --with-foo | Andrew Bartlett | 2002-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | options need a matching entry in acconfig.h to actually do anything... Andrew Bartlett | |||||
| * | Fix typo | Andrew Bartlett | 2002-09-27 | 1 | -1/+1 | |
| | | ||||||
| * | When compiled --with-ldapsam, make ldapsam the default passdb backend. | Andrew Bartlett | 2002-09-27 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | This is to allow painless upgrades from 2.2, and so people don't get a shock when they follow old docs. If ldap has been detected on the system, ldapsam is always available, just not the default. Andrew Bartlett | |||||
| * | Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path to | Andrew Bartlett | 2002-09-27 | 5 | -835/+912 | |
| | | | | | | | | | | | | | | | | a 3.0 based PDC. Change defaults to use SSL, so that this also matches. Andrew Bartlett | |||||
| * | Make explicit the difference between a tdb key with no data attached, and | Jeremy Allison | 2002-09-26 | 1 | -2/+11 | |
| | | | | | | | | | | a non existent entry. Stop a malloc(0) being called in the first case. Jeremy. | |||||
| * | tagging version as post3.0-HEAD to differentiate from the SAMBA_3_0 | Gerald Carter | 2002-09-26 | 1 | -1/+1 | |
| | | | | | | | | branch. | |||||
| * | add -r to usage output | Gerald Carter | 2002-09-26 | 1 | -0/+1 | |
| | | ||||||
| * | preparing for release of 3.0alpha20 | Samba Release Account | 2002-09-26 | 2 | -10/+10 | |
| | | ||||||
| * | sync with SAMBA_3_0 | Gerald Carter | 2002-09-26 | 1 | -0/+162 | |
| | | ||||||
| * | Fix segfault in sam_context_enum_domains - reported by Kai | Jelmer Vernooij | 2002-09-26 | 1 | -0/+1 | |
| | | ||||||
| * | Don't define PASS_MUST_CHANGE_AT_NEXT_LOGON twice.. | Jelmer Vernooij | 2002-09-26 | 1 | -3/+0 | |
| | | ||||||
| * | Change pdb_xml functions to return NTSTATUS | Jelmer Vernooij | 2002-09-26 | 1 | -14/+15 | |
| | | ||||||
| * | Change pdb_mysql function to return NTSTATUS | Jelmer Vernooij | 2002-09-26 | 1 | -65/+76 | |
| | | ||||||
| * | Make functions return NTSTATUS instead of BOOL | Jelmer Vernooij | 2002-09-26 | 1 | -14/+14 | |
| | | ||||||
| * | Add -r parameter to smbgroupedit. With -r you can manually choose | Volker Lendecke | 2002-09-26 | 1 | -21/+26 | |
| | | | | | | | | | | | | a rid. Volker | |||||
| * | Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our access | Andrew Bartlett | 2002-09-26 | 2 | -47/+58 | |
| | | | | | | | | | | | | control bits right on the SAMR pipe. Andrew Bartlett | |||||
| * | forgot include file, sorry | Simo Sorce | 2002-09-26 | 1 | -14/+14 | |
| | | ||||||
| * | Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much* | Andrew Bartlett | 2002-09-26 | 6 | -85/+419 | |
| | | | | | | | | | | | | | | | | | | | | | | | | better job of working with usrmgr. Previously we were blanking out entires, and all sort of mischif. The new patch (which I've now had a chance to test/modify) also takes care not to expand % values (ie we go \\%L\%U -> \\server\user, we don't want to store \\server\user back) and to correctly notice 'not set' compared to 'null string' etc. Andrew Bartlett | |||||
| * | move all the passdb internal interface to NTSTATUS | Simo Sorce | 2002-09-26 | 7 | -269/+320 | |
| | | | | | | | | | | | | | | | | | | only the interface has been fully moved to NTSTATUS not all the plugins make full use of it, but have been all converted. My testings passed completely, however a bit of more testing is welcome Simo. | |||||
| * | notify user when no {domains,accounts} were found | Jelmer Vernooij | 2002-09-25 | 1 | -0/+10 | |
| | | ||||||
| * | Add samtest command 'enum_accounts' + few typo fixes in sam/interface.c | Jelmer Vernooij | 2002-09-25 | 2 | -4/+30 | |
| | | ||||||
| * | add samtest commands: | Jelmer Vernooij | 2002-09-25 | 1 | -1/+134 | |
| | | | | | | | | | | - show_domain - context | |||||
| * | fix getpass replacement check (i thought I fixed this a few days | Gerald Carter | 2002-09-25 | 1 | -0/+2 | |
| | | | | | | | | ago....) | |||||
| * | Make it clear what this if statement applies to, and what it doesn't | Andrew Bartlett | 2002-09-25 | 1 | -0/+1 | |
| | | ||||||
* | | Fix memory leak in getting DC list. Remember to exclude failed lookups. | Jeremy Allison | 2002-09-30 | 1 | -5/+21 | |
| | | | | | | | | Jeremy. | |||||
* | | Added Solaris sendfile patch + configure tests from Pierre Belanger ↵ | Jeremy Allison | 2002-09-30 | 5 | -17/+300 | |
| | | | | | | | | | | | | <belanger@yahoo.com>. Jeremy. | |||||
* | | logic error in checking wins servers--merged from HEAD | Gerald Carter | 2002-09-30 | 1 | -2/+2 | |
| | | ||||||
* | | Don't zero out numwritten before using.... Found by Pierre Belanger ↵ | Jeremy Allison | 2002-09-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | belanger@pobox.com Jeremy. | |||||
* | | Change libsmbclient.h -> ../include/libsmbclient.h in 3.0 as well | Jelmer Vernooij | 2002-09-28 | 2 | -2/+2 | |
| | | ||||||
* | | Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't ↵ | Jelmer Vernooij | 2002-09-28 | 1 | -1/+1 | |
| | | | | | | | | want to include the globally installed libsmbclient.h - found by jht | |||||
* | | It turns out that Windows allows delete printer on a handle | Jeremy Allison | 2002-09-27 | 1 | -0/+14 | |
| | | | | | | | | | | | | opened by an admin user, then used on a pipe handle created by an anonymous user..... but they're working on security.... riiight ! Jeremy. | |||||
* | | HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN ! | Jeremy Allison | 2002-09-27 | 1 | -20/+17 | |
| | | | | | | | | Jeremy. | |||||
* | | Apply Vance Lankhaars' cifs2002 documentation patch - mostly grammar and | Jelmer Vernooij | 2002-09-27 | 19 | -262/+138 | |
| | | | | | | | | English typo fixes and updates of documentation | |||||
* | | Make explicit the difference between a tdb key with no data attached, and | Jeremy Allison | 2002-09-26 | 1 | -2/+11 | |
| | | | | | | | | | | a non existent entry. Stop a malloc(0) being called in the first case. Jeremy. | |||||
* | | tagging as 3.0alpha21cvs | Gerald Carter | 2002-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | Arrgghhh the release script doesn't use the SAMBA_3_0 branch !!!! | Gerald Carter | 2002-09-26 | 2 | -10/+10 | |
| | | | | | | | | I released the snapshot directly out of HEAD!!!!! | |||||
* | | set version | Gerald Carter | 2002-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | syncing with HEAD some more | Gerald Carter | 2002-09-26 | 47 | -13785/+98 | |
| | | ||||||
* | | sync with HEAD | Gerald Carter | 2002-09-26 | 8 | -221/+253 | |
| | | ||||||
* | | remove files not in HEAD | Gerald Carter | 2002-09-26 | 49 | -13696/+0 | |
| | | ||||||
* | | syncing up with HEAD again.... | Gerald Carter | 2002-09-26 | 14 | -313/+866 | |
| | |