Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More changes to get SSL working with 2.x.x | Richard Sharpe | 1999-01-25 | 1 | -0/+26 | |
| | | | | | Now, we have most of the configure support done, next have to fix Makefile.in and other things ... | |||||
* | Fixing up configure to properly support ssl | Richard Sharpe | 1999-01-24 | 1 | -0/+4 | |
| | ||||||
* | Adding first of the fixes for SSL. | Richard Sharpe | 1999-01-24 | 1 | -9/+14 | |
| | | | | | | | | A whole bunch of string variables in loadparm.c were not being initialized properly. Programs crashed as a result. This set of code not tested, but same code tested elsewhere, and all this guarded by #ifdef HAVE_SSL | |||||
* | In security=user mode we must allow cli_connect_serverlist to connect to our | Matthew Chapman | 1999-01-18 | 1 | -1/+1 | |
| | | | | own smbd process, rather than complaining about a password server loop. | |||||
* | Added load_interfaces in smbpasswd to allow name resolution by broadcast and | Matthew Chapman | 1999-01-18 | 1 | -0/+2 | |
| | | | | multiple interfaces. (Jeremy already committed this in SAMBA_2_0). | |||||
* | A small change to clitar.c (really, I promise :-) | Richard Sharpe | 1999-01-17 | 1 | -0/+7 | |
| | | | | | | | If we are writing the tar file to stdout, set dbf to stderr so that we do not screw up tar output with log info etc. Compiles clean and tested with 38MB backup. Honest :-) | |||||
* | eclass != ERRDOS && num != ERRmoredata | Matthew Chapman | 1999-01-15 | 1 | -1/+1 | |
| | | | | | | | is not the same as !(eclass == ERRDOS && num == ERRmoredata) This was causing smbclient to segfault on receiving certain errors. | |||||
* | Fixed typo in srv_samr.c where samr_add_groupmem and samr_del_groupmem were | Matthew Chapman | 1999-01-15 | 1 | -4/+4 | |
| | | | | the wrong way around. | |||||
* | Finally committing my LDAP changes. | Matthew Chapman | 1999-01-15 | 7 | -101/+523 | |
| | | | | | | | | | | | | | | | | | | * Added new APIs for modifying groups. * RIDs are allocated similarly to NT, starting from 1000 and incrementing by 1 for each new user/group. * RIDs are now consistently in hex * Fixed bugs reported by Allan Bjorklund <allan@umich.edu>: - ldap_close_connection is exported by OpenLDAP - changed to ldap_disconnect - Missing ldap_connect() in getusergroups functions - ldap_next_entry was being called too early while retrieving a sam_struct - LDAP globals should be extern in sampassldap.c * Fixed bugs reported by Martin Hofbauer <mh@bacher.at> - Newly added workstation trust accounts had attributes DU rather than W. - User dn's were forced to start with "uid=XX" rather than using the existing dn. | |||||
* | Fixed the "You password will expire in 0 days. Would you like to | Gerald Carter | 1999-01-13 | 2 | -1/+30 | |
| | | | | | | | | | | | | | | | change it now?" message when you login to a Samba Controlled domain. The fix is a hard coded 42 days from right now until you need to change you pasword again time (see passdb/sampassdb.c:pwdb_smb_to_sam()) Also fixed getsmbfilepwent() so that it will read in the last password change time correctly. * Related to this lib/util_pwdb.c:StrnCaseCmp() returns 0 if the strings match. Chouldn't this be the pther way? Oh well. I didn't change the return code as it was used in several other cases (see lib/util_pwdb.c:pwdb_get_last_set_time()) | |||||
* | fixed an uninitialized variable in lookupsmbgrpgid() and | Gerald Carter | 1999-01-13 | 2 | -1/+3 | |
| | | | | lookupsmbpwuid that was causing a SEGFAULT in smbd. | |||||
* | Updated the docs to match the changes I made to debug2html. | Christopher R. Hertel | 1998-12-29 | 3 | -21/+30 | |
| | | | | Chris -)----- | |||||
* | While writing the man page, I realized that it was a bit silly not to accept | Christopher R. Hertel | 1998-12-29 | 1 | -32/+117 | |
| | | | | | | | command-line parameters. I've added that capability. Of course, the man page is now wrong. Sigh. Chris -)----- | |||||
* | First go at documentation for debug2html. | Christopher R. Hertel | 1998-12-29 | 3 | -0/+175 | |
| | | | | Chris -)----- | |||||
* | Sorry that this is going so slowly. | Christopher R. Hertel | 1998-12-28 | 2 | -3/+9 | |
| | | | | | | | | | I've added debug2html to Makefile.in so that it compiles as part of the normal build. Fixed a typo in debug2html.c as well. One problem: I found it necessary to link with both $(PARAM_OBJ) and $(LIB_OBJ). The result is an executable that is much larger than it really needs to be. | |||||
* | Modified packaging-prep script to remove use of "rm -f *". | John Terpstra | 1998-12-27 | 1 | -3/+2 | |
| | ||||||
* | Changing to PHT standard SPEC settings. | John Terpstra | 1998-12-21 | 1 | -2/+1 | |
| | ||||||
* | fix for potential lsass.exe crashing due to negative response from | Luke Leighton | 1998-12-20 | 4 | -26/+30 | |
| | | | | | | LsaLookupNames being incorrect. this is a bit wierd: why would the lsass.exe on the nt _client_ crash due to an LsaLookupNames response from a samba _server_? | |||||
* | adding start of remote lookup for domain member role. | Luke Leighton | 1998-12-20 | 1 | -29/+125 | |
| | ||||||
* | lib_sec_ctxt.o not .c | Luke Leighton | 1998-12-20 | 1 | -1/+1 | |
| | ||||||
* | Updated makefile-path info contributed on the samba-technical mailing list. | John Terpstra | 1998-12-19 | 3 | -57/+87 | |
| | ||||||
* | Fixed problems in debug code because I did not compile | Richard Sharpe | 1998-12-19 | 1 | -4/+4 | |
| | | | | first :-( | |||||
* | Added some debugging to clitar ... | Richard Sharpe | 1998-12-19 | 1 | -0/+4 | |
| | ||||||
* | Fixed tar recurse bug. | Jeremy Allison | 1998-12-17 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fix bug with nmbd running wild due to recursion in ↵ | Jeremy Allison | 1998-12-17 | 3 | -9/+30 | |
| | | | | | | retransmit_or_expire_response_records(). Jeremy. | |||||
* | and in head branch: | Andrew Tridgell | 1998-12-17 | 4 | -3/+6 | |
| | | | | make sure we include sys/mman.h if available | |||||
* | A while back, Andrew and I talked about making the debug parsing code a | Christopher R. Hertel | 1998-12-16 | 7 | -41/+184 | |
| | | | | | | | | | | | | | | better "fit" with other Samba code. This is a small first step toward doing what (I think) we agreed to do. I've moved the key function from ubiqx/debugparse.c into lib/debug.c. I have also moved the enum from ubiqx/debugparse.h into the debug section in smb.h. The next thing to do is to get debug2html added into the Makefile.in so that it is always produced when compiling the suite. Chris -)----- | |||||
* | on Linux force fcntl/mmap based shared memory and on other systems | Andrew Tridgell | 1998-12-15 | 1 | -0/+13 | |
| | | | | force IPC/shmem based shared memory. | |||||
* | server_cryptkey() now calling cli_connectserverlist(). stupid microsoft | Luke Leighton | 1998-12-14 | 2 | -76/+15 | |
| | | | | | idiotic *SMBSERVER connectionism added to cli_connect_serverlist(). also added check for protocol < LANMAN2. | |||||
* | added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids. | Luke Leighton | 1998-12-14 | 8 | -12/+84 | |
| | ||||||
* | trying to track down issues in get_home_dir(). | Luke Leighton | 1998-12-14 | 4 | -7/+21 | |
| | ||||||
* | %U substitution should be unix user not nt user | Luke Leighton | 1998-12-11 | 2 | -4/+9 | |
| | ||||||
* | adding svcctl parsing code | Luke Leighton | 1998-12-09 | 4 | -9/+329 | |
| | ||||||
* | bugfix in smb_err_msg | Luke Leighton | 1998-12-09 | 1 | -3/+2 | |
| | ||||||
* | oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ. | Luke Leighton | 1998-12-09 | 4 | -18/+17 | |
| | ||||||
* | adding some enumerate services code, client and server. | Luke Leighton | 1998-12-09 | 9 | -95/+394 | |
| | ||||||
* | need to initialise global_myworkgroup | Luke Leighton | 1998-12-09 | 2 | -1/+19 | |
| | ||||||
* | removed the SID stuff from the head branch as well. | Andrew Tridgell | 1998-12-09 | 3 | -36/+6 | |
| | | | | | | | This allows the removal of PASSDB_OBJ, RPC_CLIENT_OBJ and RPC_PARSE_OBJ from nmbd in the head branch. so nmbd just went on a diet :) | |||||
* | adding "Service Control Manager" commands to rpcclient. | Luke Leighton | 1998-12-08 | 8 | -41/+551 | |
| | ||||||
* | Adding George's Mac extension code. | Jeremy Allison | 1998-12-08 | 1 | -0/+140 | |
| | | | | Jeremy. | |||||
* | Adding George's Mac extension include files. | Jeremy Allison | 1998-12-08 | 2 | -0/+279 | |
| | | | | Jeremy. | |||||
* | ldap_getpw() also needs to be (void) | Luke Leighton | 1998-12-08 | 2 | -4/+3 | |
| | ||||||
* | compilation warnings due to missing (void) in ldap_close_connection. | Luke Leighton | 1998-12-08 | 2 | -3/+7 | |
| | ||||||
* | adding srvsvc pipe. | Luke Leighton | 1998-12-08 | 15 | -11/+519 | |
| | ||||||
* | added ldap files by Matthew Chapman. | Luke Leighton | 1998-12-07 | 6 | -0/+1735 | |
| | ||||||
* | Matthew Chapman spotted that smbpasschange was assuming the existence | Luke Leighton | 1998-12-07 | 1 | -29/+0 | |
| | | | | | | of a private/smbpasswd file, this will not be the case for other database APIs. removed startsmbdb and endsmbpwdb calls because add_smbpwd_entry() and mod_smbpwd_entry() don't need them. | |||||
* | fixed warnings (and potential errors) due to integer overflow when | Andrew Tridgell | 1998-12-07 | 2 | -3/+5 | |
| | | | | creating locking masks | |||||
* | added text and html versions of LDAP.yo. smb.conf.5 not generated yet | Luke Leighton | 1998-12-07 | 2 | -0/+297 | |
| | | | | because there were parts rejected from the ldap patch file. | |||||
* | updated for Matt Chapman's ldap code | Luke Leighton | 1998-12-07 | 1 | -31/+32 | |
| | ||||||
* | issues spotted by herb. | Luke Leighton | 1998-12-07 | 2 | -3/+3 | |
| |