index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
/
substitute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is C, not C++
Andrew Bartlett
2003-03-08
1
-4
/
+4
*
Make sure that the 'remote' machine name can only be set once. For some weird
Andrew Bartlett
2003-03-08
1
-2
/
+29
*
more %U fixes for head
Andrew Tridgell
2002-11-20
1
-0
/
+3
*
a better for for using %U in smb.conf
Andrew Tridgell
2002-11-19
1
-5
/
+21
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-4
/
+3
*
lowercase global_myname in %L substitution
Herb Lewis
2002-09-09
1
-2
/
+7
*
configure.in:
Simo Sorce
2002-09-07
1
-0
/
+13
*
Make 'remote_machine' private to lib/substitute.c, and fix all the user to use
Andrew Bartlett
2002-08-11
1
-1
/
+3
*
Fix the %m security bug again - and try to make it harder to reintroduce in
Andrew Bartlett
2002-08-10
1
-8
/
+41
*
don't use C++ comments in C - it doesn't work on many compilers
Andrew Tridgell
2002-07-15
1
-1
/
+1
*
addedd new (t)alloc_sub_* functions
Simo Sorce
2002-07-14
1
-28
/
+302
*
Address the string_sub problem by changing len = 0 to mean "no expand".
Jeremy Allison
2002-07-02
1
-31
/
+55
*
Simplify this code further. Just substitute %H, and let the normal code
Andrew Bartlett
2002-06-15
1
-36
/
+0
*
Rework much of the service.c code:
Andrew Bartlett
2002-06-15
1
-3
/
+10
*
Clean up a few unused functions, add a bit of static etc.
Andrew Bartlett
2002-05-25
1
-18
/
+1
*
A few things in this commit:
Andrew Bartlett
2002-05-18
1
-0
/
+52
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
1
-1
/
+0
*
Separate out get_user_home_dir() from get_user_home_service_dir().
Jeremy Allison
2002-01-16
1
-5
/
+1
*
Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.
Jeremy Allison
2002-01-16
1
-16
/
+53
*
const religion
Simo Sorce
2001-12-31
1
-3
/
+3
*
again an intrusive patch:
Jean-François Micouleau
2001-12-06
1
-11
/
+9
*
Ensured the %G substitution exactly matches what the man page states.
Jeremy Allison
2001-11-30
1
-1
/
+2
*
This commit is number 3 of 4.
Andrew Bartlett
2001-10-29
1
-1
/
+1
*
This commit is number 2 of 4.
Andrew Bartlett
2001-10-29
1
-3
/
+14
*
removed an unused variable
Andrew Tridgell
2001-10-20
1
-1
/
+0
*
Merge Gerry's %G change from 2.2.2.
Jeremy Allison
2001-10-18
1
-7
/
+8
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-4
/
+0
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-4
/
+4
*
Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercase
Jeremy Allison
2001-04-25
1
-2
/
+12
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-1
/
+1
*
Patch to make automount lookup fallback to get home directory from getpwnam.
Jeremy Allison
2001-03-26
1
-9
/
+15
*
include/vfs.h:
Jeremy Allison
2001-01-23
1
-2
/
+3
*
- fixed the %U macro so that the old (and documented) semantics work
Andrew Tridgell
2000-08-25
1
-2
/
+13
*
do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().
Jean-François Micouleau
2000-06-09
1
-1
/
+1
*
split the username in the vuser structure into a separate
Andrew Tridgell
2000-05-02
1
-2
/
+2
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-1
/
+1
*
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
2000-04-24
1
-1
/
+0
*
split out standard_sub_basic() again to fix a bug where %p was being
Andrew Tridgell
2000-04-23
1
-14
/
+29
*
- got rid of the "passive" option
Andrew Tridgell
2000-04-19
1
-70
/
+54
*
moved standard_sub() and friends into a separate module
Andrew Tridgell
2000-04-17
1
-0
/
+295