Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correctly make max pathlength 255. | Jeremy Allison | 2001-06-08 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fix up the problems with calling smbc_init multiple times. | Richard Sharpe | 2001-06-07 | 1 | -0/+6 | |
| | ||||||
* | Fixed typo in #ifndef at head of file. | Tim Potter | 2001-06-07 | 1 | -2/+2 | |
| | ||||||
* | Added comment about possible optimisation to winbindd_pam_auth() | Tim Potter | 2001-06-07 | 1 | -0/+4 | |
| | ||||||
* | Fixed bug in winbind_sid_to_gid() function. | Tim Potter | 2001-06-07 | 1 | -1/+1 | |
| | ||||||
* | Added getconf flags for RH7.1 lfs support. Changed while() to a for() | Jeremy Allison | 2001-06-06 | 4 | -19/+12 | |
| | | | | | loop in Simo's code (removes much grp = gep->next code). Jeremy. | |||||
* | Changes to use new genrand code that got missed while I was in Japan. | Jeremy Allison | 2001-06-06 | 2 | -21/+29 | |
| | | | | Jeremy. | |||||
* | Fix for cli_samr_connect() arg change. | Tim Potter | 2001-06-06 | 1 | -1/+1 | |
| | ||||||
* | Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead of | Tim Potter | 2001-06-06 | 1 | -2/+2 | |
| | | | | static arrays. | |||||
* | Added stub dfs client commands to rpcclient. | Tim Potter | 2001-06-06 | 2 | -3/+7 | |
| | ||||||
* | Added stubs for dfs rpc client routines. | Tim Potter | 2001-06-06 | 2 | -0/+111 | |
| | ||||||
* | Prototypes update. | Tim Potter | 2001-06-06 | 1 | -3/+29 | |
| | ||||||
* | Indent dodgy function prototype to avoid make proto picking it up and | Tim Potter | 2001-06-06 | 1 | -1/+1 | |
| | | | | causing mayhem throughout the tree. | |||||
* | Fixups for new args to cli_samr_connect() | Tim Potter | 2001-06-06 | 1 | -35/+175 | |
| | | | | Added samlookupnames and samlookuprids rpcclient commands. | |||||
* | Fixed bug in cli_samr_create_dom_user() | Tim Potter | 2001-06-06 | 1 | -4/+68 | |
| | | | | | | Added cli_samr_lookup_names() Removed redundant argument to cli_samr_connect() | |||||
* | Converted init_samr_q_lookup_names() and samr_io_q_lookup_names() | Tim Potter | 2001-06-06 | 1 | -2/+12 | |
| | | | | to use tallocated memory instead of dodgy static arrays. | |||||
* | Set correct reply word in large writeX (greater than 64k) replies. | Jeremy Allison | 2001-06-05 | 3 | -3/+61 | |
| | | | | | Also added smbtorture test for this. Jeremy. | |||||
* | Deal with incorrect large writes from old NT4.x clients. | Jeremy Allison | 2001-06-05 | 1 | -1/+5 | |
| | | | | | We still need to set the large write reply correctly. Jeremy. | |||||
* | don't use c++ style comments | Andrew Tridgell | 2001-06-05 | 1 | -1/+1 | |
| | ||||||
* | fixed solaris compilation error (don't add to a void*) | Andrew Tridgell | 2001-06-05 | 1 | -2/+2 | |
| | ||||||
* | Merge of lsa_lookup_names() i18n bugfix from appliance. | Tim Potter | 2001-06-05 | 1 | -0/+5 | |
| | ||||||
* | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 2001-06-04 | 18 | -27/+27 | |
| | ||||||
* | Added add domain user to rpcclient. | Tim Potter | 2001-06-04 | 2 | -0/+238 | |
| | | | | Added cli_ functions for set userinfo and userinfo2. | |||||
* | More compile fixups for winbind portability. | Tim Potter | 2001-06-04 | 2 | -3/+7 | |
| | ||||||
* | Compile fix for Solaris. | Tim Potter | 2001-06-04 | 1 | -8/+29 | |
| | ||||||
* | Compile fix for solaris. | Tim Potter | 2001-06-04 | 1 | -7/+5 | |
| | | | | Fixed some compiler warnings. | |||||
* | Compile fix for wbinfo on solaris. | Tim Potter | 2001-06-04 | 3 | -601/+601 | |
| | ||||||
* | removed SHLIBS until someone has time to get it to compile on more platforms ↵ | Andrew Tridgell | 2001-06-03 | 1 | -1/+4 | |
| | | | | (Richard?) | |||||
* | Update prototype file. | Tim Potter | 2001-06-02 | 1 | -13/+0 | |
| | ||||||
* | Merge of i18n domain name fix for lsa_query_info_policy() from appliance | Tim Potter | 2001-06-02 | 1 | -9/+13 | |
| | | | | branch. | |||||
* | Removed irritating and unecessary debug message. | Tim Potter | 2001-06-02 | 1 | -3/+0 | |
| | ||||||
* | i18n bugfix merge from appliance. | Tim Potter | 2001-06-02 | 1 | -1/+6 | |
| | ||||||
* | Oops. | Tim Potter | 2001-06-01 | 1 | -1/+15 | |
| | ||||||
* | If a debug class was explicitly set to zero the debug system would not | Tim Potter | 2001-06-01 | 3 | -32/+70 | |
| | | | | | | | | | | | | | | | | recognise it as there was no distinction made between zeroing a debug class and just not setting it to anything. I've added a debuglevel_isset array in parallel with the debuglevel_class array to fix this. Added a couple of new debug classes which I might start filling out to get smb, rpc header and rpc marshall/unmarshalling debugs tidied up. Fixed a bunch of cut&paste bugs in include/debug.h Modified smbcontrol and the messaging system debug handler to like the debuglevel_isset stuff. | |||||
* | Added a --with/without winbind option to configure. The default is to | Tim Potter | 2001-06-01 | 2 | -746/+789 | |
| | | | | | | compile winbind on supported systems but this may be disabled using --without-winbind. Using --with-winbind on unsupported systems has no effect. | |||||
* | Added *.po to .cvsignore files. | Tim Potter | 2001-06-01 | 3 | -0/+3 | |
| | ||||||
* | Added a comment. | Tim Potter | 2001-06-01 | 1 | -0/+1 | |
| | ||||||
* | merge from 2.2 | Gerald Carter | 2001-05-31 | 1 | -12/+28 | |
| | ||||||
* | merge from 2.2 | Gerald Carter | 2001-05-31 | 1 | -0/+6 | |
| | ||||||
* | merge from 2.2 | Gerald Carter | 2001-05-31 | 2 | -3/+1 | |
| | ||||||
* | Rename bzero -> memset. | Jeremy Allison | 2001-05-31 | 1 | -55/+81 | |
| | | | | | Check returns from *all* mallocs (including strdups). Jeremy. | |||||
* | Fix debug statement so it doesn't use lp_workgroup() either. | Jeremy Allison | 2001-05-31 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | fixed asprintf declaration | Andrew Tridgell | 2001-05-30 | 1 | -6/+3 | |
| | ||||||
* | - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add | Andrew Tridgell | 2001-05-30 | 6 | -571/+728 | |
| | | | | | | tests for a fn or variable being defined in headers - used this to add prototypes for asprintf and vasprintf on systems that don't have them | |||||
* | merged fix for tdb_unpack from 2_2 | Andrew Tridgell | 2001-05-30 | 1 | -1/+4 | |
| | ||||||
* | added list function to tdbtool | Andrew Tridgell | 2001-05-30 | 1 | -0/+2 | |
| | ||||||
* | new proto.h | Andrew Tridgell | 2001-05-30 | 1 | -565/+567 | |
| | ||||||
* | make swat recover from previously bad umask from xinetd | Andrew Tridgell | 2001-05-30 | 1 | -2/+8 | |
| | ||||||
* | use the new tdb_open_log() fn on connections database | Andrew Tridgell | 2001-05-30 | 1 | -1/+1 | |
| | ||||||
* | - fixed an off-by-1 bug in the delayed deletion code that I believe | Andrew Tridgell | 2001-05-30 | 4 | -58/+162 | |
| | | | | | | | | was the initial cause of the connections database becoming corrupt. Note that this bug only happens when doing deletions within a traversal, which is why it has only showed up now - added delete within traversal testing to tdbtorture - added a lot more logging to tdb |