summaryrefslogtreecommitdiff
path: root/source3/lib/substitute.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-20"userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke1-2/+1
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2008-07-27Remove unused extern struct current_user from substitute.cVolker Lendecke1-2/+0
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-1/+1
2008-06-18Fix Bug #5548 (segfauls in handle_include with %m macro expansion).Michael Adam1-1/+4
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+1
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-1/+1
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-2/+9
2008-03-28Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam1-9/+15
2008-03-21Fix Coverity ID 537Volker Lendecke1-3/+3
2008-03-21Fix Coverity ID 538Volker Lendecke1-3/+3
2008-03-13Fix %I macro expansion for IPv4 mapped IPv6 addresses.Michael Adam1-2/+8
2008-01-07Add free_local_machine_name().Günther Deschner1-0/+5
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-9/+17
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-1/+1
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+2
2007-12-04Remove pstring from automount lookups. Remove premature optimization.Jeremy Allison1-3/+3
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-18/+16
2007-11-15alpha_strcpy includes the space for the terminating nul.Jeremy Allison1-3/+6
2007-11-09Remove more static fstring/pstrings. Fix socket optionJeremy Allison1-91/+179
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-4/+5
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-2/+4
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+2
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-0/+18
2007-10-10r25025: Remove an unused functionVolker Lendecke1-5/+0
2007-10-10r24949: Remove some static buffersVolker Lendecke1-5/+5
2007-10-10r24589: Refactor our vuid code so that we keep the sameJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-1/+5
2007-10-10r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...Volker Lendecke1-1/+24
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-120/+62
2007-10-10r15494: Fix debug statementVolker Lendecke1-1/+1
2007-10-10r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter1-210/+155
2007-10-10r13971: Fix Coverity bugs #209 - #213 - it detected mistakesJeremy Allison1-56/+67
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-4/+4
2007-10-10r13058: Add %w macro for the winbind seperator which allows us for exampleLars Müller1-0/+6
2007-10-10r11655: Two small fixesGerald Carter1-4/+26
2007-10-10r11159: Added some const to fix warnings.Jeremy Allison1-2/+2
2007-10-10r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter1-1/+1
2007-10-10r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,Günther Deschner1-8/+8
2007-10-10r8493: According to MSKB 141714 the %LOGONSERVER% variable should beGünther Deschner1-2/+7
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r5174: ensure that we consistently use the current_user_info.smb_name vs. smb...Gerald Carter1-0/+12
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-5/+5
2007-10-10r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter1-3/+5
2007-10-10r647: fix for setting the called name to by our IP if the called name was *SM...Gerald Carter1-6/+6
2004-03-19BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter1-0/+5