Age | Commit message (Expand) | Author | Files | Lines |
2001-07-24 | Make sure that a shared library build of libsmbclient causes build | Richard Sharpe | 1 | -1/+1 |
2001-07-24 | make nsswitch target wasn't building the winbind pam module. | Tim Potter | 1 | -1/+1 |
2001-07-24 | Commit an updated configure, but the build_farm should run autoconf! | Richard Sharpe | 1 | -723/+738 |
2001-07-24 | We were making an assumption in the oplock | Jeremy Allison | 1 | -1/+0 |
2001-07-24 | Another fine mess, err, fine tune to the Slowaris build ... | Richard Sharpe | 1 | -2/+1 |
2001-07-24 | Make the Slowaris build a bit nicer with cc | Richard Sharpe | 1 | -1/+1 |
2001-07-23 | Fix case insensitive password change code. | Jeremy Allison | 5 | -38/+47 |
2001-07-23 | Same fix for resume as for pause. | Jeremy Allison | 1 | -1/+2 |
2001-07-23 | Fix for CUPS pause/restart code. | Jeremy Allison | 1 | -2/+2 |
2001-07-23 | Fix for cups compile. | Jeremy Allison | 1 | -16/+17 |
2001-07-23 | Fix some fscked up things that I added to the Solaris CC build of shared libs | Richard Sharpe | 2 | -3/+3 |
2001-07-23 | One more possible fix for Solaris CC and GCC | Richard Sharpe | 1 | -1/+2 |
2001-07-23 | Fix the POOBAD_CC on Slowaris so we can handle things correctly ... | Richard Sharpe | 2 | -3/+13 |
2001-07-23 | Try and build shared on SCO. Assume that it is like others, but uses | Richard Sharpe | 1 | -0/+2 |
2001-07-23 | In wb_samr_query_dispinfo() pass back the 32-bit status code from | Tim Potter | 1 | -10/+10 |
2001-07-23 | cli_samr_query_dispinfo() can return STATUS_MORE_ENTRIES which isn't an | Tim Potter | 1 | -1/+4 |
2001-07-23 | OK, I think I have fscking IRIX figured out for building PIC code. | Richard Sharpe | 1 | -1/+5 |
2001-07-23 | Call cli_samr_lookup_rids() in bunches of < 1000 rids to avoid crashing | Tim Potter | 1 | -8/+42 |
2001-07-23 | Added a warning debug if cli_samr_lookup_rids is called with more than 1000 | Tim Potter | 1 | -1/+7 |
2001-07-22 | if EILSEQ doesn't exist then use EIO. It doesn't really matter what | Andrew Tridgell | 1 | -2/+3 |
2001-07-22 | changed the iconv interface to go via ucs2 for all conversions. This | Andrew Tridgell | 4 | -79/+195 |
2001-07-22 | switch from UCS2 to UCS-2LE | Andrew Tridgell | 2 | -18/+3 |
2001-07-21 | This patch fixes up a few issues where we would do lookups in the local system | Andrew Bartlett | 1 | -38/+42 |
2001-07-20 | This should fix the build, I think tpot just missed the file for his CVS | Andrew Bartlett | 1 | -0/+1 |
2001-07-20 | ^$&%&*$&)% readline uses \n characters instead of letting the terminal wrap | Tim Potter | 1 | -13/+34 |
2001-07-20 | In cli_lsa_lookup_sids() don't append a separator character between domain | Tim Potter | 1 | -1/+2 |
2001-07-20 | Started adding some help/usage info for rpcclient commands. | Tim Potter | 7 | -68/+128 |
2001-07-20 | Changed the cli_lsa_lookup_sids() function to unpack the domain and user or | Tim Potter | 1 | -3/+7 |
2001-07-20 | It looks like the rpc client code in libsmb hasn't been converted to the | Tim Potter | 1 | -0/+10 |
2001-07-19 | Merged across rewritten version of winbindd_kill_connections(). This now | Tim Potter | 1 | -22/+15 |
2001-07-19 | #ifdef'ed out some unused functions. | Tim Potter | 1 | -0/+8 |
2001-07-19 | Reran autoconf. | Tim Potter | 1 | -604/+607 |
2001-07-18 | the nss and pam modules in winbind don't have strchr_m() yet, so use | Andrew Tridgell | 6 | -11/+11 |
2001-07-18 | removed some unnecessary code | Andrew Tridgell | 1 | -10/+0 |
2001-07-18 | Fix the PIC flag for IRIX | Richard Sharpe | 1 | -1/+1 |
2001-07-18 | don't test for root ownership of profile shared memory segment | Herb Lewis | 1 | -0/+2 |
2001-07-17 | Tidied up calling yield_connection on connection allocation fail. | Jeremy Allison | 2 | -1/+6 |
2001-07-17 | Connection record not existing is not a debug level 0. | Jeremy Allison | 1 | -1/+1 |
2001-07-17 | Fixes from Jens-Uwe.Walther@force.de to make the -l option behave | Jeremy Allison | 2 | -2/+2 |
2001-07-17 | move the global_machine_password_needs_changing where we need it. | Simo Sorce | 2 | -2/+2 |
2001-07-17 | Fix usermanager for domains - we were returning no memory when we | Jeremy Allison | 1 | -10/+22 |
2001-07-17 | iFix from "Shahms E. King" <shahms@shahms.com> to get cups user name | Jeremy Allison | 1 | -6/+6 |
2001-07-16 | Fix for incorrect creation of print job names, based on a patch by | Jeremy Allison | 1 | -2/+2 |
2001-07-16 | Fix from bernd@arresum.inka.de for broken krb configure. | Jeremy Allison | 3 | -799/+788 |
2001-07-16 | Fix from Jim Vopni - muliple definitions of "letter". | Jeremy Allison | 1 | -2/+0 |
2001-07-16 | Test if machine password has expired. | Simo Sorce | 1 | -0/+6 |
2001-07-14 | A few tweaks around linking libsmbclient | Richard Sharpe | 2 | -3/+5 |
2001-07-12 | Changed instances of TRUE, FALSE to True, False as some compilers don't | Tim Potter | 4 | -26/+26 |
2001-07-12 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2001-07-12 | Fix a stupid error in passing options to CC under AIX | Richard Sharpe | 1 | -1/+1 |