Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | final sync with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 14 | -162/+169 |
| | |||||
* | more syncs with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 8 | -95/+1170 |
| | |||||
* | sync with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 44 | -0/+4864 |
| | |||||
* | Oops. | Tim Potter | 2001-06-01 | 1 | -1/+15 |
| | |||||
* | beginning of merge with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 5 | -28/+34 |
| | |||||
* | forgot one | Gerald Carter | 2001-06-01 | 1 | -0/+240 |
| | |||||
* | 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. | ||||
* | sync with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 15 | -266/+317 |
| | |||||
* | 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. | ||||
* | syncing up with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 39 | -4585/+10056 |
| | |||||
* | 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 | ||||
* | added a tdb_open_log() function that opens a tdb and enables logging | Andrew Tridgell | 2001-05-30 | 2 | -1/+34 |
| | | | | | | of messages from the tdb code into the Samba DEBUG() system just call tdb_open_log() instead of tdb_open() to enable this on any tdb | ||||
* | Add border=0 in included swat images to get rid of the link border stuff. | Tim Potter | 2001-05-30 | 1 | -1/+1 |
| | | | | Much prettier looking. | ||||
* | more portable TDB_LOG macro | Andrew Tridgell | 2001-05-29 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warning. | Tim Potter | 2001-05-29 | 1 | -2/+2 |
| | |||||
* | 4 new functions to retrieve single linked list of group and passwd entries | Simo Sorce | 2001-05-29 | 6 | -574/+835 |
| | | | | | + a fix to an infinite loop in srv_samr_nt.c caused by misuse of setgrent/getgrent/endgrent solved by these new functions | ||||
* | The manual page for swat referred to nmblookup in the synopsis. | Tim Potter | 2001-05-29 | 1 | -1/+1 |
| | |||||
* | make sure the umask is set in swat | Andrew Tridgell | 2001-05-28 | 1 | -0/+2 |
| | |||||
* | try to make the tailer code much more robust. When a record | Andrew Tridgell | 2001-05-28 | 4 | -14/+123 |
| | | | | | | | can't be merged don't fail the operation, instead just add it to the free list anyway added logging to tdb | ||||
* | i18n fix for domain_client_validate() | Tim Potter | 2001-05-25 | 1 | -1/+1 |
| | |||||
* | return an error code on password attack, rather than exiting. | Andrew Tridgell | 2001-05-25 | 1 | -4/+7 |
| | | | | otherwise security scanners may think we are vulnerable! | ||||
* | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value. | Jeremy Allison | 2001-05-25 | 4 | -15/+44 |
| | | | | Jeremy. | ||||
* | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 2001-05-24 | 5 | -31/+36 |
| | | | | | we already have space for this we just need to understand the length correctly). Jeremy. | ||||
* | Fix for random stream generator. | Jeremy Allison | 2001-05-24 | 1 | -168/+186 |
| | | | | Jeremy. | ||||
* | Added structures for LOGON_CTRL rpc. | Tim Potter | 2001-05-24 | 2 | -24/+95 |
| | | | | Make proto. | ||||
* | Added srvinfo and partial logonctrl and logonctrl2 commands. | Tim Potter | 2001-05-24 | 2 | -2/+267 |
| |