summaryrefslogtreecommitdiffstats
path: root/source3/lib/ufc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed warnings and made const-safe so it has the correct prototype.Jeremy Allison2001-07-031-12/+12
| | | | | Jeremy. (This used to be commit e0f6863a1155db5206c103c29dc597d7c297ec11)
* Fix proto's in old code.Jeremy Allison2001-04-211-21/+9
| | | | | Jeremy. (This used to be commit 86c7c654effcfb86c99daac63e68844e1a4aaf56)
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-2/+2
| | | | | Jeremy. (This used to be commit 60dc1a4a00a22088d33369588b0d5eb292cf084a)
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-2/+3
| | | | (This used to be commit 3bda7ac417107a7b01d91805ca71c4330657ed21)
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
| | | | | | | | This is merely updating the Copyright statements from 1997 to 1998. It's a once a year thing :-). NO OTHER CHANGES WERE MADE. Jeremy. (This used to be commit b9c16977231efb274e08856f7f3f4408dad6d96c)
* no asm/signal.h for linux as this is not portableAndrew Tridgell1997-11-061-1/+1
| | | | | | | add auto username from LOGNAME for smbtorture proto fix in ufc.c (This used to be commit f13dbdf307ccffc15a74e2ffa72da666e53a72b6)
* Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1997-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | chgpasswd.c: Added Samba/GPL notice (for obvious reasons). clitar.c: Updated Copyright date to include 1997 (for obvious reasons). getsmbpass.c: Updated Copyright date to include 1997 (for obvious reasons). includes.h: Added stropts for solaris. loadparm.c: Changed comment for hide files option. nameconf.c: Updated Copyright date to include 1997 (for obvious reasons). nmbd.c: Updated Copyright date to include 1997 (for obvious reasons). pcap.c: Updated Copyright date to include 1997 (for obvious reasons). proto.h: Re-added accidentaly deleted smb_shm_ calls. quotas.c: Added AIX quota patch from Ole Holm Nielsen <ohnielse@fysik.dtu.dk> server.c: Optimization on calling is_hidden_path. Updated Copyrights. smb.h: Changed DEFAULT_FILES_TO_HIDE from "*/.*" to ".*". smbpass.c: Updated Copyright date to include 1997 (for obvious reasons). ufc.c: Updated Copyright date to include 1997 (for obvious reasons). util.c: Added last component code to is_in_path(). Jeremy (jallison@whistle.com) (This used to be commit 9385ae1005f13c8ed51f1319e3949b5c8571e62d)
* quotas.c: Fixed typo in #ifdef'ed compile.Samba Release Account1997-03-071-2/+4
| | | | | | ufc.c: Added pre-declaration of _ufc_doit(). jra@cygnus.com (This used to be commit 7c690e020ffae9a56c678ae46ae87283a1aa92fe)
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-2/+0
| | | | | | prototypes automatically using "make proto". This is much less prone to error than the old method of manually adding prototypes (This used to be commit b551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc)
* a huge pile of changes :-)Andrew Tridgell1996-06-041-1/+1
| | | | | | | | | The biggest thing is the integration of Lukes new nmbd. Its still largely untested, so we will really need some feedback I've also added auto prototype generation and cleaned up a lot of minor things as a result (This used to be commit 0d8dcfa13c527ec2c8aca39ba49c09e4e694b26c)
* Initial version imported to CVS Samba Release Account1996-05-041-0/+782
(This used to be commit 291551d80711daab7b7581720bcd9a08d6096517)