Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moved printer driver related calls here. | Tim Potter | 2002-03-27 | 1 | -0/+295 | |
| | ||||||
* | Whoops, left the paged control not critical in the paged search...kind of | Jim McDonough | 2002-03-27 | 1 | -1/+1 | |
| | | | | defeats the purpose. | |||||
* | Removed HAVE_LIBDL from most places (except system.c). Added checks for | Jeremy Allison | 2002-03-27 | 7 | -257/+221 | |
| | | | | | | dlopen & friends into configure.in. This should help building on *BSD where dl*** calls are in libc. Jeremy | |||||
* | Add server control to prevent referrals in paged searches. This keeps | Jim McDonough | 2002-03-27 | 1 | -6/+18 | |
| | | | | | | the scope limited to the domain at hand, and also keeps the openldap libs happy, since they don't currently chase referrals and return server controls properly at the same time. | |||||
* | Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax. | Jeremy Allison | 2002-03-27 | 1 | -2/+10 | |
| | | | | Jeremy. | |||||
* | In msleep - never sleep for more than 1 second. Cope with time changes. | Jeremy Allison | 2002-03-27 | 1 | -16/+27 | |
| | | | | Jeremy. | |||||
* | Moved debug messages for grabbing/releasing mutex. | Jeremy Allison | 2002-03-27 | 2 | -2/+4 | |
| | | | | Jeremy. | |||||
* | Unblock sigusr1 on startup. | Tim Potter | 2002-03-26 | 1 | -0/+1 | |
| | ||||||
* | Don't hold the mutex for more than 20 seconds. | Jeremy Allison | 2002-03-26 | 3 | -7/+37 | |
| | | | | Jeremy. | |||||
* | Added code for smb messaging. winbindd now responds to the smbcontrol | Tim Potter | 2002-03-26 | 1 | -2/+15 | |
| | | | | ping, debug and pool-usage messages. | |||||
* | Don't do a zero-length malloc (caught with dmalloc library). | Jeremy Allison | 2002-03-26 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Moved conv functions to separate file. | Tim Potter | 2002-03-26 | 2 | -211/+99 | |
| | | | | Converted remaining functions to methods. | |||||
* | #include "py_conv.h" | Tim Potter | 2002-03-26 | 1 | -0/+2 | |
| | ||||||
* | Added ports and conversion routines. | Tim Potter | 2002-03-26 | 1 | -1/+3 | |
| | ||||||
* | Regenerated patch. | Tim Potter | 2002-03-26 | 1 | -12/+11 | |
| | ||||||
* | Port related functions. | Tim Potter | 2002-03-26 | 2 | -0/+127 | |
| | ||||||
* | Samba structure <-> Python dictionary helper functions. | Tim Potter | 2002-03-26 | 2 | -0/+161 | |
| | ||||||
* | Moved form related functions as methods in the policy handle object. | Tim Potter | 2002-03-26 | 2 | -58/+49 | |
| | ||||||
* | Append $(srcdir) to include directories. | Tim Potter | 2002-03-26 | 1 | -9/+15 | |
| | ||||||
* | Pass $(srcdir) to setup.py | Tim Potter | 2002-03-26 | 1 | -0/+1 | |
| | ||||||
* | Renamed internal methods so as not to clash with symbols within Samba. | Tim Potter | 2002-03-26 | 1 | -23/+175 | |
| | | | | | | | | | | | | | Set up and use winbind separator in config object. Implemented: - uid to sid - gid to sid - sid to uid - sid to gid Added RID constants. | |||||
* | OpenPrinter() merge from 2.2 | Gerald Carter | 2002-03-26 | 5 | -27/+282 | |
| | ||||||
* | Removed unused variable. | Jeremy Allison | 2002-03-26 | 1 | -3/+0 | |
| | | | | Jeremy. | |||||
* | Tests for insane open semantics. | Jeremy Allison | 2002-03-26 | 1 | -7/+68 | |
| | | | | Jeremy. | |||||
* | Matched W2K *insane* open semantics.... | Jeremy Allison | 2002-03-26 | 1 | -0/+18 | |
| | | | | Jeremy. | |||||
* | Added 5 *NASTY* non-io open tests.... | Jeremy Allison | 2002-03-26 | 1 | -0/+169 | |
| | | | | Jeremy. | |||||
* | add {push,pull}_ucs2{allocate,talloc}() functions. | Andrew Bartlett | 2002-03-25 | 1 | -0/+58 | |
| | | | | Andrew Bartlett | |||||
* | Roll back proto.h changes -- to hard to do them portably. Leave | Martin Pool | 2002-03-25 | 1 | -55/+16 | |
| | | | | Herb's installdat change in. | |||||
* | Spelling fixes. | Tim Potter | 2002-03-24 | 3 | -3/+3 | |
| | ||||||
* | Set default recycle directory permissions as 0770. Unlink on rename | Jeremy Allison | 2002-03-23 | 1 | -8/+11 | |
| | | | | | fail. Jeremy. | |||||
* | Documentation updates. | Andrew Bartlett | 2002-03-23 | 1 | -4/+58 | |
| | ||||||
* | Extra parinoa and DEBUG()s for the make_user_info_map() code. | Andrew Bartlett | 2002-03-23 | 1 | -4/+18 | |
| | ||||||
* | Correctly store the hostname of the remote machine if so configured. If the | Andrew Bartlett | 2002-03-23 | 1 | -4/+6 | |
| | | | | reverse DNS fails, then store the IP. | |||||
* | rerun autoconf | Andrew Bartlett | 2002-03-23 | 1 | -312/+313 | |
| | ||||||
* | Make a number of the lookup tables 'const'. I'm told this assists in sharing | Andrew Bartlett | 2002-03-23 | 4 | -15/+15 | |
| | | | | | | memory between users of shared libs. Andrew Bartlett | |||||
* | Update some of the DEBUG()s in Get_Pwnam_internal() | Andrew Bartlett | 2002-03-23 | 1 | -8/+11 | |
| | | | | Andrew Bartlett | |||||
* | Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and talloc | Andrew Bartlett | 2002-03-23 | 1 | -1/+86 | |
| | | | | | | push/pull utf8 functions. To be used for international ADS support. Andrew Bartlett | |||||
* | Minor fixes: | Andrew Bartlett | 2002-03-23 | 2 | -13/+17 | |
| | | | | | | | | | | | - Fix warnings in loadparm.c - Remove the unused 'passdb modules path' paramater - Make pdb_ldap use $ termination rather than the workstation trust account flag becouse some 'machine' accounts appear as normal accounts at creation time. Also covers domains etc. Andrew Bartlett | |||||
* | Various winbind updates: | Andrew Bartlett | 2002-03-23 | 5 | -9/+11 | |
| | | | | | | | | | | | | | | - pam_winbind updates from vance, fixing a typo and making some the options work properly. - Extra parinoia in the winbind connection loop - Allow pam_winbind to compile on HP-UX (Don Mcall, more work to do). - Fix up configure.in to use the same method for building the test .so as the Makefile uses. Andrew Bartlett | |||||
* | Join as a server trust account if the server role is either PDC or BDC. | Andrew Bartlett | 2002-03-23 | 1 | -1/+1 | |
| | ||||||
* | Forgot torture hacks... | Jeremy Allison | 2002-03-23 | 1 | -5/+1 | |
| | | | | Jeremy. | |||||
* | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 2002-03-23 | 11 | -209/+314 | |
| | | | | | cases for rename and unlink. Had to add desired_access into the share mode record. Jeremy. | |||||
* | Stomped on some header file version numbers that have crept back in. | Tim Potter | 2002-03-22 | 9 | -16/+9 | |
| | ||||||
* | Make debug statment less confusing. | Tim Potter | 2002-03-22 | 1 | -2/+5 | |
| | ||||||
* | cut and paste inserted spaces instead of tab. Some versions of make don't | Herb Lewis | 2002-03-22 | 1 | -1/+1 | |
| | | | | like this | |||||
* | Added enumerate trusted domains and check secret. | Tim Potter | 2002-03-22 | 1 | -1/+112 | |
| | | | | Added configuration dictionary to retrieve smb.conf parameters. | |||||
* | add a -n maxloops option so this can be run in a script and end after a | Herb Lewis | 2002-03-22 | 1 | -1/+8 | |
| | | | | certain number of iterations. | |||||
* | make install should also install the default dat files from codepages | Herb Lewis | 2002-03-21 | 2 | -1/+27 | |
| | | | | | directory so we don't keep getting these stupid error messages about incorrect size for valid.dat upcase.dat and lowcase.dat | |||||
* | Missed a couple of fetch/store_ints. | Jeremy Allison | 2002-03-21 | 1 | -4/+4 | |
| | | | | Jeremy. | |||||
* | Make winbindd_idmap tdb endian independent. This is very important for | Jeremy Allison | 2002-03-21 | 4 | -111/+53 | |
| | | | | | | | | sharing between machines with rsync. Finally removed tdb_store_int/tdb_fetch_int. Now only tdb_store_int32/tdb_fetch_int32 which are endian independent are allowed. Jeremy. |