Age | Commit message (Expand) | Author | Files | Lines |
2003-04-19 | some readline completion exancements | Simo Sorce | 2 | -23/+188 |
2003-04-19 | use gid_t for gids not uid_t | Simo Sorce | 1 | -1/+1 |
2003-04-19 | fixes | Simo Sorce | 4 | -5/+21 |
2003-04-19 | [merge from SAMBA_3_0] | Gerald Carter | 4 | -2/+455 |
2003-04-18 | More minor edits to add features ... | Richard Sharpe | 1 | -0/+21 |
2003-04-18 | fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El... | Gerald Carter | 1 | -0/+4 |
2003-04-18 | Survive a samdump with an alias that has no description | Volker Lendecke | 1 | -3/+6 |
2003-04-17 | seem that someone changed the semanthic of unix_strlower without fixing all | Simo Sorce | 3 | -8/+15 |
2003-04-17 | More updates ... | Richard Sharpe | 1 | -2/+64 |
2003-04-17 | Updates to editreg.c to provide more functionality ... | Richard Sharpe | 1 | -261/+1119 |
2003-04-16 | Fixes to make SCHANNEL work against a W2K DC. Still need to fix | Jeremy Allison | 5 | -32/+49 |
2003-04-16 | Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reported | Jelmer Vernooij | 1 | -1/+1 |
2003-04-16 | Only use backtrace variables when we can use them | Jelmer Vernooij | 1 | -0/+2 |
2003-04-16 | Check for -1 not EOF as return value of poptGetNextOpt | Jelmer Vernooij | 1 | -1/+1 |
2003-04-16 | Fix segfault by getting this the right way around | Andrew Bartlett | 1 | -1/+1 |
2003-04-16 | Adjust comment to respect change to no longer use unixsam by default... | Andrew Bartlett | 1 | -3/+2 |
2003-04-16 | This code is no longer referenced - moved to the new libsmb/ldap.c | Andrew Bartlett | 1 | -62/+0 |
2003-04-16 | Expand this magic number into the #defines it is made up of. | Andrew Bartlett | 1 | -1/+1 |
2003-04-16 | Add some static and #ifdef DEVELOPER | Andrew Bartlett | 1 | -3/+5 |
2003-04-16 | Put this comment in a better place... | Andrew Bartlett | 1 | -3/+3 |
2003-04-16 | NTSTATUS strings are much more use than raw numbers... | Andrew Bartlett | 1 | -2/+2 |
2003-04-16 | Store the type of 'sec channel' that we establish to the DC. If we are a | Andrew Bartlett | 23 | -223/+368 |
2003-04-16 | Make this code actually compile (--with-ldapsam). | Andrew Bartlett | 1 | -4/+7 |
2003-04-16 | Add torture to everything.. | Jelmer Vernooij | 1 | -1/+1 |
2003-04-16 | Don't build the torture progs in 'make all' | Jelmer Vernooij | 1 | -1/+1 |
2003-04-16 | Fix mem leak. Spotted by tpot (thanks Tim). | Jeremy Allison | 1 | -0/+1 |
2003-04-16 | Cause the winbind auth module to call the ntdomain module if winbind is not | Andrew Bartlett | 2 | -42/+65 |
2003-04-15 | Tested on Win2k, now I think I know what success/fail means in fdsess test. | Jeremy Allison | 1 | -0/+2 |
2003-04-15 | Fix build of VFS modules statically (we used Makefile variables before settin... | Jelmer Vernooij | 1 | -6/+6 |
2003-04-15 | Typo in comment. | Tim Potter | 1 | -1/+1 |
2003-04-15 | Add string message for WERR_SERVER_UNAVAILABLE. | Tim Potter | 1 | -0/+1 |
2003-04-15 | Use picobjs when building python extensions. Spotted by Steve Langasek. | Tim Potter | 1 | -6/+12 |
2003-04-15 | A struct must contain at least one declaration according to C99, but | Tim Potter | 1 | -0/+1 |
2003-04-14 | Also remove variable associated with lp_sam_backend() - it's dead | Jelmer Vernooij | 1 | -1/+0 |
2003-04-14 | Fix typos | Jelmer Vernooij | 1 | -2/+2 |
2003-04-14 | Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false. | Paul Green | 1 | -5/+5 |
2003-04-14 | Try and create a file with different vuid, same cnum. Not yet sure | Jeremy Allison | 1 | -0/+13 |
2003-04-14 | Fix _smb_setlen to be non {} safe. | Jeremy Allison | 1 | -2/+2 |
2003-04-14 | Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add a | Jelmer Vernooij | 3 | -6/+20 |
2003-04-14 | Get rid of 'sam backend' and --with-sam | Jelmer Vernooij | 2 | -21/+1 |
2003-04-14 | Make a libbigballofmud.so.0 link, so that the linker can find the | Martin Pool | 1 | -0/+2 |
2003-04-14 | Build and run the lib/snprintf.c test cases from "make check". | Martin Pool | 4 | -3/+45 |
2003-04-14 | Fix broken regexp in cvsignore for *.po{,32} files. | Tim Potter | 2 | -4/+4 |
2003-04-14 | Ignore check programs. | Tim Potter | 1 | -1/+2 |
2003-04-14 | Add rules to build bin/t_snprintf, which exposes the snprintf test code. | Martin Pool | 1 | -0/+3 |
2003-04-14 | Remove unused variables. | Tim Potter | 1 | -3/+0 |
2003-04-14 | Removed unused variable. | Tim Potter | 2 | -3/+0 |
2003-04-14 | Remove SAFE_FREE() definition, which is not needed in this file. | Martin Pool | 1 | -13/+18 |
2003-04-14 | decode_pac_data() needs a talloc ctx as an argument. | Tim Potter | 1 | -1/+1 |
2003-04-14 | Add PAC_DATA as valid return type for make proto. | Tim Potter | 1 | -1/+1 |