Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Fixed nasty cast of tdb_delete in traversals. | Jeremy Allison | 2002-01-03 | 5 | -3/+16 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Don't use static memory, malloc it... | Jeremy Allison | 2002-01-03 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fix the fix... (sigh). | Jeremy Allison | 2002-01-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Ensure modtime is set correctly on destination files in copy command. | Jeremy Allison | 2002-01-03 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fixed embarressing 16k strack trashing bug :-(. | Jeremy Allison | 2002-01-03 | 1 | -8/+9 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fix clistr_pull error with unicode and -1 src_len. Stopped smbclient -L | Jeremy Allison | 2002-01-03 | 4 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | from working. Jeremy. | |||||
| * | | | | comile error and warnings on IRIX | Herb Lewis | 2002-01-02 | 5 | -9/+8 | |
| | | | | | ||||||
| * | | | | change two defaults | Gerald Carter | 2002-01-02 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ldap port = 636 ldap ssl = on Also added "start_tls" as a synonym for "start tls" (see ldap ssl) | |||||
| * | | | | small sync up with HEAD | Gerald Carter | 2002-01-02 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | We should be using SHLD not LINK when creating shared libraries. | Jeremy Allison | 2002-01-02 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Ensure last changed times are updated. | Jeremy Allison | 2002-01-02 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | configure configure.in: Updated with HEAD unicos stuff. | Jeremy Allison | 2002-01-02 | 5 | -839/+796 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libsmb/errormap.c: Merge from HEAD - correct error table. include/rpc_samr.h rpc_server/srv_samr_nt.c: Make user enumeration work for w2k and win9x. This means different return sizes depending on client bugs. This sucks :-(. Jeremy. | |||||
| * | | | | last_enum not used. | Jeremy Allison | 2001-12-31 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fixed enumeration of a large (<1500) users from a Samba PDC to a W2k | Jeremy Allison | 2001-12-31 | 2 | -7/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | member server. Firstly, use the same max enumeration size (0x400) as W2K uses, otherwise W2K won't ask for any more. Secondly, if a enumeration request with a non-zero offset comes in on a handle that hasn't started an enumeration, don't bitch about it (return NT_STATUS_UNSUCCESSFUL), just load the db on that handle and return at that offset. Jeremy. | |||||
| * | | | | Fix crash when returning 1000 users to Win98 (tested - hurrah to JF !!). | Jeremy Allison | 2001-12-31 | 3 | -23/+29 | |
| | | | | | | | | | | | | | | | | | | | | Jermey. | |||||
| * | | | | removed unused variables | Gerald Carter | 2001-12-31 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | const religion only works when everything follows it. | Gerald Carter | 2001-12-31 | 1 | -19/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Too big of a rewrite for me right now. Minor fixes to make --with-tdbsam compile. | |||||
| * | | | | backport of changes from HEAD | Simo Sorce | 2001-12-31 | 1 | -52/+59 | |
| | | | | | ||||||
| * | | | | sync macro name with HEAD | Gerald Carter | 2001-12-31 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | never, never, never, never commit without testing it ... | Simo Sorce | 2001-12-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 3 mistakes in a day :( time to get an holyday? | |||||
| * | | | | freeing the wrong pointer, sorry. | Simo Sorce | 2001-12-30 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Merge from HEAD. | Tim Potter | 2001-12-30 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | forgot proto | Simo Sorce | 2001-12-30 | 1 | -668/+666 | |
| | | | | | ||||||
| * | | | | backport from head, passdb backends are a bit different (I've seen only the ↵ | Simo Sorce | 2001-12-30 | 3 | -27/+18 | |
| | | | | | | | | | | | | | | | | | | | | ldap init fns) so I leave to other (jeremy, jerry ?) to backports the mods if they think it is ok. | |||||
| * | | | | When running interactive we want to set our own process group for | Jeremy Allison | 2001-12-30 | 6 | -11/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | signal management. Jeremy. | |||||
| * | | | | removed uidNumber and gidNumber from the LDAP schema. We do | Gerald Carter | 2001-12-29 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | not use these (but rely on the OS supplied values). | |||||
| * | | | | made pdb_getsampwuid() into a simple wrapper for pdb_getsampwnam(). | Gerald Carter | 2001-12-29 | 7 | -168/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | No need for a samdb backend to implement it. We shoulnever trust the uid in the samdb backend. | |||||
| * | | | | fixed segfault in set_user_info_[21|23]. Removed copy_sam_passwd(). | Gerald Carter | 2001-12-29 | 1 | -40/+31 | |
| | | | | | | | | | | | | | | | | | | | | HEAD is ok. No need to merge. | |||||
| * | | | | Added -i (interactive) mode of running. | Jeremy Allison | 2001-12-29 | 2 | -12/+23 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Removed extra lp_adduser() call. | Jeremy Allison | 2001-12-29 | 3 | -704/+697 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed up error returns in get_correct_cversion(). Jeremy. | |||||
| * | | | | Added store flag to four od the pdb_set_XXX() functions to | Gerald Carter | 2001-12-29 | 5 | -47/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indicate whether we save saving a smb.conf default value or one that should actually be persistent (and individual). The LDAP backend now does not save default settings for "logon home", "logon path", "logon drive", and "logon script". If the attributes exist in the sambaAccount entry, they will take precedence over the smb.conf defaults. | |||||
| * | | | | fix wrong NULL parameter that could cause a segfault in print_queue_status() | Simo Sorce | 2001-12-29 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | not perfect but fixes several bugs in the LDAP code. | Gerald Carter | 2001-12-28 | 5 | -92/+179 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * we only store non-default value for smbHome, et. al. * we can add a sambaAccount with a posisAccount (still need a uid) | |||||
| * | | | | removing unused files | Gerald Carter | 2001-12-27 | 3 | -1492/+0 | |
| | | | | | ||||||
| * | | | | Fixed SAFE_FREE ref. | Jeremy Allison | 2001-12-27 | 1 | -4/+9 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | few ldap fixes; introduced init_flag to mark which fields have been | Gerald Carter | 2001-12-27 | 3 | -27/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initialized (without using NULL pointers); removed dependency for preexisting posixAccount entry in the directory to add a new user/machine. | |||||
| * | | | | Removed spurious (char *) casts in SAFE_FREE calls. | Jeremy Allison | 2001-12-27 | 22 | -40/+40 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Get religion on using SAFE_FREE. | Jeremy Allison | 2001-12-26 | 66 | -310/+254 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fix readline completion function prototype problems. | Jeremy Allison | 2001-12-22 | 4 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | This file no longer used. | Jeremy Allison | 2001-12-22 | 1 | -1428/+0 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fixed gcc3 based warning. | Jeremy Allison | 2001-12-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Merged in enough of JF's fixes for enumerating users that this should | Jeremy Allison | 2001-12-22 | 6 | -591/+810 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix the Win98 bug. Did not merge the group stuff (go'on Gerald, let me.... :-). as Jerry would kill me :-). Jeremy. | |||||
| * | | | | add list function for IRIX | Herb Lewis | 2001-12-21 | 1 | -27/+191 | |
| | | | | | ||||||
| * | | | | lib/snprintf.c: Fix typo. | Jeremy Allison | 2001-12-21 | 3 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libsmb/cliconnect.c: Fix for non null-terminated strings. nsswitch/pam_winbind.c: Fix typo. Jeremy. | |||||
| * | | | | removed yodldocs: target | Gerald Carter | 2001-12-21 | 1 | -8/+0 | |
| | | | | | ||||||
| * | | | | fix memory leak | Herb Lewis | 2001-12-21 | 2 | -16/+22 | |
| | | | | | ||||||
| * | | | | remove duplicate lines and undefined variable | Herb Lewis | 2001-12-21 | 1 | -4/+1 | |
| | | | | | ||||||
| * | | | | Fixed typo. | Tim Potter | 2001-12-21 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Added --with-logfilebase. Merged Tim's append change. | Jeremy Allison | 2001-12-21 | 3 | -743/+785 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Merge from HEAD. | Tim Potter | 2001-12-21 | 1 | -1/+2 | |
| | | | | |