Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta... | Gerald Carter | 1 | -3/+5 |
2007-10-10 | r647: fix for setting the called name to by our IP if the called name was *SM... | Gerald Carter | 1 | -6/+6 |
2004-03-19 | BUG 417: fix %UuGg variables expansion in include lines setging the current_u... | Gerald Carter | 1 | -0/+5 |
2003-12-08 | working on bug 687; protect against null src strings in alloc_sub_basic() | Gerald Carter | 1 | -0/+7 |
2003-11-07 | Implement %i-Macro for the locally used IP address. With this you can again | Volker Lendecke | 1 | -0/+3 |
2003-11-05 | make sure that we expand %H (from vl); bug 612 | Gerald Carter | 1 | -0/+3 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -2/+2 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -3/+3 |
2003-08-28 | Fix bug found by tridge in 2.2.x. Ensure that %U substitution is | Jeremy Allison | 1 | -4/+17 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 1 | -2/+2 |
2003-07-27 | If we strupper_m after the alpha_strcpy() we know that it is less likaly | Andrew Bartlett | 1 | -2/+2 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -6/+6 |
2003-06-17 | Const fixes by metze | Volker Lendecke | 1 | -4/+4 |
2003-04-23 | Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c. | Andrew Bartlett | 1 | -1/+9 |
2003-04-23 | Try to avoid setting *SMBSERVER as a 'local name'. | Andrew Bartlett | 1 | -0/+3 |
2003-03-18 | Add an extra parameter to our 'set_remote_machine_name' and | Andrew Bartlett | 1 | -2/+29 |
2002-11-20 | merged the %U changes to 3.0 | Andrew Tridgell | 1 | -5/+24 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -4/+3 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -2/+20 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -9/+44 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -63/+367 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -1/+0 |
2002-01-16 | Separate out get_user_home_dir() from get_user_home_service_dir(). | Jeremy Allison | 1 | -5/+1 |
2002-01-16 | Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2. | Jeremy Allison | 1 | -16/+53 |
2001-12-31 | const religion | Simo Sorce | 1 | -3/+3 |
2001-12-06 | again an intrusive patch: | Jean-François Micouleau | 1 | -11/+9 |
2001-11-30 | Ensured the %G substitution exactly matches what the man page states. | Jeremy Allison | 1 | -1/+2 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 1 | -1/+1 |
2001-10-29 | This commit is number 2 of 4. | Andrew Bartlett | 1 | -3/+14 |
2001-10-20 | removed an unused variable | Andrew Tridgell | 1 | -1/+0 |
2001-10-18 | Merge Gerry's %G change from 2.2.2. | Jeremy Allison | 1 | -7/+8 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -4/+0 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -4/+4 |
2001-04-25 | Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercase | Jeremy Allison | 1 | -2/+12 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -1/+1 |
2001-03-26 | Patch to make automount lookup fallback to get home directory from getpwnam. | Jeremy Allison | 1 | -9/+15 |
2001-01-23 | include/vfs.h: | Jeremy Allison | 1 | -2/+3 |
2000-08-25 | - fixed the %U macro so that the old (and documented) semantics work | Andrew Tridgell | 1 | -2/+13 |
2000-06-09 | do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx(). | Jean-François Micouleau | 1 | -1/+1 |
2000-05-02 | split the username in the vuser structure into a separate | Andrew Tridgell | 1 | -2/+2 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
2000-04-24 | Now that fsp's are created on successful file open, the structure member | Jeremy Allison | 1 | -1/+0 |
2000-04-23 | split out standard_sub_basic() again to fix a bug where %p was being | Andrew Tridgell | 1 | -14/+29 |
2000-04-19 | - got rid of the "passive" option | Andrew Tridgell | 1 | -70/+54 |
2000-04-17 | moved standard_sub() and friends into a separate module | Andrew Tridgell | 1 | -0/+295 |